Skip to content

Commit 91ef881

Browse files
committed
Bump Guava dependency to >=24.1.1
In response to CVE-2018-10237
1 parent 394c2eb commit 91ef881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Map<String, String> dependencyVersions = [
5454
'com.fasterxml.jackson.core:jackson-databind:[2.11.0,3)',
5555
'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:[2.11.0,3)',
5656
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:[2.11.0,3)',
57-
'com.google.guava:guava:[19.0,20)',
57+
'com.google.guava:guava:[24.1.1,30)',
5858
'com.upokecenter:cbor:[4.0.1,5)',
5959
'javax.activation:activation:[1.1.1,2)',
6060
'javax.ws.rs:javax.ws.rs-api:[2.1,3)',

0 commit comments

Comments
 (0)