File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ configurations {
4343}
4444
4545dependencies {
46- antlr " org.antlr:antlr4:4.7.1 "
46+ antlr " org.antlr:antlr4:4.13.2 "
4747
4848 implementation project(' :core' )
4949 implementation ' org.json:json:20231013'
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ repositories {
3333}
3434
3535dependencies {
36- api " org.antlr:antlr4-runtime:4.7.1 "
36+ api " org.antlr:antlr4-runtime:4.13.2 "
3737 api group : ' com.google.guava' , name : ' guava' , version : " ${ guava_version} "
3838 api group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :" ${ versions.log4j} "
3939 api group : ' org.apache.commons' , name : ' commons-lang3' , version : " ${ commons_lang3_version} "
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ dependencies {
120120 api project(' :opensearch' )
121121
122122 // ANTLR gradle plugin and runtime dependency
123- antlr " org.antlr:antlr4:4.7.1 "
124- implementation " org.antlr:antlr4-runtime:4.7.1 "
123+ antlr " org.antlr:antlr4:4.13.2 "
124+ implementation " org.antlr:antlr4-runtime:4.13.2 "
125125 compileOnly group : ' javax.servlet' , name : ' servlet-api' , version :' 2.5'
126126
127127 testImplementation group : ' org.hamcrest' , name : ' hamcrest-core' , version :' 2.2'
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ configurations {
4848}
4949
5050dependencies {
51- antlr " org.antlr:antlr4:4.7.1 "
51+ antlr " org.antlr:antlr4:4.13.2 "
5252
5353 runtimeOnly group : ' org.reflections' , name : ' reflections' , version : ' 0.9.12'
5454
55- implementation " org.antlr:antlr4-runtime:4.7.1 "
55+ implementation " org.antlr:antlr4-runtime:4.13.2 "
5656 implementation group : ' com.google.guava' , name : ' guava' , version : " ${ guava_version} "
5757 api group : ' org.json' , name : ' json' , version : ' 20231013'
5858 implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :" ${ versions.log4j} "
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ configurations {
4343}
4444
4545dependencies {
46- antlr " org.antlr:antlr4:4.7.1 "
46+ antlr " org.antlr:antlr4:4.13.2 "
4747
48- implementation " org.antlr:antlr4-runtime:4.7.1 "
48+ implementation " org.antlr:antlr4-runtime:4.13.2 "
4949 implementation group : ' com.google.guava' , name : ' guava' , version : " ${ guava_version} "
5050 implementation group : ' org.json' , name : ' json' , version :' 20231013'
5151 implementation project(' :common' )
You can’t perform that action at this time.
0 commit comments