Skip to content

Commit

Permalink
update ASM (java 21 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Apr 3, 2024
1 parent ee95c91 commit a16afd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
asm = "9.4"
asm = "9.7"
log4j = "2.19.0"

[libraries]
Expand All @@ -9,4 +9,4 @@ asm_commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" }
asm_util = { module = "org.ow2.asm:asm-util", version.ref = "asm" }

log4j_api = { module = "org.apache.logging.log4j:log4j-api", version.ref = "log4j" }
log4j_core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
log4j_core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }

0 comments on commit a16afd9

Please sign in to comment.