You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ya...@apache.org on 2023/01/16 10:40:31 UTC

[kyuubi] branch master updated: [KYUUBI #4174] Bump guava from 30.1 to 31.1

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

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 892a44dba [KYUUBI #4174] Bump guava from 30.1 to 31.1
892a44dba is described below

commit 892a44dbae9c99bc69457ce0197adaec1a8768df
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Mon Jan 16 18:40:22 2023 +0800

    [KYUUBI #4174] Bump guava from 30.1 to 31.1
    
    ### _Why are the changes needed?_
    
    - bump `com.google.guava:guava` from 30.1 to 31.1 (released in Mar 2022, https://github.com/google/guava/releases/tag/v31.1)
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4174 from bowenliang123/guava-31.1.
    
    Closes #4174
    
    4376cd8a6 [liangbowen] update dependencyList
    09b7f876e [liangbowen] bump guava from 30.1 to 31.1
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: Kent Yao <ya...@apache.org>
---
 dev/dependencyList | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 440f8a447..449f7da23 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -45,7 +45,7 @@ grpc-protobuf-lite/1.48.0//grpc-protobuf-lite-1.48.0.jar
 grpc-protobuf/1.48.0//grpc-protobuf-1.48.0.jar
 grpc-stub/1.48.0//grpc-stub-1.48.0.jar
 gson/2.8.9//gson-2.8.9.jar
-guava/30.1-jre//guava-30.1-jre.jar
+guava/31.1-jre//guava-31.1-jre.jar
 hadoop-client-api/3.3.4//hadoop-client-api-3.3.4.jar
 hadoop-client-runtime/3.3.4//hadoop-client-runtime-3.3.4.jar
 hive-common/3.1.3//hive-common-3.1.3.jar
diff --git a/pom.xml b/pom.xml
index 064e36566..13bf9c58e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
         <google.jsr305.version>3.0.2</google.jsr305.version>
         <grpc.version>1.48.0</grpc.version>
         <gson.version>2.8.9</gson.version>
-        <guava.version>30.1-jre</guava.version>
+        <guava.version>31.1-jre</guava.version>
         <guava.failureaccess.version>1.0.1</guava.failureaccess.version>
         <hadoop.version>3.3.4</hadoop.version>
         <hikaricp.version>4.0.3</hikaricp.version>