This is an automated email from the ASF dual-hosted git repository.
joerghoh pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git
The following commit(s) were added to refs/heads/master by this push:
new fa11073 SLING-13106 update dependencies (#181)
fa11073 is described below
commit fa11073123d3bb225a94f9413597e3470093e2dd
Author: Jörg Hoh <[email protected]>
AuthorDate: Wed Feb 11 14:30:34 2026 +0100
SLING-13106 update dependencies (#181)
Co-authored-by: Joerg Hoh <[email protected]>
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6189a9e..c726dab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
- <version>2.16.0</version>
+ <version>2.22.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -246,13 +246,13 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5</version>
+ <version>2.14.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.6</version>
+ <version>3.19.0</version>
<scope>provided</scope>
</dependency>