Skip to content

Commit

Permalink
Bump to asm 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 12, 2023
1 parent 8f6cfd3 commit 0c2ef1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ allprojects {
}

dependencies {
api 'org.ow2.asm:asm:9.1'
api 'org.ow2.asm:asm-tree:9.1'
implementation 'org.ow2.asm:asm-commons:9.1'
implementation 'org.ow2.asm:asm-util:9.1'
api 'org.ow2.asm:asm:9.6'
api 'org.ow2.asm:asm-tree:9.6'
implementation 'org.ow2.asm:asm-commons:9.6'
implementation 'org.ow2.asm:asm-util:9.6'

// Use JUnit test framework
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.+'
Expand Down

0 comments on commit 0c2ef1f

Please sign in to comment.