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-resourceresolver-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 34db5a5 SLING-12208 Update Dependencies to 2023 (#14)
34db5a5 is described below
commit 34db5a5a8ad48adb7e041a135af6cc239cd65fe6
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Dec 21 12:04:37 2023 +0100
SLING-12208 Update Dependencies to 2023 (#14)
---
pom.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 06ddaf9..d79eda8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,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>
@@ -163,17 +163,16 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.20.1</version>
+ <version>2.20.9</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.util.converter</artifactId>
- <!-- Versions below 1.0.8 lead to problems converting values
to BigDecimal with Java 17 -->
<version>1.0.8</version>
</dependency>
<dependency>
@@ -195,12 +194,12 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.25.0</version>
+ <version>2.27.2</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.21.9</version>
+ <version>2.21.20</version>
</dependency>
</dependencies>
</dependencyManagement>