Skip to content

Commit 8dc5e7b

Browse files
committed
Update commons-compress to 1.26.2 and other citations
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
1 parent 4c15521 commit 8dc5e7b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ dependencies {
155155
antlr 'org.antlr:antlr:3.5.3'
156156
implementation 'org.antlr:antlr-runtime:3.5.3'
157157

158-
implementation 'org.apache.commons:commons-compress:1.26.0'
158+
implementation 'org.apache.commons:commons-compress:1.26.2'
159159
implementation 'commons-io:commons-io:2.15.1'
160160

161161
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
@@ -187,15 +187,15 @@ dependencies {
187187
implementation 'io.netty:netty-transport:4.1.73.Final'
188188

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

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

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

201201

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
254254
<file name="asm-9.7.jar" />
255255
<file name="asm-commons-9.7.jar" />
256256
<file name="asm-util-9.7.jar" />
257-
<file name="commons-compress-1.26.0.jar"/>
257+
<file name="commons-compress-1.26.2.jar"/>
258258
<file name="commons-io-2.15.1.jar"/>
259259
<file name="failureaccess-1.0.1.jar" />
260260
<file name="guava-32.1.2-jre.jar" />
@@ -854,7 +854,7 @@ The text for an official release would continue like ...
854854
<zipfileset src="extlibs/bcpkix-jdk18on-1.77.jar" excludes="META-INF/**"/>
855855
<zipfileset src="extlibs/bcprov-jdk18on-1.77.jar" excludes="META-INF/**"/>
856856
<rule pattern="org.bouncycastle.**" result="org.python.bouncycastle.@1"/>
857-
<zipfileset src="extlibs/commons-compress-1.26.0.jar" excludes="META-INF/versions/9/module-info.class"/>
857+
<zipfileset src="extlibs/commons-compress-1.26.2.jar" excludes="META-INF/versions/9/module-info.class"/>
858858
<rule pattern="org.apache.commons.compress.**" result="org.python.apache.commons.compress.@1"/>
859859
<zipfileset src="extlibs/commons-io-2.15.1.jar" excludes="META-INF/versions/9/module-info.class"/>
860860
<rule pattern="org.apache.commons.io.**" result="org.python.apache.commons.io.@1"/>

0 commit comments

Comments
 (0)