Bump version of guava to deal with CVE-2018-10237

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2018-12-02 16:27:21 -05:00
parent ffd8446016
commit 5202845373
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -176,7 +176,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<dependency>
+1 -1
View File
@@ -131,7 +131,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
<version>27.0-jre</version>
</dependency>
</dependencies>
</dependencyManagement>