This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-api.git
The following commit(s) were added to refs/heads/master by this push:
new 51e1477 SLING-13342 Restore SLF4J compatibility with 1.7
51e1477 is described below
commit 51e14777199664208f8bf6e39ab1a243c5cbb33d
Author: Konrad Windszus <[email protected]>
AuthorDate: Sun Sep 13 12:40:37 2026 +0200
SLING-13342 Restore SLF4J compatibility with 1.7
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index f2a7518..b6c80b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
<properties>
<sling.java.version>11</sling.java.version>
<project.build.outputTimestamp>2022-01-03T11:32:43Z</project.build.outputTimestamp>
+ <slf4j.version>1.7.25</slf4j.version>
</properties>
<dependencies>