[AMQ-7408] Upgrade to Guava 28.2-jre

This commit is contained in:
jbonofre 2020-02-18 14:10:34 +01:00
parent f3b2efcbcb
commit f96e64e815
2 changed files with 6 additions and 1 deletions

View File

@ -77,6 +77,11 @@
<artifactId>leveldbjni</artifactId>
<version>${leveldbjni-version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava-version}</version>
</dependency>
<!-- Lets not include the JNI libs for now so that we can harden the pure java driver more -->
<!--

View File

@ -64,7 +64,7 @@
<ecj.version>3.17.0</ecj.version>
<ftpserver-version>1.1.1</ftpserver-version>
<geronimo-version>1.0</geronimo-version>
<guava-version>28.0-jre</guava-version>
<guava-version>28.2-jre</guava-version>
<hadoop-version>1.0.4</hadoop-version>
<hawtbuf-version>1.11</hawtbuf-version>
<hawtdispatch-version>1.22</hawtdispatch-version>