This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new ede9b74  SLING-13026 Update to SLF4J2, logback 1.5 (#39)
ede9b74 is described below

commit ede9b748396b23b4daded8e0d9441191a44f4b23
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Dec 8 13:43:51 2025 +0100

    SLING-13026 Update to SLF4J2, logback 1.5 (#39)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d8324e7..1eb6bf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,19 +70,19 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.7.6</version>
+            <version>2.0.17</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>
-            <version>1.7.6</version>
+            <version>2.0.17</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.2.13</version>
+            <version>1.5.19</version>
             <scope>runtime</scope>
         </dependency>
 

Reply via email to