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-sling-mock-oak.git
The following commit(s) were added to refs/heads/master by this push:
new 68e22b7 SLING-12296 Update to Oak 1.62.0 (#15)
68e22b7 is described below
commit 68e22b7f3087f1caafbc457ddb2b20df7e8c1beb
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Apr 17 20:18:11 2024 +0200
SLING-12296 Update to Oak 1.62.0 (#15)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8fa1812..4ec3f35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
- <version>4.0.0-1.60.0-SNAPSHOT</version>
+ <version>4.0.0-1.62.0-SNAPSHOT</version>
<!-- second component is the oak version, please keep in sync with
oak.version property -->
<packaging>jar</packaging>
@@ -43,8 +43,8 @@
</scm>
<properties>
- <oak.version>1.60.0</oak.version>
- <jackrabbit.version>2.20.13</jackrabbit.version>
+ <oak.version>1.62.0</oak.version>
+ <jackrabbit.version>2.20.15</jackrabbit.version>
<sling-mock.version>3.5.0-SNAPSHOT</sling-mock.version>
<project.build.outputTimestamp>2023-05-16T08:40:51Z</project.build.outputTimestamp>