Skip to content

Commit 15fe47b

Browse files
authored
[9.0] Bump asm to 9.8 for JDK 25 support in remaining places (#133938) (#133949)
* Bump asm to 9.8 for JDK 25 support in remaining places (#133938) This PR bumps the remaining usage of old asm versions to 9.8 for support of JDK 25. Relates to ES-12644 * update verification metadata
1 parent 385a511 commit 15fe47b

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4511,6 +4511,11 @@
45114511
<sha256 value="85b29371884ba31bb76edf22323c2c24e172c3267a67152eba3d1ccc2e041ef2" origin="Generated by Gradle"/>
45124512
</artifact>
45134513
</component>
4514+
<component group="org.ow2.asm" name="asm-analysis" version="9.8">
4515+
<artifact name="asm-analysis-9.8.jar">
4516+
<sha256 value="e640732fbcd3c6271925a504f125e38384688f4dfbbf92c8622dfcee0d09edb9" origin="Generated by Gradle"/>
4517+
</artifact>
4518+
</component>
45144519
<component group="org.ow2.asm" name="asm-commons" version="7.2">
45154520
<artifact name="asm-commons-7.2.jar">
45164521
<sha256 value="0e86b8b179c5fb223d1a880a0ff4960b6978223984b94e62e71135f2d8ea3558" origin="Generated by Gradle"/>

modules/repository-azure/build.gradle

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

8181
runtimeOnly "com.google.code.gson:gson:2.11.0"
8282
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
@@ -93,7 +93,7 @@ dependencies {
9393
api "net.jcip:jcip-annotations:1.0"
9494
api "net.minidev:json-smart:2.5.2"
9595
api "net.minidev:accessors-smart:2.5.2"
96-
api "org.ow2.asm:asm:9.7.1"
96+
api "org.ow2.asm:asm:9.8"
9797

9898
testImplementation "org.elasticsearch:mocksocket:${versions.mocksocket}"
9999

0 commit comments

Comments
 (0)