Skip to content

Commit

Permalink
Merge pull request #15 from mmoayyed/asm97
Browse files Browse the repository at this point in the history
JDK 23: Bump ASM to 9.7
  • Loading branch information
rzwitserloot committed Sep 10, 2024
2 parents a4b4303 + 5946be0 commit b4475fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildScripts/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<dependency org="junit" name="junit" rev="4.13" conf="test -> default"/>
<dependency org="com.jcraft" name="jsch" rev="0.1.42" conf="build->default" />
<dependency org="projectlombok.org" name="jsch-ant-fixed" rev="0.1.45" conf="build" />
<dependency org="org.ow2.asm" name="asm" rev="9.6" conf="runtime, build -> default; contrib->sources" />
<dependency org="org.ow2.asm" name="asm-tree" rev="9.6" conf="runtime, build->default; contrib->sources" />
<dependency org="org.ow2.asm" name="asm-commons" rev="9.6" conf="runtime, build->default; contrib->sources" />
<dependency org="org.ow2.asm" name="asm" rev="9.7" conf="runtime, build -> default; contrib->sources" />
<dependency org="org.ow2.asm" name="asm-tree" rev="9.7" conf="runtime, build->default; contrib->sources" />
<dependency org="org.ow2.asm" name="asm-commons" rev="9.7" conf="runtime, build->default; contrib->sources" />
<dependency org="net.java.dev.jna" name="jna" rev="5.12.1" conf="runtimeInjector, build->master" />
</dependencies>
</ivy-module>

0 comments on commit b4475fe

Please sign in to comment.