You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2021/11/10 14:25:33 UTC

[activemq] branch activemq-5.16.x updated: AMQ-8410: Update Guava version to 31.0.1

This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new 9b52279  AMQ-8410: Update Guava version to 31.0.1
9b52279 is described below

commit 9b52279841d6758819e70434589d2dba53cd576a
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
AuthorDate: Wed Nov 10 09:22:14 2021 -0500

    AMQ-8410: Update Guava version to 31.0.1
    
    (cherry picked from commit 07c2704864e83576b6a008a91d948cce7db6d2b2)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a85f9f3..7567b18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <directory-version>2.0.0.AM25</directory-version>
     <ecj.version>3.17.0</ecj.version>
     <ftpserver-version>1.1.1</ftpserver-version>
-    <guava-version>28.2-jre</guava-version>
+    <guava-version>31.0.1-jre</guava-version>
     <hadoop-version>1.2.1</hadoop-version>
     <hawtbuf-version>1.11</hawtbuf-version>
     <hawtdispatch-version>1.22</hawtdispatch-version>