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 c9cf4bc SLING-12208 Update Dependencies to 2023 (#34)
c9cf4bc is described below
commit c9cf4bc35580394dcd2327cc25a3baf479647de3
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Dec 21 12:03:01 2023 +0100
SLING-12208 Update Dependencies to 2023 (#34)
---
pom.xml | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 93d36ec..d3c825b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,8 @@
<properties>
<project.build.outputTimestamp>2023-12-18T19:43:25Z</project.build.outputTimestamp>
- <oak.version>1.22.5</oak.version>
- <jackrabbit.version>2.20.1</jackrabbit.version>
+ <oak.version>1.22.15</oak.version>
+ <jackrabbit.version>2.20.9</jackrabbit.version>
</properties>
<dependencies>
@@ -104,11 +104,19 @@
</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>
<artifactId>commons-collections4</artifactId>
- <version>4.2</version>
+ <version>4.4</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -128,13 +136,13 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.7.0</version>
+ <version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>