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

radu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ac33dc  SLING-10889 - Make the Servlets Resolver compatible with API 
2.24.0
9ac33dc is described below

commit 9ac33dc457176dc5dcaf76210762e3b05edcdff8
Author: Radu Cotescu <[email protected]>
AuthorDate: Wed Oct 27 17:32:10 2021 +0200

    SLING-10889 - Make the Servlets Resolver compatible with API 2.24.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index faafaa2..437e59e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.23.4</version>
+            <version>2.23.7-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <!-- for ServiceUserMapped (SLING-4312) -->

Reply via email to