This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-jcr-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 60af7bd SLING-13104 Update to Oak 1.68.0 / JR 2.22.2 (#41)
60af7bd is described below
commit 60af7bddaf0ba9c3ed4923ea39c99357a79b9328
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Feb 12 14:36:57 2026 +0100
SLING-13104 Update to Oak 1.68.0 / JR 2.22.2 (#41)
---
pom.xml | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index a5be9f0..005be79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,8 +44,8 @@
<properties>
<project.build.outputTimestamp>2025-11-13T01:00:37Z</project.build.outputTimestamp>
<sling.java.version>11</sling.java.version>
- <oak.version>1.22.15</oak.version>
- <jackrabbit.version>2.20.9</jackrabbit.version>
+ <oak.version>1.68.0</oak.version>
+ <jackrabbit.version>2.22.2</jackrabbit.version>
</properties>
<dependencies>
@@ -87,10 +87,6 @@
<version>${oak.version}</version>
<scope>compile</scope>
<exclusions>
- <exclusion>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.annotation</artifactId>
- </exclusion>
<exclusion>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
@@ -105,14 +101,6 @@
</exclusion>
</exclusions>
</dependency>
- <!-- Required by Oak internally (Oak switches to shaded Guava in 1.52,
see OAK-7182)
- Please do not use Guava in Mock or test code, it will be removed
once possible -->
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>15.0</version>
- <scope>compile</scope>
- </dependency>
<dependency>
<groupId>org.apache.commons</groupId>