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

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

commit 04251a5a75988300fbd91f72c460ea16f951251a
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Thu Sep 25 19:26:08 2025 +0100

    OAK-11957: oak-benchmarks/oak-it-osgi: update commons-compress dependency 
to 1.28.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 4f4023ac8a..169f3cd30e 100644
--- a/oak-benchmarks/pom.xml
+++ b/oak-benchmarks/pom.xml
@@ -203,7 +203,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.27.1</version>
+            <version>1.28.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 4ba0765336..6823afb2cb 100644
--- a/oak-it-osgi/src/test/resources/versions.properties
+++ b/oak-it-osgi/src/test/resources/versions.properties
@@ -17,7 +17,7 @@
 tika=${tika.version}
 poi=5.2.2
 commons-collections4=4.4
-commons-compress=1.27.1
+commons-compress=1.28.0
 commons-lang3=3.13.0
 commons-math3=3.6.1
 commons-csv=1.14.1

Reply via email to