Skip to content

Commit

Permalink
bump org.ow2.asm version
Browse files Browse the repository at this point in the history
need to be able to read more recent classfile versions (65+)
  • Loading branch information
softwareCobbler committed Nov 16, 2024
1 parent b8a6ca9 commit 956c4c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions luceedebug/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ dependencies {
// https://mvnrepository.com/artifact/com.google.guava/guava
implementation("com.google.guava:guava:32.1.2-jre")

implementation("org.ow2.asm:asm:9.3")
implementation("org.ow2.asm:asm-util:9.3")
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")

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

0 comments on commit 956c4c2

Please sign in to comment.