This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13104-oak-update-3.x in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 0eec6ee46f05e4201c941ac30cefcaaa206ecf20 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Feb 12 10:51:23 2026 +0100 SLING-13104 Update to Oak 1.68.0 (3.x) --- parent/pom.xml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3620611..4a166cc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -44,6 +44,7 @@ <properties> <project.build.outputTimestamp>2025-11-18T08:40:59Z</project.build.outputTimestamp> <sling.java.version>11</sling.java.version> + <oak.version>1.68.0</oak.version> </properties> <dependencyManagement> @@ -203,21 +204,21 @@ <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>oak-jackrabbit-api</artifactId> - <version>1.22.15</version> + <version>${oak.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>oak-jcr</artifactId> - <version>1.22.15</version> + <version>${oak.version}</version> <exclusions> <exclusion> <groupId>org.osgi</groupId> - <artifactId>org.osgi.service.metatype.annotations</artifactId> + <artifactId>org.osgi.service.component.annotations</artifactId> </exclusion> <exclusion> <groupId>org.osgi</groupId> - <artifactId>org.osgi.annotation</artifactId> + <artifactId>org.osgi.service.metatype.annotations</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> @@ -351,6 +352,9 @@ <activation> <activeByDefault>false</activeByDefault> </activation> + <properties> + <oak.version>1.68.0</oak.version> + </properties> <dependencyManagement> <dependencies> <dependency> @@ -433,16 +437,6 @@ <artifactId>org.apache.sling.featureflags</artifactId> <version>1.2.2</version> </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-jackrabbit-api</artifactId> - <version>1.56.0</version> - </dependency> - <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>oak-jcr</artifactId> - <version>1.56.0</version> - </dependency> </dependencies> </dependencyManagement> </profile>
