You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/02/07 01:44:39 UTC

[rocketmq] branch develop updated: guava 31.0.1-jre (#3821)

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

duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new dbbc88a  guava 31.0.1-jre (#3821)
dbbc88a is described below

commit dbbc88a6fe3449f13fdf8584f74e98ac69613349
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Feb 7 02:44:30 2022 +0100

    guava 31.0.1-jre (#3821)
    
    https://github.com/apache/rocketmq/issues/3818
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6411015..1671bd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -569,7 +569,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>19.0</version>
+                <version>31.0.1-jre</version>
             </dependency>
             <dependency>
                 <groupId>io.openmessaging</groupId>