Skip to content

Commit

Permalink
Update commons-compress to 1.26.2 and other citations
Browse files Browse the repository at this point in the history
We also update these citations in the build files for JARs we do not
bundle:
ant to 1.10.14
Informix jdbc to 4.50.11
Oracle ojdbc8 to 23.4.0.24.05
  • Loading branch information
jeff5 committed Jul 21, 2024
1 parent 3c39831 commit b6617e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {
antlr 'org.antlr:antlr:3.5.3'
implementation 'org.antlr:antlr-runtime:3.5.3'

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

implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
Expand Down Expand Up @@ -187,15 +187,15 @@ dependencies {
implementation 'io.netty:netty-transport:4.1.73.Final'

// Used implicitly in the Ant build, must be explicit here
implementation 'org.apache.ant:ant:1.10.12'
implementation 'org.apache.ant:ant:1.10.14'

// Pin to 4.10 until dependency on hamcrest classes resolved.
testImplementation 'junit:junit:4.10'

// We choose only to cite these as only used by javadoc.
// They are proprietary and necessary only if certain modules are used.
compileOnly 'com.ibm.informix:jdbc:4.50.8'
compileOnly 'com.oracle.database.jdbc:ojdbc8:19.14.0.0'
compileOnly 'com.ibm.informix:jdbc:4.50.11'
compileOnly 'com.oracle.database.jdbc:ojdbc8:23.4.0.24.05'
}


Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
<file name="asm-9.7.jar" />
<file name="asm-commons-9.7.jar" />
<file name="asm-util-9.7.jar" />
<file name="commons-compress-1.26.0.jar"/>
<file name="commons-compress-1.26.2.jar"/>
<file name="commons-io-2.15.1.jar"/>
<file name="failureaccess-1.0.1.jar" />
<file name="guava-32.1.2-jre.jar" />
Expand Down Expand Up @@ -854,7 +854,7 @@ The text for an official release would continue like ...
<zipfileset src="extlibs/bcpkix-jdk18on-1.77.jar" excludes="META-INF/**"/>
<zipfileset src="extlibs/bcprov-jdk18on-1.77.jar" excludes="META-INF/**"/>
<rule pattern="org.bouncycastle.**" result="org.python.bouncycastle.@1"/>
<zipfileset src="extlibs/commons-compress-1.26.0.jar" excludes="META-INF/versions/9/module-info.class"/>
<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"/>
<rule pattern="org.apache.commons.io.**" result="org.python.apache.commons.io.@1"/>
Expand Down
Binary file not shown.

0 comments on commit b6617e6

Please sign in to comment.