This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push:
new a253ab6 Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18.
a253ab6 is described below
commit a253ab6c7eaa2111ab1f619fdb7af94280bc88ac
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 11 16:41:18 2026 -0400
Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7fc0746..cfdf4d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@ under the License.
<failsafe.runorder>filesystem</failsafe.runorder>
<log4j2.version>2.26.0</log4j2.version>
<logback.version>1.3.16</logback.version>
- <slf4j.version>2.0.17</slf4j.version>
+ <slf4j.version>2.0.18</slf4j.version>
<findsecbugs.version>1.14.0</findsecbugs.version>
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
<commons.osgi.import>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3124ab1..eb7e0cb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 102.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump log4j2.version from 2.25.3 to 2.26.0.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18.</action>
</release>
<release version="1.3.6" date="2026-03-04" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->