This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new a2677b88028 Bump commons-logging:commons-logging from 1.3.6 to 1.4.0
(#3232)
a2677b88028 is described below
commit a2677b880282099633d729dafce3bb9f2f5661bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 18 10:12:33 2026 -0400
Bump commons-logging:commons-logging from 1.3.6 to 1.4.0 (#3232)
Bumps
[commons-logging:commons-logging](https://github.com/apache/commons-logging)
from 1.3.6 to 1.4.0.
-
[Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.6...rel/commons-logging-1.4.0)
---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
dependency-version: 1.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 18dd17b9d0f..0670a93eab8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -106,7 +106,7 @@
<cxf.commons-io.version>2.22.0</cxf.commons-io.version>
<cxf.commons-jcs-jcache.version>2.2.1</cxf.commons-jcs-jcache.version>
<cxf.commons-lang3.version>3.20.0</cxf.commons-lang3.version>
- <cxf.commons-logging.version>1.3.6</cxf.commons-logging.version>
+ <cxf.commons-logging.version>1.4.0</cxf.commons-logging.version>
<cxf.commons-text.version>1.15.0</cxf.commons-text.version>
<cxf.checkstyle.version>13.5.0</cxf.checkstyle.version>
<cxf.derby.version>10.17.1.0</cxf.derby.version>
@@ -1562,7 +1562,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.6</version>
+ <version>1.4.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>