Skip to content

Commit

Permalink
OAK-10923: oak-benchmarks/oak-it-osgi: update commons-compress depend…
Browse files Browse the repository at this point in the history
…ency to 1.26.2 (apache#1564)
  • Loading branch information
reschke authored Jul 2, 2024
1 parent 0a65ed3 commit 57c8a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oak-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.1</version>
<version>1.26.2</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oak-it-osgi/src/test/resources/versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
tika=${tika.version}
poi=5.2.2
commons-collections4=4.4
commons-compress=1.26.1
commons-compress=1.26.2
commons-lang3=3.13.0
commons-math3=3.6.1

0 comments on commit 57c8a65

Please sign in to comment.