This is an automated email from the ASF dual-hosted git repository. joerghoh pushed a commit to branch SLING-13346 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
commit 8b8d09bef2f2367d211b2e6de89768a1ecf83d86 Author: Joerg Hoh <[email protected]> AuthorDate: Tue Sep 15 09:45:43 2026 +0200 SLING-13346 downgrade slf4j dependency to 1.7 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index dfab5dc..ae9e7de 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ <properties> <sling.java.version>11</sling.java.version> + <slf4j.version>1.7.25</slf4j.version> <project.build.outputTimestamp>1770296655</project.build.outputTimestamp> </properties>
