This is an automated email from the ASF dual-hosted git repository.
cziegeler 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 ab57e8e Update to API 2.24.0
ab57e8e is described below
commit ab57e8e4d18932d4f456a3406a9429db2f6d73d8
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Nov 9 10:10:31 2021 +0100
Update to API 2.24.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4a07875..f12ec09 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.7-SNAPSHOT</version>
+ <version>2.24.0</version>
<scope>provided</scope>
</dependency>
<!-- for ServiceUserMapped (SLING-4312) -->
@@ -410,7 +410,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.resourceresolver</artifactId>
- <version>1.7.11-SNAPSHOT</version>
+ <version>1.8.0</version>
<scope>test</scope>
</dependency>
<dependency>