File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ dependencies {
19
19
api " org.apache.lucene:lucene-expressions:${ versions.lucene} "
20
20
runtimeOnly " org.apache.lucene:lucene-codecs:${ versions.lucene} "
21
21
runtimeOnly " org.antlr:antlr4-runtime:${ versions.antlr4} "
22
- runtimeOnly ' org.ow2.asm:asm:7.2 '
23
- runtimeOnly ' org.ow2.asm:asm-commons:7.2 '
24
- runtimeOnly ' org.ow2.asm:asm-tree:7.2 '
25
- runtimeOnly ' org.ow2.asm:asm-analysis:7.2 '
22
+ runtimeOnly ' org.ow2.asm:asm:9.8 '
23
+ runtimeOnly ' org.ow2.asm:asm-commons:9.8 '
24
+ runtimeOnly ' org.ow2.asm:asm-tree:9.8 '
25
+ runtimeOnly ' org.ow2.asm:asm-analysis:9.8 '
26
26
}
27
27
restResources {
28
28
restApi {
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ configurations {
37
37
38
38
dependencies {
39
39
api " org.antlr:antlr4-runtime:${ versions.antlr4} "
40
- api ' org.ow2.asm:asm-util:7.2 '
41
- api ' org.ow2.asm:asm-tree:7.2 '
42
- api ' org.ow2.asm:asm-commons:7.2 '
43
- api ' org.ow2.asm:asm-analysis:7.2 '
44
- api ' org.ow2.asm:asm:7.2 '
40
+ api ' org.ow2.asm:asm-util:9.8 '
41
+ api ' org.ow2.asm:asm-tree:9.8 '
42
+ api ' org.ow2.asm:asm-commons:9.8 '
43
+ api ' org.ow2.asm:asm-analysis:9.8 '
44
+ api ' org.ow2.asm:asm:9.8 '
45
45
spi project(' spi' )
46
46
clusterModules project(' :modules:mapper-extras' )
47
47
}
You can’t perform that action at this time.
0 commit comments