Skip to content

Commit e97fd1f

Browse files
Voyinnothomasbehr
authored andcommitted
upgrade ASM from 9.6 to 9.9.1 for Java 25 shrinking support
1 parent 57adfe8 commit e97fd1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ configurations {
2828
dependencies {
2929
annotation project(':annotation')
3030
implementation project(':annotation')
31-
implementation 'org.ow2.asm:asm:9.6'
31+
implementation 'org.ow2.asm:asm:9.9.1'
3232
implementation 'org.apache.ant:ant:1.10.14'
3333
testImplementation 'junit:junit:4.13.2'
3434
}
@@ -50,7 +50,7 @@ task generateSources(type: Copy) {
5050
// Use generated sources
5151
compileJava.dependsOn generateSources
5252

53-
def LIBRARIES = ["asm-9.6.jar"]
53+
def LIBRARIES = ["asm-9.9.1.jar"]
5454
def LIBRARY_JARS = configurations.dependents.filter {
5555
file -> file.name in LIBRARIES
5656
}

0 commit comments

Comments
 (0)