You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2022/05/05 12:36:34 UTC

[sling-org-apache-sling-testing-resourceresolver-mock] 01/01: SLING-10045 Update Dependencies to 2018

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

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

commit 0258b807b29ac462ad17f4613ef625405ad0fe17
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu May 5 14:36:19 2022 +0200

    SLING-10045 Update Dependencies to 2018
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index fa50bda..90d8abc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,13 +122,13 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>3.7.0</version>
+            <version>4.5.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.6</version>
+            <version>3.9</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -138,22 +138,22 @@
             <dependency>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>org.apache.sling.api</artifactId>
-                <version>2.21.0</version>
+                <version>2.22.0</version>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.event</artifactId>
-                <version>1.3.1</version>
+                <version>1.4.0</version>
             </dependency>
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.5</version>
+                <version>2.6</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-jcr-commons</artifactId>
-                <version>2.16.0</version>
+                <version>2.20.1</version>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>
@@ -163,7 +163,7 @@
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.util.function</artifactId>
-                <version>1.0.0</version>
+                <version>1.1.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
@@ -179,12 +179,12 @@
                     <dependency>
                         <groupId>org.apache.sling</groupId>
                         <artifactId>org.apache.sling.api</artifactId>
-                        <version>2.24.0</version>
+                        <version>2.25.0</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.jackrabbit</groupId>
                         <artifactId>jackrabbit-jcr-commons</artifactId>
-                        <version>2.19.3</version>
+                        <version>2.21.9</version>
                     </dependency>
                 </dependencies>
             </dependencyManagement>