This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-accessmanager.git
The following commit(s) were added to refs/heads/master by this push:
new 0d35fa4 SLING-12105 Bump dependencies to the earliest versions
without known vulnerabilities (#23)
0d35fa4 is described below
commit 0d35fa49b16934e7bad8736d7d49daa4e8493cfd
Author: Eric Norman <[email protected]>
AuthorDate: Thu Oct 19 12:00:44 2023 -0700
SLING-12105 Bump dependencies to the earliest versions without known
vulnerabilities (#23)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2f367e9..36a55d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.23.4</version>
+ <version>2.25.4</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -137,7 +137,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.base</artifactId>
- <version>3.0.6</version>
+ <version>3.1.12</version>
<scope>provided</scope>
</dependency>
<dependency>