This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 55fe2465e2 TOMEE-4627 - Bump commons-logging:commons-logging from
1.3.6 to 1.4.0 (#2786)
55fe2465e2 is described below
commit 55fe2465e24cc85c362a4263b6c0b3aafc29b520
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 08:50:58 2026 +0200
TOMEE-4627 - Bump commons-logging:commons-logging from 1.3.6 to 1.4.0
(#2786)
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:development
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fcc4476a71..5835bf4426 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<version.slf4j>2.0.18</version.slf4j>
<version.log4j>1.2.17</version.log4j>
<version.log4j2>2.25.4</version.log4j2>
- <version.commons-logging>1.3.6</version.commons-logging>
+ <version.commons-logging>1.4.0</version.commons-logging>
<!-- Apache Commons -->
<version.commons-cli>1.11.0</version.commons-cli>