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-servlets-post.git
The following commit(s) were added to refs/heads/master by this push:
new 582a9a6 SLING-12751 : Switch to SLF4J 2.x
582a9a6 is described below
commit 582a9a630b64d77a5b939a5d971317218c78d937
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 25 08:00:48 2025 +0200
SLING-12751 : Switch to SLF4J 2.x
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index ff431b6..c4dd5c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
+ <version>2.0.17</version>
<scope>provided</scope>
</dependency>
<dependency>