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

cziegeler pushed a commit to branch appmod/java-upgrade-20250910060318
in repository https://gitbox.apache.org/repos/asf/sling-samples.git

commit c6ec846be11dbd628f960f1a66247eedcd8999ac
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Sep 10 09:03:39 2025 +0200

    Fix Sling scripting API dependency version to 2.4.0
---
 slingshot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slingshot/pom.xml b/slingshot/pom.xml
index 18fb16a..af38266 100644
--- a/slingshot/pom.xml
+++ b/slingshot/pom.xml
@@ -107,7 +107,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.api</artifactId>
-            <version>3.0.4</version>
+            <version>2.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to