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
The following commit(s) were added to refs/heads/1.22 by this push: new bb1b172804 OAK-10397: oak-benchmarks/oak-it-osgi: update commons-compress dependency to 1.23.0 (#1065) bb1b172804 is described below commit bb1b17280433ee491443fe6f77edddff2d3a4adc Author: Julian Reschke <resc...@apache.org> AuthorDate: Mon Aug 14 17:19:40 2023 +0200 OAK-10397: oak-benchmarks/oak-it-osgi: update commons-compress dependency to 1.23.0 (#1065) --- 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 bef0849d0b..a484d4e10d 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.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