Skip to content

Commit

Permalink
Merge pull request #817 from codecholeric/upgrade-asm-to-9.4
Browse files Browse the repository at this point in the history
Upgrade dependency ASM from `9.3` to `9.4`
  • Loading branch information
johnrengelman committed Feb 24, 2023
2 parents d8117e9 + 7d8cffa commit a13fa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies {
shadow 'org.codehaus.groovy:groovy-backports-compat23:3.0.8'

implementation 'org.jdom:jdom2:2.0.6'
implementation 'org.ow2.asm:asm:9.3'
implementation 'org.ow2.asm:asm-commons:9.3'
implementation 'org.ow2.asm:asm:9.4'
implementation 'org.ow2.asm:asm-commons:9.4'
implementation 'commons-io:commons-io:2.11.0'
implementation 'org.apache.ant:ant:1.10.11'
implementation 'org.codehaus.plexus:plexus-utils:3.4.1'
Expand Down

0 comments on commit a13fa6b

Please sign in to comment.