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

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


The following commit(s) were added to refs/heads/master by this push:
     new 75abbb3  SLING-12812 : Update to SLF4J 2
75abbb3 is described below

commit 75abbb3d9cf862607226207439139cc0aed91785
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri May 30 07:17:10 2025 +0200

    SLING-12812 : Update to SLF4J 2
---
 pom.xml                     | 2 +-
 src/main/features/boot.json | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index f849bc0..6b50b32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <!-- renovate: depName=org.apache.jackrabbit:oak-api -->
         <oak.version>1.78.0</oak.version>
         <!-- renovate: depName=org.slf4j:slf4j-api -->
-        <slf4j.version>1.7.36</slf4j.version>
+        <slf4j.version>2.0.17</slf4j.version>
         <!-- renovate: depName=com.composum.nodes:composum-nodes-commons -->
         <composum.nodes.version>4.3.5</composum.nodes.version>
         <!-- renovate: depName=com.fasterxml.jackson.core:jackson-core -->
diff --git a/src/main/features/boot.json b/src/main/features/boot.json
index 0490226..2958444 100644
--- a/src/main/features/boot.json
+++ b/src/main/features/boot.json
@@ -69,7 +69,7 @@
             "start-order":"1"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.commons.log:5.5.0",
+            "id":"org.apache.sling:org.apache.sling.commons.log:jar:all:6.0.0",
             "start-order":"1"
         },
         {
@@ -152,10 +152,6 @@
             "id":"org.slf4j:log4j-over-slf4j:${slf4j.version}",
             "start-order":"1"
         },
-        {
-            "id":"org.slf4j:slf4j-api:${slf4j.version}",
-            "start-order":"1"
-        },
         {
             "id":"org.apache.felix:org.apache.felix.scr:2.2.12",
             "start-order":"1"

Reply via email to