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

chengpan 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 0689b3723 [KYUUBI #6085] Bump gRPC from 1.60.1 to 1.60.2
0689b3723 is described below

commit 0689b372348c449b991f05e9f93ccbc3f15b014a
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Feb 26 15:19:43 2024 +0800

    [KYUUBI #6085] Bump gRPC from 1.60.1 to 1.60.2
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    A routine work, keep deps up-to-date.
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Bump gRPC from 1.60.1 to 1.60.2
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    Pass GA.
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6085 from pan3793/grpc-1-60-2.
    
    Closes #6085
    
    68f1cae53 [Cheng Pan] fix
    3cdf9bd1b [Cheng Pan] Bump gRPC from 1.60.1 to 1.60.2
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 dev/dependencyList | 22 +++++++++++-----------
 pom.xml            |  2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index a3f7d7b91..e8e34f1d5 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -26,7 +26,7 @@ arrow-format/12.0.0//arrow-format-12.0.0.jar
 arrow-memory-core/12.0.0//arrow-memory-core-12.0.0.jar
 arrow-memory-netty/12.0.0//arrow-memory-netty-12.0.0.jar
 arrow-vector/12.0.0//arrow-vector-12.0.0.jar
-checker-qual/3.31.0//checker-qual-3.31.0.jar
+checker-qual/3.42.0//checker-qual-3.42.0.jar
 classgraph/4.8.138//classgraph-4.8.138.jar
 commons-codec/1.15//commons-codec-1.15.jar
 commons-collections/3.2.2//commons-collections-3.2.2.jar
@@ -39,15 +39,15 @@ failsafe/3.3.2//failsafe-3.3.2.jar
 failureaccess/1.0.1//failureaccess-1.0.1.jar
 flatbuffers-java/1.12.0//flatbuffers-java-1.12.0.jar
 fliptables/1.0.2//fliptables-1.0.2.jar
-grpc-api/1.60.1//grpc-api-1.60.1.jar
-grpc-context/1.60.1//grpc-context-1.60.1.jar
-grpc-core/1.60.1//grpc-core-1.60.1.jar
-grpc-grpclb/1.60.1//grpc-grpclb-1.60.1.jar
-grpc-netty/1.60.1//grpc-netty-1.60.1.jar
-grpc-protobuf-lite/1.60.1//grpc-protobuf-lite-1.60.1.jar
-grpc-protobuf/1.60.1//grpc-protobuf-1.60.1.jar
-grpc-stub/1.60.1//grpc-stub-1.60.1.jar
-grpc-util/1.60.1//grpc-util-1.60.1.jar
+grpc-api/1.60.2//grpc-api-1.60.2.jar
+grpc-context/1.60.2//grpc-context-1.60.2.jar
+grpc-core/1.60.2//grpc-core-1.60.2.jar
+grpc-grpclb/1.60.2//grpc-grpclb-1.60.2.jar
+grpc-netty/1.60.2//grpc-netty-1.60.2.jar
+grpc-protobuf-lite/1.60.2//grpc-protobuf-lite-1.60.2.jar
+grpc-protobuf/1.60.2//grpc-protobuf-1.60.2.jar
+grpc-stub/1.60.2//grpc-stub-1.60.2.jar
+grpc-util/1.60.2//grpc-util-1.60.2.jar
 gson/2.10.1//gson-2.10.1.jar
 guava/32.0.1-jre//guava-32.0.1-jre.jar
 hadoop-client-api/3.3.6//hadoop-client-api-3.3.6.jar
@@ -170,7 +170,7 @@ okio/1.15.0//okio-1.15.0.jar
 osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
 paranamer/2.8//paranamer-2.8.jar
 perfmark-api/0.26.0//perfmark-api-0.26.0.jar
-postgresql/42.6.0//postgresql-42.6.0.jar
+postgresql/42.7.2//postgresql-42.7.2.jar
 proto-google-common-protos/2.22.0//proto-google-common-protos-2.22.0.jar
 protobuf-java-util/3.21.7//protobuf-java-util-3.21.7.jar
 protobuf-java/3.21.7//protobuf-java-3.21.7.jar
diff --git a/pom.xml b/pom.xml
index efff55ec8..0904b52d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         
<flink.archive.mirror>${apache.archive.dist}/flink/flink-${flink.version}</flink.archive.mirror>
         <flink.archive.download.skip>false</flink.archive.download.skip>
         <google.jsr305.version>3.0.2</google.jsr305.version>
-        <grpc.version>1.60.1</grpc.version>
+        <grpc.version>1.60.2</grpc.version>
         <guava.version>32.0.1-jre</guava.version>
         <guava.failureaccess.version>1.0.1</guava.failureaccess.version>
         <hadoop.version>3.3.6</hadoop.version>

Reply via email to