Update guava to fix CVE

This commit is contained in:
Guillaume Tardif 2020-07-01 14:59:23 +02:00
parent 22b1de00ac
commit 7cde96e8b6
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.0</version>
<version>29.0-jre</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>