This is an automated email from the ASF dual-hosted git repository.
jungm 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 37519fe865 TOMEE-4598 Bump commons-logging:commons-logging from 1.3.5
to 1.3.6 (#2591)
37519fe865 is described below
commit 37519fe865644b6749cf19257ebb10575551df68
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 10:37:50 2026 +0200
TOMEE-4598 Bump commons-logging:commons-logging from 1.3.5 to 1.3.6 (#2591)
Bumps
[commons-logging:commons-logging](https://github.com/apache/commons-logging)
from 1.3.5 to 1.3.6.
-
[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.5...rel/commons-logging-1.3.6)
---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
dependency-version: 1.3.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 f2b8997182..e65a7d2e38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<version.slf4j>2.0.17</version.slf4j>
<version.log4j>1.2.17</version.log4j>
<version.log4j2>2.25.4</version.log4j2>
- <version.commons-logging>1.3.5</version.commons-logging>
+ <version.commons-logging>1.3.6</version.commons-logging>
<!-- Apache Commons -->
<version.commons-cli>1.11.0</version.commons-cli>