This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git
The following commit(s) were added to refs/heads/master by this push:
new 614534f Bump org.apache.jackrabbit:jackrabbit-jcr-commons from 2.18.2
to 2.22.2
614534f is described below
commit 614534f57ccbe4bb0438269fc2fde9c106404ccb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 15:15:47 2025 +0000
Bump org.apache.jackrabbit:jackrabbit-jcr-commons from 2.18.2 to 2.22.2
Bumps
[org.apache.jackrabbit:jackrabbit-jcr-commons](https://github.com/apache/jackrabbit)
from 2.18.2 to 2.22.2.
-
[Changelog](https://github.com/apache/jackrabbit/blob/jackrabbit-2.22.2/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/jackrabbit/compare/jackrabbit-2.18.2...jackrabbit-2.22.2)
---
updated-dependencies:
- dependency-name: org.apache.jackrabbit:jackrabbit-jcr-commons
dependency-version: 2.22.2
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 625c88d..2b90498 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.18.2</version>
+ <version>2.22.2</version>
<scope>test</scope>
</dependency>
<dependency>