Skip to content

Commit 956c4c2

Browse files
bump org.ow2.asm version
need to be able to read more recent classfile versions (65+)
1 parent b8a6ca9 commit 956c4c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

luceedebug/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ dependencies {
3636
// https://mvnrepository.com/artifact/com.google.guava/guava
3737
implementation("com.google.guava:guava:32.1.2-jre")
3838

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")
39+
implementation("org.ow2.asm:asm:9.7.1")
40+
implementation("org.ow2.asm:asm-util:9.7.1")
41+
implementation("org.ow2.asm:asm-commons:9.7.1")
4242

4343
// https://mvnrepository.com/artifact/javax.servlet.jsp/javax.servlet.jsp-api
4444
compileOnly("javax.servlet.jsp:javax.servlet.jsp-api:2.3.3")

0 commit comments

Comments
 (0)