File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 1010apply plugin : ' elasticsearch.java'
1111
1212dependencies {
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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments