This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 5020310ad8792b9a2e47867957ca173a99b7fe38
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Thu Mar 7 07:14:32 2024 +0100

    OAK-10695: oak-benchmarks/oak-it-osgi: update commons-compress dependency 
to 1.26.0 (#1348)
---
 oak-benchmarks/pom.xml                             | 2 +-
 oak-it-osgi/src/test/resources/versions.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-benchmarks/pom.xml b/oak-benchmarks/pom.xml
index a484d4e10d..8eb2512c98 100644
--- a/oak-benchmarks/pom.xml
+++ b/oak-benchmarks/pom.xml
@@ -201,7 +201,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.23.0</version>
+            <version>1.26.0</version>
         </dependency>
         <dependency>
             <groupId>org.mongodb</groupId>
diff --git a/oak-it-osgi/src/test/resources/versions.properties 
b/oak-it-osgi/src/test/resources/versions.properties
index 54a95e7f3b..9724b8b928 100644
--- a/oak-it-osgi/src/test/resources/versions.properties
+++ b/oak-it-osgi/src/test/resources/versions.properties
@@ -17,6 +17,6 @@
 tika=${tika.version}
 poi=5.2.2
 commons-collections4=4.4
-commons-compress=1.23.0
+commons-compress=1.26.0
 commons-lang3=3.13.0
 commons-math3=3.6.1

Reply via email to