This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new d60a85166a Bump commons-logging:commons-logging from 1.3.5 to 1.3.6
d60a85166a is described below
commit d60a85166af1995d55517bc75a6bcfff64697a6d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 04:36:35 2026 +0000
Bump commons-logging:commons-logging from 1.3.5 to 1.3.6
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 07b8d222e9..8f10679398 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
<version.slf4j>2.0.17</version.slf4j>
<version.log4j>1.2.17</version.log4j>
<version.log4j2>2.25.3</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>