File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 compile " org.antlr:antlr4-runtime:4.7.1"
3636 // https://github.com/google/guava/wiki/CVE-2018-10237
3737 compile group : ' com.google.guava' , name : ' guava' , version : ' 29.0-jre'
38- compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.17.0 '
38+ compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.17.1 '
3939
4040 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
4141}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
6060 testCompile group : ' org.opensearch.client' , name : ' opensearch-rest-high-level-client' , version : " ${ opensearch_version} "
6161 testCompile group : ' org.opensearch.client' , name : ' opensearch-rest-client' , version : " ${ opensearch_version} "
6262 testCompile group : ' org.hamcrest' , name : ' hamcrest' , version : ' 2.1'
63- testCompile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.17.0 '
63+ testCompile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.17.1 '
6464 testCompile project(' :plugin' )
6565 testCompile project(' :legacy' )
6666 testImplementation(' org.junit.jupiter:junit-jupiter-api:5.6.2' )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 compile group : ' org.json' , name : ' json' , version : ' 20180813'
5252 compile group : ' org.springframework' , name : ' spring-context' , version : ' 5.2.5.RELEASE'
5353 compile group : ' org.springframework' , name : ' spring-beans' , version : ' 5.2.5.RELEASE'
54- compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.17.0 '
54+ compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.17.1 '
5555 compile project(' :common' )
5656 compile project(' :core' )
5757 compile project(' :protocol' )
You can’t perform that action at this time.
0 commit comments