Skip to content

Commit

Permalink
Update commons compress to a 1.26.0 (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson authored Oct 7, 2024
1 parent 1cb5f07 commit a37ffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jacocoTestReport {
dependencies {
implementation 'commons-logging:commons-logging:1.3.0'
implementation "org.xerial.snappy:snappy-java:1.1.10.5"
implementation "org.apache.commons:commons-compress:1.25.0"
implementation 'org.apache.commons:commons-compress:1.26.0'
implementation 'org.tukaani:xz:1.9'
implementation "org.json:json:20231013"
implementation 'org.openjdk.nashorn:nashorn-core:15.4'
Expand Down

0 comments on commit a37ffa6

Please sign in to comment.