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

sseifert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new bf58fe1  SLING-12729 Integration tests fail with Java 21 (#57)
bf58fe1 is described below

commit bf58fe1462f664859ccacfa648fc028d2d56311e
Author: Stefan Seifert <[email protected]>
AuthorDate: Fri Mar 28 16:56:33 2025 +0100

    SLING-12729 Integration tests fail with Java 21 (#57)
---
 .sling-module.json | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.sling-module.json b/.sling-module.json
index 0419030..cfad4d2 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,5 +1,5 @@
 {
   "jenkins": {
-    "jdks": [17]
+    "jdks": [17, 21]
   }
 }
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index befc467..002c09c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.paxexam</artifactId>
-            <version>4.1.0</version>
+            <version>4.1.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to