This is an automated email from the ASF dual-hosted git repository.
rzo1 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 9ac51c3efe Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20
(#2159)
9ac51c3efe is described below
commit 9ac51c3efe1429f1104250d45c096cdb7d66285a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 24 16:47:09 2025 +0200
Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 (#2159)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 1.5.19 to 1.5.20.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.19...v_1.5.20)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-version: 1.5.20
dependency-type: direct:production
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>
---
examples/tomee-jms-portability/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/tomee-jms-portability/pom.xml
b/examples/tomee-jms-portability/pom.xml
index 5a41962d94..b2aa402e9d 100644
--- a/examples/tomee-jms-portability/pom.xml
+++ b/examples/tomee-jms-portability/pom.xml
@@ -64,7 +64,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.5.19</version>
+ <version>1.5.20</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>