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

enorman pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git


The following commit(s) were added to refs/heads/master by this push:
     new 0546c4f  SLING-12984 bump minimum jdk to 17
0546c4f is described below

commit 0546c4f314cc318fe0bd58ac8787cf73aae9ab07
Author: Eric Norman <[email protected]>
AuthorDate: Wed Oct 29 13:29:25 2025 -0700

    SLING-12984 bump minimum jdk to 17
---
 .sling-module.json | 5 +++++
 pom.xml            | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..cfad4d2
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+  "jenkins": {
+    "jdks": [17, 21]
+  }
+}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index bb19072..7239f14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     </scm>
 
     <properties>
-        <sling.java.version>11</sling.java.version>
+        <sling.java.version>17</sling.java.version>
     </properties>
     <dependencies>
         <!-- OSGi -->

Reply via email to