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

bowenliang 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 a9fcf3f28 [KYUUBI #4943] Bump Guava from 31.1 to 32.0.1
a9fcf3f28 is described below

commit a9fcf3f280fd8aab3f18cfffe1e8a25c316dffad
Author: liangbowen <[email protected]>
AuthorDate: Fri Jun 9 10:19:15 2023 +0800

    [KYUUBI #4943] Bump Guava from 31.1 to 32.0.1
    
    ### _Why are the changes needed?_
    
    - Guava release note:
      - 32.0.0: https://github.com/google/guava/releases/tag/v32.0.0
      - 32.0.1: https://github.com/google/guava/releases/tag/v32.0.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
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4943 from bowenliang123/guava-32.0.1.
    
    Closes #4943
    
    b8cfe62a1 [liangbowen] update dependencyList
    6c2dcef4d [liangbowen] bump guava from 31.1 to 32.0.1
    
    Authored-by: liangbowen <[email protected]>
    Signed-off-by: liangbowen <[email protected]>
---
 dev/dependencyList | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 6ec0464c0..5398128fd 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -47,7 +47,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.9.0//gson-2.9.0.jar
-guava/31.1-jre//guava-31.1-jre.jar
+guava/32.0.1-jre//guava-32.0.1-jre.jar
 hadoop-client-api/3.3.5//hadoop-client-api-3.3.5.jar
 hadoop-client-runtime/3.3.5//hadoop-client-runtime-3.3.5.jar
 hive-common/3.1.3//hive-common-3.1.3.jar
diff --git a/pom.xml b/pom.xml
index 515c15af9..e27e70d68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         <flink.archive.download.skip>false</flink.archive.download.skip>
         <google.jsr305.version>3.0.2</google.jsr305.version>
         <grpc.version>1.48.0</grpc.version>
-        <guava.version>31.1-jre</guava.version>
+        <guava.version>32.0.1-jre</guava.version>
         <guava.failureaccess.version>1.0.1</guava.failureaccess.version>
         <hadoop.version>3.3.5</hadoop.version>
         <hikaricp.version>4.0.3</hikaricp.version>

Reply via email to