This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/maven/ch.qos.logback-logback-classic-1.2.13
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git
commit 973d3bca0fbd133761a7608470ca07805a9a74bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 27 22:32:20 2025 +0000
Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 1.2.3 to 1.2.13.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.3...v_1.2.13)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
...
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 1331037..293eed7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.2.3</version>
+ <version>1.2.13</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>