You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2023/07/13 08:04:02 UTC

[phoenix-thirdparty] branch master updated: PHOENIX-6992 Upgrade Guava to 32.1.1 (#7)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 35fa36e  PHOENIX-6992 Upgrade Guava to 32.1.1 (#7)
35fa36e is described below

commit 35fa36e38897129920beb5c730c1dcfe6db7efaa
Author: richardantal <ri...@apache.org>
AuthorDate: Thu Jul 13 10:03:56 2023 +0200

    PHOENIX-6992 Upgrade Guava to 32.1.1 (#7)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e849dce..c8d480d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
 
   <properties>
     <rename.offset>org.apache.phoenix.thirdparty</rename.offset>
-    <guava.version>31.0.1-android</guava.version>
+    <guava.version>32.1.1-android</guava.version>
     <commons-cli.version>1.5.0</commons-cli.version>
   </properties>