Upgrade to Guava 29.0

CVE-2018-10237 impacts Guava 24.1.0 and earlier, so let's upgrade to the latest version.

Reported-by: GitHub and Shlomi Livne
This commit is contained in:
Pekka Enberg 2020-06-16 10:02:53 +03:00
parent b2e4796901
commit b2195734cc
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>29.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>