Skip to content

Commit

Permalink
[KYUUBI #6085] Bump gRPC from 1.60.1 to 1.60.2
Browse files Browse the repository at this point in the history
# 🔍 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 🔖

- [ ] 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

68f1cae [Cheng Pan] fix
3cdf9bd [Cheng Pan] Bump gRPC from 1.60.1 to 1.60.2

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
pan3793 committed Feb 26, 2024
1 parent 2c9fb3d commit 0689b37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions dev/dependencyList
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0689b37

Please sign in to comment.