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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 6a79fe813 Bump commons-logging:commons-logging from 1.3.6 to 1.4.0.
6a79fe813 is described below
commit 6a79fe81397058e7c2bb448a116e01d9d378e9df
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 20:40:50 2026 +0000
Bump commons-logging:commons-logging from 1.3.6 to 1.4.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f44f36704..555508c07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.6</version>
+ <version>1.4.0</version>
<exclusions>
<exclusion>
<groupId>logkit</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b4f4e254f..efa38a499 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,7 @@
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 100 to 102.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.21.4.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.6 to 1.4.0.</action>
</release>
<release version="2.15.1" date="2026-05-21" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->