Skip to content

Commit

Permalink
Update commons-io and Guava JARs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Jul 22, 2024
1 parent b8595b4 commit 467d7f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dependencies {
implementation 'org.antlr:antlr-runtime:3.5.3'

implementation 'org.apache.commons:commons-compress:1.26.2'
implementation 'commons-io:commons-io:2.15.1'
implementation 'commons-io:commons-io:2.16.1'

implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
Expand All @@ -165,7 +165,7 @@ dependencies {
implementation 'org.ow2.asm:asm-commons:9.7'
implementation 'org.ow2.asm:asm-util:9.7'

implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'com.google.guava:guava:33.2.1-jre'

implementation 'com.ibm.icu:icu4j:71.1'

Expand Down
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ informix.jar = ../support/jdbc-4.10.12.jar
<file name="asm-commons-9.7.jar" />
<file name="asm-util-9.7.jar" />
<file name="commons-compress-1.26.2.jar"/>
<file name="commons-io-2.15.1.jar"/>
<file name="commons-io-2.16.1.jar"/>
<file name="failureaccess-1.0.1.jar" />
<file name="guava-32.1.2-jre.jar" />
<file name="guava-33.2.1-jre.jar" />
<file name="icu4j-71.1.jar" />
<file name="jffi-1.3.13.jar"/>
<file name="java-sizeof-0.0.5.jar"/>
Expand Down Expand Up @@ -856,10 +856,10 @@ The text for an official release would continue like ...
<rule pattern="org.bouncycastle.**" result="org.python.bouncycastle.@1"/>
<zipfileset src="extlibs/commons-compress-1.26.2.jar" excludes="META-INF/versions/9/module-info.class"/>
<rule pattern="org.apache.commons.compress.**" result="org.python.apache.commons.compress.@1"/>
<zipfileset src="extlibs/commons-io-2.15.1.jar" excludes="META-INF/versions/9/module-info.class"/>
<zipfileset src="extlibs/commons-io-2.16.1.jar" excludes="META-INF/versions/9/module-info.class"/>
<rule pattern="org.apache.commons.io.**" result="org.python.apache.commons.io.@1"/>
<zipfileset src="extlibs/failureaccess-1.0.1.jar"/>
<zipfileset src="extlibs/guava-32.1.2-jre.jar" excludes="META-INF/**"/>
<zipfileset src="extlibs/guava-33.2.1-jre.jar" excludes="META-INF/**"/>
<rule pattern="com.google.**" result="org.python.google.@1"/>
<zipfileset src="extlibs/icu4j-71.1.jar"/>
<rule pattern="com.ibm.icu.**" result="org.python.icu.@1"/>
Expand Down
Binary file removed extlibs/commons-io-2.15.1.jar
Binary file not shown.
Binary file added extlibs/commons-io-2.16.1.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 467d7f4

Please sign in to comment.