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

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

commit fa78b670ab0821a084900d10b6b35dfb680c0c75
Author: Julian Reschke <julian.resc...@gmx.de>
AuthorDate: Mon Aug 14 14:30:38 2023 +0100

    OAK-10397: oak-benchmarks/oak-it-osgi: update commons-compress dependency 
to 1.23.0
---
 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 a7f82862bc..a8c40f71d1 100644
--- a/oak-benchmarks/pom.xml
+++ b/oak-benchmarks/pom.xml
@@ -204,7 +204,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.20</version>
+            <version>1.23.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 68fc206f98..54a95e7f3b 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.21
+commons-compress=1.23.0
 commons-lang3=3.13.0
 commons-math3=3.6.1

Reply via email to