File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 api " org.antlr:antlr4-runtime:4.7.1"
3737 api group : ' com.google.guava' , name : ' guava' , version : " ${ guava_version} "
3838 api group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :" ${ versions.log4j} "
39- api group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12 .0'
39+ api group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.18 .0'
4040 api group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.9.3'
4141 api group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0'
4242 implementation ' com.github.babbel:okhttp-aws-signer:1.0.2'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636
3737dependencies {
3838 api group : ' com.google.guava' , name : ' guava' , version : " ${ guava_version} "
39- api group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12 .0'
39+ api group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.18 .0'
4040 api group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0'
4141 api group : ' com.facebook.presto' , name : ' presto-matching' , version : ' 0.240'
4242 api group : ' org.apache.commons' , name : ' commons-math3' , version : ' 3.6.1'
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ dependencies {
9191 }
9292 implementation group : ' com.google.guava' , name : ' guava' , version : " ${ guava_version} "
9393 implementation group : ' org.json' , name : ' json' , version :' 20231013'
94- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12 .0'
94+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.18 .0'
9595 implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0'
9696 implementation group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
9797 // add geo module as dependency. https://github.com/opensearch-project/OpenSearch/pull/4180/.
You can’t perform that action at this time.
0 commit comments