We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57adfe8 commit e97fd1fCopy full SHA for e97fd1f
1 file changed
build.gradle
@@ -28,7 +28,7 @@ configurations {
28
dependencies {
29
annotation project(':annotation')
30
implementation project(':annotation')
31
- implementation 'org.ow2.asm:asm:9.6'
+ implementation 'org.ow2.asm:asm:9.9.1'
32
implementation 'org.apache.ant:ant:1.10.14'
33
testImplementation 'junit:junit:4.13.2'
34
}
@@ -50,7 +50,7 @@ task generateSources(type: Copy) {
50
// Use generated sources
51
compileJava.dependsOn generateSources
52
53
-def LIBRARIES = ["asm-9.6.jar"]
+def LIBRARIES = ["asm-9.9.1.jar"]
54
def LIBRARY_JARS = configurations.dependents.filter {
55
file -> file.name in LIBRARIES
56
0 commit comments