Skip to content

Commit 70cee0d

Browse files
committed
[CVE Patch] Version Bump: SpringFramework and GSON (opendistro-for-elasticsearch#1178)
* [CVE Patch] Version Bump: SpringFramework Signed-off-by: Peng Huo <[email protected]> * [CVE Patch] Version Bump: gson Signed-off-by: Peng Huo <[email protected]>
1 parent 46649d1 commit 70cee0d

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ repositories {
1717
dependencies {
1818
// https://github.com/google/guava/wiki/CVE-2018-10237
1919
compile group: 'com.google.guava', name: 'guava', version: '29.0-jre'
20-
compile group: 'org.springframework', name: 'spring-context', version: '5.2.5.RELEASE'
21-
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.5.RELEASE'
20+
compile group: 'org.springframework', name: 'spring-context', version: '5.2.20.RELEASE'
21+
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.20.RELEASE'
2222
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
2323
compile group: 'com.facebook.presto', name: 'presto-matching', version: '0.240'
2424
compile project(':common')
@@ -74,4 +74,4 @@ jacocoTestCoverageVerification {
7474
}))
7575
}
7676
}
77-
check.dependsOn jacocoTestCoverageVerification
77+
check.dependsOn jacocoTestCoverageVerification

integ-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
}
5151
testCompile group: 'com.h2database', name: 'h2', version: '1.4.200'
5252
testCompile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.28.0'
53-
testCompile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
53+
testCompile group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
5454
}
5555

5656
dependencyLicenses.enabled = false

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ configurations.all {
3939
}
4040

4141
dependencies {
42-
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.5.RELEASE'
42+
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.20.RELEASE'
4343
compile project(":ppl")
4444
compile project(':legacy')
4545
compile project(':elasticsearch')

ppl/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ dependencies {
2727
compile "org.antlr:antlr4-runtime:4.7.1"
2828
// https://github.com/google/guava/wiki/CVE-2018-10237
2929
compile group: 'com.google.guava', name: 'guava', version: '29.0-jre'
30-
compile group: 'org.elasticsearch', name: 'elasticsearch-x-content', version: "${es_version}"
3130
compile group: 'org.json', name: 'json', version: '20180813'
32-
compile group: 'org.springframework', name: 'spring-context', version: '5.2.5.RELEASE'
33-
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.5.RELEASE'
31+
compile group: 'org.springframework', name: 'spring-context', version: '5.2.20.RELEASE'
32+
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.20.RELEASE'
3433
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.11.1'
3534
compile project(':common')
3635
compile project(':core')
@@ -82,4 +81,4 @@ jacocoTestCoverageVerification {
8281
}))
8382
}
8483
}
85-
check.dependsOn jacocoTestCoverageVerification
84+
check.dependsOn jacocoTestCoverageVerification

sql/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
// https://github.com/google/guava/wiki/CVE-2018-10237
2929
implementation group: 'com.google.guava', name: 'guava', version: '29.0-jre'
3030
compile group: 'org.json', name: 'json', version:'20180813'
31-
compile group: 'org.springframework', name: 'spring-context', version: '5.2.5.RELEASE'
32-
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.5.RELEASE'
31+
compile group: 'org.springframework', name: 'spring-context', version: '5.2.20.RELEASE'
32+
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.20.RELEASE'
3333
compile project(':common')
3434
compile project(':core')
3535
compile project(':protocol')

0 commit comments

Comments
 (0)