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-auth-oauth-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 70ae89d  chore(deps): update to Sling API version unaffected by 
CVE-2022-32549 (#1)
70ae89d is described below

commit 70ae89dcd22f912c94e2b9a26120ff7eb0d5ab62
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Dec 5 17:11:20 2024 +0100

    chore(deps): update to Sling API version unaffected by CVE-2022-32549 (#1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a05a0f1..eb9f7c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.22.0</version>
+            <version>2.25.0</version>
             <scope>provided</scope>
         </dependency>
         <!-- TODO - revisit if we can remove dependency-->

Reply via email to