File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ dependencies {
155
155
antlr ' org.antlr:antlr:3.5.3'
156
156
implementation ' org.antlr:antlr-runtime:3.5.3'
157
157
158
- implementation ' org.apache.commons:commons-compress:1.26.0 '
158
+ implementation ' org.apache.commons:commons-compress:1.26.2 '
159
159
implementation ' commons-io:commons-io:2.15.1'
160
160
161
161
implementation ' org.bouncycastle:bcpkix-jdk18on:1.77'
@@ -187,15 +187,15 @@ dependencies {
187
187
implementation ' io.netty:netty-transport:4.1.73.Final'
188
188
189
189
// 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 '
191
191
192
192
// Pin to 4.10 until dependency on hamcrest classes resolved.
193
193
testImplementation ' junit:junit:4.10'
194
194
195
195
// We choose only to cite these as only used by javadoc.
196
196
// 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 '
199
199
}
200
200
201
201
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
254
254
<file name =" asm-9.7.jar" />
255
255
<file name =" asm-commons-9.7.jar" />
256
256
<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" />
258
258
<file name =" commons-io-2.15.1.jar" />
259
259
<file name =" failureaccess-1.0.1.jar" />
260
260
<file name =" guava-32.1.2-jre.jar" />
@@ -854,7 +854,7 @@ The text for an official release would continue like ...
854
854
<zipfileset src =" extlibs/bcpkix-jdk18on-1.77.jar" excludes =" META-INF/**" />
855
855
<zipfileset src =" extlibs/bcprov-jdk18on-1.77.jar" excludes =" META-INF/**" />
856
856
<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" />
858
858
<rule pattern =" org.apache.commons.compress.**" result =" org.python.apache.commons.compress.@1" />
859
859
<zipfileset src =" extlibs/commons-io-2.15.1.jar" excludes =" META-INF/versions/9/module-info.class" />
860
860
<rule pattern =" org.apache.commons.io.**" result =" org.python.apache.commons.io.@1" />
You can’t perform that action at this time.
0 commit comments