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-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 02d22e0 SLING-12820 : Require Java 17
02d22e0 is described below
commit 02d22e080c8430525af431a550b5bed41a54972b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 4 06:40:59 2025 +0200
SLING-12820 : Require Java 17
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6b50b32..55050c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
</scm>
<properties>
- <sling.java.version>11</sling.java.version>
+ <sling.java.version>17</sling.java.version>
<starter.min.bundles.count>126</starter.min.bundles.count>
<sling.feature.launcher.version>1.3.2</sling.feature.launcher.version>