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

sseifert pushed a commit to branch feature/SLING-13104-oak-update
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-jcr-mock.git

commit a25e016155967c9b8a025a28a1d6681babc3ebb2
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Feb 12 09:22:24 2026 +0100

    SLING-13104 Update to Oak 1.68.0 / JR 2.22.0
---
 pom.xml | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index a5be9f0..c22499d 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.0</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>

Reply via email to