Skip to content

Commit 38f4a72

Browse files
authored
Bump asm to 9.8 for JDK 25 support in remaining places (#133938) (#133951)
This PR bumps the remaining usage of old asm versions to 9.8 for support of JDK 25. Relates to ES-12644
1 parent e546bb8 commit 38f4a72

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/repository-azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
api "net.minidev:accessors-smart:2.5.2"
7676
api "net.minidev:json-smart:2.5.2"
7777
api "org.codehaus.woodstox:stax2-api:4.2.2"
78-
api "org.ow2.asm:asm:9.7.1"
78+
api "org.ow2.asm:asm:9.8"
7979

8080
runtimeOnly "com.google.code.gson:gson:2.11.0"
8181
runtimeOnly "org.cryptomator:siv-mode:1.5.2"

test/logger-usage/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
apply plugin: 'elasticsearch.java'
1111

1212
dependencies {
13-
api 'org.ow2.asm:asm:9.7.1'
14-
api 'org.ow2.asm:asm-tree:9.7.1'
15-
api 'org.ow2.asm:asm-analysis:9.7.1'
13+
api 'org.ow2.asm:asm:9.8'
14+
api 'org.ow2.asm:asm-tree:9.8'
15+
api 'org.ow2.asm:asm-analysis:9.8'
1616
api "org.apache.logging.log4j:log4j-api:${versions.log4j}"
1717
testImplementation project(":test:framework")
1818
}

x-pack/plugin/security/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
api "net.jcip:jcip-annotations:1.0"
8888
api "net.minidev:json-smart:2.5.2"
8989
api "net.minidev:accessors-smart:2.5.2"
90-
api "org.ow2.asm:asm:9.7.1"
90+
api "org.ow2.asm:asm:9.8"
9191

9292
testImplementation "org.elasticsearch:mocksocket:${versions.mocksocket}"
9393

0 commit comments

Comments
 (0)