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 @@ -75,7 +75,7 @@ dependencies {
75
75
api " net.minidev:accessors-smart:2.5.2"
76
76
api " net.minidev:json-smart:2.5.2"
77
77
api " org.codehaus.woodstox:stax2-api:4.2.2"
78
- api " org.ow2.asm:asm:9.7.1 "
78
+ api " org.ow2.asm:asm:9.8 "
79
79
80
80
runtimeOnly " com.google.code.gson:gson:2.11.0"
81
81
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 @@ -87,7 +87,7 @@ dependencies {
87
87
api " net.jcip:jcip-annotations:1.0"
88
88
api " net.minidev:json-smart:2.5.2"
89
89
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 "
91
91
92
92
testImplementation " org.elasticsearch:mocksocket:${ versions.mocksocket} "
93
93
You can’t perform that action at this time.
0 commit comments