GT-3354: Upgrading commons-compress

This commit is contained in:
Ryan Kurtz 2019-12-02 16:08:32 -05:00
parent 7e4dd35859
commit a0220e72a4

View file

@ -14,6 +14,6 @@ dependencies {
compile project(':Utility')
testCompile project(path: ':Generic', configuration: 'testArtifacts')
compile "org.apache.commons:commons-compress:1.18"
compile "org.apache.commons:commons-compress:1.19"
}