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 cd137f7 Bump org.slf4j:slf4j-api from 2.0.18 to 2.0.19.
cd137f7 is described below
commit cd137f700f2360d25d63f1ccd7f5c3cb657ec92d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 20 10:19:39 2026 -0400
Bump org.slf4j:slf4j-api from 2.0.18 to 2.0.19.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3f2e99c..185e9ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@ under the License.
<failsafe.runorder>filesystem</failsafe.runorder>
<log4j2.version>2.26.1</log4j2.version>
<logback.version>1.3.16</logback.version>
- <slf4j.version>2.0.18</slf4j.version>
+ <slf4j.version>2.0.19</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 6ac284a..0d35cc2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump log4j2.version from 2.26.0 to 2.26.1 (#425).</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 102 to 105.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump org.slf4j:slf4j-api from 2.0.18 to 2.0.19.</action>
</release>
<release version="1.4.0" date="2026-06-11" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->