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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2a945b0  SLING-12952 Raise managed Oak versions to 1.74.0 to support 
Java 23+
2a945b0 is described below

commit 2a945b04d0b1c1d23e93bd77628ed6bb90cf3350
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Oct 9 14:20:39 2025 +0200

    SLING-12952 Raise managed Oak versions to 1.74.0 to support Java 23+
---
 sling-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index d94335d..4915d3e 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -120,10 +120,10 @@
         <github.project.id>apache/sling-dummyproject</github.project.id>
         
<javadoc.excludePackageNames>*.impl:*.internal:${site.javadoc.exclude}</javadoc.excludePackageNames>
         <slf4j.version>2.0.17</slf4j.version>
-        <!-- don't go below this minimum version to allow ITs with Oak running 
on Java > 14 (https://issues.apache.org/jira/browse/OAK-7358)-->
-        <oak.version>1.62.0</oak.version>
+        <!-- don't go below this minimum version to allow ITs with Oak running 
on Java > 22 (https://issues.apache.org/jira/browse/OAK-11199)-->
+        <oak.version>1.74.0</oak.version>
         <!-- should be set to the minimum JR version being required by Oak set 
in oak.version -->
-        <jackrabbit.version>2.20.15</jackrabbit.version>
+        <jackrabbit.version>2.22.0</jackrabbit.version>
     </properties>
 
     <dependencyManagement>

Reply via email to