Skip to content

Commit ca42b8a

Browse files
authored
Update ASM to 9.7 (#473)
ASM 9.7 supports Java 23 bytecode. This is needed in order to support JVM target bytecode version 23 in Kotlin compiler (KT-71537), because there's an integration test at `integration-testing/examples/jdk-compatibility` which uses ASM with the latest supported JvmTarget version.
1 parent 6b83a11 commit ca42b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.0.0"
33
kotlinx-binaryCompatibilityValidator = "0.16.0"
4-
asm = "9.6"
4+
asm = "9.7"
55
slf4j = "1.8.0-alpha2"
66
junit = "4.12"
77
maven = "3.5.3"

0 commit comments

Comments
 (0)