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-get.git
The following commit(s) were added to refs/heads/master by this push:
new c5f8a03 SLING-12751 : Switch to SLF4J 2.x
c5f8a03 is described below
commit c5f8a03bcd98c31eeb5402103dbf745517e322fa
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 25 08:01:49 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 beb070f..927de2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
+ <version>2.0.17</version>
<scope>provided</scope>
</dependency>
<!-- Testing -->