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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-hamcrest.git


The following commit(s) were added to refs/heads/master by this push:
     new 6aff003  SLING-12139 - Bump dependency versions (#3)
6aff003 is described below

commit 6aff0030f10e606525e6dfeea3cfc38b800a39bf
Author: Rob McDougall <rmcdouga...@rogers.com>
AuthorDate: Mon Nov 20 05:51:43 2023 -0500

    SLING-12139 - Bump dependency versions (#3)
    
    * SLING-12139 - Bump version of org.apache.sling:sling to latest (52)
    * SLING-12139 - Bump version of org.apache.sling.testing.sling-mock
    * SLING-12139 Bump version of org.apache.sling.api to 2.22.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 59774b4..4c8eeda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>47</version>
+        <version>52</version>
         <relativePath />
     </parent>
 
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.4.0</version>
+            <version>2.22.0</version>
             <scope>provided</scope>
         </dependency>
         
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock</artifactId>
-            <version>1.8.0</version>
+            <version>3.4.14</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to