This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 00edaa4991dd2d293a2327d63a1277ad3c10da58
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 9 09:07:14 2026 -0500
Bump commons-logging:commons-logging from 1.2 to 1.3.5 (#2874)
Bumps commons-logging:commons-logging from 1.2 to 1.3.5.
---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
dependency-version: 1.3.5
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 102d5e2c9c..cc416c8cd3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1539,7 +1539,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.2</version>
+ <version>1.3.5</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>