Skip to content

Commit 9bc9dda

Browse files
authored
Merge pull request #345 from ps48/1.2
Bump log4j to 2.17
2 parents 57ead85 + 1f59355 commit 9bc9dda

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
compile "org.antlr:antlr4-runtime:4.7.1"
4242
// https://github.com/google/guava/wiki/CVE-2018-10237
4343
compile group: 'com.google.guava', name: 'guava', version: '29.0-jre'
44-
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.16.0'
44+
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.17.0'
4545

4646
testCompile group: 'junit', name: 'junit', version: '4.12'
4747
}

integ-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
testCompile group: 'org.opensearch.client', name: 'opensearch-rest-high-level-client', version: "${opensearch_version}"
6464
testCompile group: 'org.opensearch.client', name: 'opensearch-rest-client', version: "${opensearch_version}"
6565
testCompile group: 'org.hamcrest', name: 'hamcrest', version: '2.1'
66-
testCompile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.16.0'
66+
testCompile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.17.0'
6767
testCompile project(':plugin')
6868
testCompile project(':legacy')
6969
testImplementation('org.junit.jupiter:junit-jupiter-api:5.6.2')

ppl/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
compile group: 'org.json', name: 'json', version: '20180813'
5858
compile group: 'org.springframework', name: 'spring-context', version: '5.2.5.RELEASE'
5959
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.5.RELEASE'
60-
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.16.0'
60+
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.17.0'
6161
compile project(':common')
6262
compile project(':core')
6363
compile project(':protocol')
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### Version 1.2.3.0 Release Notes
2+
Compatible with OpenSearch Version 1.2.3 and OpenSearch Dashboards Version 1.2.x
3+
4+
### Bug fixes
5+
6+
* Bump log4j to 2.17 and plugin to 1.2.3 ([#345](https://github.com/opensearch-project/sql/pull/345))

0 commit comments

Comments
 (0)