You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/11/29 14:07:32 UTC

[hbase-thirdparty] branch master updated: HBASE-26503 [hbase-thirdparty] Bump guava version to 31.0.1-jre (#65)

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

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 1004c41  HBASE-26503 [hbase-thirdparty] Bump guava version to 31.0.1-jre (#65)
1004c41 is described below

commit 1004c41a436ee48ba560442ded98ad07a9fd5b47
Author: GeorryHuang <21...@qq.com>
AuthorDate: Mon Nov 29 22:07:25 2021 +0800

    HBASE-26503 [hbase-thirdparty] Bump guava version to 31.0.1-jre (#65)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eab99d7..9ca725c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
     <rename.offset>org.apache.hbase.thirdparty</rename.offset>
     <protobuf.version>3.19.1</protobuf.version>
     <netty.version>4.1.70.Final</netty.version>
-    <guava.version>30.1.1-jre</guava.version>
+    <guava.version>31.0.1-jre</guava.version>
     <commons-cli.version>1.5.0</commons-cli.version>
     <commons-collections.version>4.4</commons-collections.version>
     <error_prone_annotations.version>2.7.1</error_prone_annotations.version>