Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4511,6 +4511,11 @@
<sha256 value="85b29371884ba31bb76edf22323c2c24e172c3267a67152eba3d1ccc2e041ef2" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.ow2.asm" name="asm-analysis" version="9.8">
<artifact name="asm-analysis-9.8.jar">
<sha256 value="e640732fbcd3c6271925a504f125e38384688f4dfbbf92c8622dfcee0d09edb9" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.ow2.asm" name="asm-commons" version="7.2">
<artifact name="asm-commons-7.2.jar">
<sha256 value="0e86b8b179c5fb223d1a880a0ff4960b6978223984b94e62e71135f2d8ea3558" origin="Generated by Gradle"/>
Expand Down
2 changes: 1 addition & 1 deletion modules/repository-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
api "net.minidev:accessors-smart:2.5.2"
api "net.minidev:json-smart:2.5.2"
api "org.codehaus.woodstox:stax2-api:4.2.2"
api "org.ow2.asm:asm:9.7.1"
api "org.ow2.asm:asm:9.8"

runtimeOnly "com.google.code.gson:gson:2.11.0"
runtimeOnly "org.cryptomator:siv-mode:1.5.2"
Expand Down
6 changes: 3 additions & 3 deletions test/logger-usage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
apply plugin: 'elasticsearch.java'

dependencies {
api 'org.ow2.asm:asm:9.7.1'
api 'org.ow2.asm:asm-tree:9.7.1'
api 'org.ow2.asm:asm-analysis:9.7.1'
api 'org.ow2.asm:asm:9.8'
api 'org.ow2.asm:asm-tree:9.8'
api 'org.ow2.asm:asm-analysis:9.8'
api "org.apache.logging.log4j:log4j-api:${versions.log4j}"
testImplementation project(":test:framework")
}
2 changes: 1 addition & 1 deletion x-pack/plugin/security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
api "net.jcip:jcip-annotations:1.0"
api "net.minidev:json-smart:2.5.2"
api "net.minidev:accessors-smart:2.5.2"
api "org.ow2.asm:asm:9.7.1"
api "org.ow2.asm:asm:9.8"

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

Expand Down