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 83747ef Update Dependencies to 2023 (#10)
83747ef is described below
commit 83747eff96ad0804e5b772257edeb010317a8841
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Dec 21 12:50:16 2023 +0100
Update Dependencies to 2023 (#10)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index f5583fb..cbbec04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,8 +36,8 @@
<properties>
<oak.version>1.44.0</oak.version>
- <jackrabbit.version>2.20.6</jackrabbit.version>
- <sling-mock.version>3.4.10</sling-mock.version>
+ <jackrabbit.version>2.20.9</jackrabbit.version>
+ <sling-mock.version>3.4.17-SNAPSHOT</sling-mock.version>
<project.build.outputTimestamp>2023-05-16T08:40:51Z</project.build.outputTimestamp>
</properties>
@@ -145,7 +145,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.7.0</version>
+ <version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>