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 4511
4511
<sha256 value =" 85b29371884ba31bb76edf22323c2c24e172c3267a67152eba3d1ccc2e041ef2" origin =" Generated by Gradle" />
4512
4512
</artifact >
4513
4513
</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 >
4514
4519
<component group =" org.ow2.asm" name =" asm-commons" version =" 7.2" >
4515
4520
<artifact name =" asm-commons-7.2.jar" >
4516
4521
<sha256 value =" 0e86b8b179c5fb223d1a880a0ff4960b6978223984b94e62e71135f2d8ea3558" origin =" Generated by Gradle" />
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ dependencies {
76
76
api " net.minidev:accessors-smart:2.5.2"
77
77
api " net.minidev:json-smart:2.5.2"
78
78
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 "
80
80
81
81
runtimeOnly " com.google.code.gson:gson:2.11.0"
82
82
runtimeOnly " org.cryptomator:siv-mode:1.5.2"
Original file line number Diff line number Diff line change 10
10
apply plugin : ' elasticsearch.java'
11
11
12
12
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 '
16
16
api " org.apache.logging.log4j:log4j-api:${ versions.log4j} "
17
17
testImplementation project(" :test:framework" )
18
18
}
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ dependencies {
93
93
api " net.jcip:jcip-annotations:1.0"
94
94
api " net.minidev:json-smart:2.5.2"
95
95
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 "
97
97
98
98
testImplementation " org.elasticsearch:mocksocket:${ versions.mocksocket} "
99
99
You can’t perform that action at this time.
0 commit comments