Skip to content

Commit

Permalink
Update ASM to 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
unbeproducoes authored May 3, 2024
1 parent d508ef6 commit 322f74c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ repositories {
}

dependencies {
def asmVersion = "9.2"
def asmVersion = "9.7"
compile 'org.ow2.asm:asm:' + asmVersion
compile 'org.ow2.asm:asm-commons:' + asmVersion
compile 'org.ow2.asm:asm-tree:' + asmVersion

def lombok = 'org.projectlombok:lombok:1.18.16'
def lombok = 'org.projectlombok:lombok:1.18.32'
compileOnly lombok
annotationProcessor lombok
testCompileOnly lombok
Expand All @@ -41,4 +41,4 @@ compileJava {

sourceCompatibility('1.8')
targetCompatibility('1.8')
}
}

0 comments on commit 322f74c

Please sign in to comment.