File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ repositories {
17
17
dependencies {
18
18
// https://github.com/google/guava/wiki/CVE-2018-10237
19
19
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'
22
22
compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.10'
23
23
compile group : ' com.facebook.presto' , name : ' presto-matching' , version : ' 0.240'
24
24
compile project(' :common' )
@@ -74,4 +74,4 @@ jacocoTestCoverageVerification {
74
74
}))
75
75
}
76
76
}
77
- check. dependsOn jacocoTestCoverageVerification
77
+ check. dependsOn jacocoTestCoverageVerification
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
}
51
51
testCompile group : ' com.h2database' , name : ' h2' , version : ' 1.4.200'
52
52
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 '
54
54
}
55
55
56
56
dependencyLicenses. enabled = false
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ configurations.all {
39
39
}
40
40
41
41
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'
43
43
compile project(" :ppl" )
44
44
compile project(' :legacy' )
45
45
compile project(' :elasticsearch' )
Original file line number Diff line number Diff line change @@ -27,10 +27,9 @@ dependencies {
27
27
compile " org.antlr:antlr4-runtime:4.7.1"
28
28
// https://github.com/google/guava/wiki/CVE-2018-10237
29
29
compile group : ' com.google.guava' , name : ' guava' , version : ' 29.0-jre'
30
- compile group : ' org.elasticsearch' , name : ' elasticsearch-x-content' , version : " ${ es_version} "
31
30
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'
34
33
compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.11.1'
35
34
compile project(' :common' )
36
35
compile project(' :core' )
@@ -82,4 +81,4 @@ jacocoTestCoverageVerification {
82
81
}))
83
82
}
84
83
}
85
- check. dependsOn jacocoTestCoverageVerification
84
+ check. dependsOn jacocoTestCoverageVerification
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ dependencies {
28
28
// https://github.com/google/guava/wiki/CVE-2018-10237
29
29
implementation group : ' com.google.guava' , name : ' guava' , version : ' 29.0-jre'
30
30
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'
33
33
compile project(' :common' )
34
34
compile project(' :core' )
35
35
compile project(' :protocol' )
You can’t perform that action at this time.
0 commit comments