Skip to content

Commit

Permalink
Update to ASM 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Jul 20, 2024
1 parent 3c049c2 commit 4bf7b11
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ dependencies {
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'

implementation 'org.ow2.asm:asm:9.6'
implementation 'org.ow2.asm:asm-commons:9.6'
implementation 'org.ow2.asm:asm-util:9.6'
implementation 'org.ow2.asm:asm:9.7'
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'

Expand Down
12 changes: 6 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ informix.jar = ../support/jdbc-4.10.12.jar
<!-- Other JARs (alphabetical) -->
<filelist dir="${extlibs.dir}">
<file name="antlr-complete-3.5.3.jar" /> <!-- ANTLR 3 until we upgrade parsing -->
<file name="asm-9.6.jar" />
<file name="asm-commons-9.6.jar" />
<file name="asm-util-9.6.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-io-2.15.1.jar"/>
<file name="failureaccess-1.0.1.jar" />
Expand Down Expand Up @@ -847,9 +847,9 @@ The text for an official release would continue like ...
<!-- pin to Antlr 3 until we upgrade parsing -->
<zipfileset src="extlibs/antlr-runtime-3.5.3.jar"/>
<rule pattern="org.antlr.runtime.**" result="org.python.antlr.runtime.@1"/>
<zipfileset src="extlibs/asm-9.6.jar" excludes="module-info.class"/>
<zipfileset src="extlibs/asm-commons-9.6.jar" excludes="module-info.class"/>
<zipfileset src="extlibs/asm-util-9.6.jar" excludes="module-info.class"/>
<zipfileset src="extlibs/asm-9.7.jar" excludes="module-info.class"/>
<zipfileset src="extlibs/asm-commons-9.7.jar" excludes="module-info.class"/>
<zipfileset src="extlibs/asm-util-9.7.jar" excludes="module-info.class"/>
<rule pattern="org.objectweb.asm.**" result="org.python.objectweb.asm.@1"/>
<zipfileset src="extlibs/bcpkix-jdk18on-1.77.jar" excludes="META-INF/**"/>
<zipfileset src="extlibs/bcprov-jdk18on-1.77.jar" excludes="META-INF/**"/>
Expand Down
Binary file removed extlibs/asm-9.6.jar
Binary file not shown.
Binary file added extlibs/asm-9.7.jar
Binary file not shown.
Binary file removed extlibs/asm-commons-9.6.jar
Binary file not shown.
Binary file added extlibs/asm-commons-9.7.jar
Binary file not shown.
Binary file removed extlibs/asm-util-9.6.jar
Binary file not shown.
Binary file added extlibs/asm-util-9.7.jar
Binary file not shown.

0 comments on commit 4bf7b11

Please sign in to comment.