We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a6ca9 commit 956c4c2Copy full SHA for 956c4c2
luceedebug/build.gradle.kts
@@ -36,9 +36,9 @@ dependencies {
36
// https://mvnrepository.com/artifact/com.google.guava/guava
37
implementation("com.google.guava:guava:32.1.2-jre")
38
39
- implementation("org.ow2.asm:asm:9.3")
40
- implementation("org.ow2.asm:asm-util:9.3")
41
- implementation("org.ow2.asm:asm-commons:9.3")
+ implementation("org.ow2.asm:asm:9.7.1")
+ implementation("org.ow2.asm:asm-util:9.7.1")
+ implementation("org.ow2.asm:asm-commons:9.7.1")
42
43
// https://mvnrepository.com/artifact/javax.servlet.jsp/javax.servlet.jsp-api
44
compileOnly("javax.servlet.jsp:javax.servlet.jsp-api:2.3.3")
0 commit comments