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-org-apache-sling-testing-sling-mock-oak.git
The following commit(s) were added to refs/heads/master by this push:
new 4e4190b SLING-12962 Use Oak 1.86
4e4190b is described below
commit 4e4190b55142293b5d1b0d743acdce5280bce59a
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Oct 9 11:30:47 2025 +0200
SLING-12962 Use Oak 1.86
This is compatible with Java 23+
(https://issues.apache.org/jira/browse/OAK-11199)
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4ab9e20..35a62d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
- <version>4.0.1-1.62.0-SNAPSHOT</version>
+ <version>4.0.1-1.86.0-SNAPSHOT</version>
<!-- second component is the oak version, please keep in sync with
oak.version property -->
<packaging>jar</packaging>
@@ -44,8 +44,8 @@
<properties>
<sling.java.version>11</sling.java.version>
- <oak.version>1.62.0</oak.version>
- <jackrabbit.version>2.20.15</jackrabbit.version>
+ <oak.version>1.86.0</oak.version>
+ <jackrabbit.version>2.22.2</jackrabbit.version>
<sling-mock.version>3.5.0</sling-mock.version>
<project.build.outputTimestamp>2024-04-17T18:22:58Z</project.build.outputTimestamp>
@@ -147,7 +147,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.8.0</version>
+ <version>5.20.0</version>
<scope>test</scope>
</dependency>
<dependency>