This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch feature/SLING-12208-update-deps-2023
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-resourceresolver-mock.git

commit babc1569a806560ab7b9be2bebe77f6ce0c680e3
Author: Stefan Seifert <stefanseif...@users.noreply.github.com>
AuthorDate: Thu Dec 21 11:11:09 2023 +0100

    SLING-12208 Update Dependencies to 2023
---
 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>

Reply via email to