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 7d9edfcf3f Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8
7d9edfcf3f is described below
commit 7d9edfcf3ff60fada59eb546d7a04d0d76b24363
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 9 04:46:39 2024 +0000
Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 1.5.7 to 1.5.8.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.7...v_1.5.8)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 cdfbfd7f0f..f995a36bfc 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.7</version>
+ <version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>