File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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" />
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 @@ -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
You can’t perform that action at this time.
0 commit comments