Skip to content

Commit

Permalink
update commons-compress to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
William McCusker authored and yurem committed Oct 1, 2021
1 parent 8c3734d commit 786644d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dependencies {
antlr 'org.antlr:antlr:3.5.2'
implementation 'org.antlr:antlr-runtime:3.5.2'

implementation 'org.apache.commons:commons-compress:1.19'
implementation 'org.apache.commons:commons-compress:1.21'

implementation 'org.bouncycastle:bcpkix-jdk15on:1.62'
implementation 'org.bouncycastle:bcprov-jdk15on:1.62'
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
<file name="asm-7.1.jar" />
<file name="asm-commons-7.1.jar" />
<file name="asm-util-7.1.jar" />
<file name="commons-compress-1.19.jar"/>
<file name="commons-compress-1.21.jar"/>
<file name="failureaccess-1.0.1.jar" />
<file name="guava-28.0-android.jar" />
<file name="icu4j-59_1.jar" />
Expand Down Expand Up @@ -841,7 +841,7 @@ The text for an official release would continue like ...
<rule pattern="org.bouncycastle.**" result="org.python.bouncycastle.@1"/>
<zipfileset src="extlibs/bcprov-jdk15on-1.62.jar" excludes="META-INF/**"/>
<rule pattern="org.bouncycastle.**" result="org.python.bouncycastle.@1"/>
<zipfileset src="extlibs/commons-compress-1.19.jar"/>
<zipfileset src="extlibs/commons-compress-1.21.jar"/>
<rule pattern="org.apache.commons.compress.**" result="org.python.apache.commons.compress.@1"/>
<zipfileset src="extlibs/failureaccess-1.0.1.jar"/>
<zipfileset src="extlibs/guava-28.0-android.jar"/>
Expand Down
Binary file removed extlibs/commons-compress-1.19.jar
Binary file not shown.
Binary file added extlibs/commons-compress-1.21.jar
Binary file not shown.

0 comments on commit 786644d

Please sign in to comment.