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

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

commit 2e5bdf67c381e9257a480d29e5061ad8a7c0a24e
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..af55272 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/SLING-12962)-->
+        <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