Skip to content

Commit

Permalink
Update commons-compress to close vulnerabilities (#1639)
Browse files Browse the repository at this point in the history
* org.apache.commons:commons-compress:1.19 -> 1.22
  • Loading branch information
lbergelson authored Nov 29, 2022
1 parent e2943b7 commit f684576
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 @@ -34,7 +34,7 @@ dependencies {
compile "org.apache.commons:commons-jexl:2.1.1"
compile "commons-logging:commons-logging:1.1.1"
compile "org.xerial.snappy:snappy-java:1.1.8.4"
compile "org.apache.commons:commons-compress:1.19"
compile "org.apache.commons:commons-compress:1.22"
compile 'org.tukaani:xz:1.8'
compile "gov.nih.nlm.ncbi:ngs-java:2.9.0"
compile ('org.sharegov:mjson:1.4.1') {
Expand Down

0 comments on commit f684576

Please sign in to comment.