This is an automated email from the ASF dual-hosted git repository.
zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 2311682fd [#1701] improvement(server): Bump gRPC from 1.61.1 to 1.63.0
(#1704)
2311682fd is described below
commit 2311682fdcaaa43a4079b0f264c63adfd814cdf4
Author: RickyMa <[email protected]>
AuthorDate: Tue May 14 14:53:12 2024 +0800
[#1701] improvement(server): Bump gRPC from 1.61.1 to 1.63.0 (#1704)
### What changes were proposed in this pull request?
Bump gRPC from 1.61.1 to v1.63.0.
### Why are the changes needed?
Fix: https://github.com/apache/incubator-uniffle/issues/1703.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing UTs.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c36f9a8b4..c0d858f5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<error_prone_annotations.version>2.23.0</error_prone_annotations.version>
<execution.root>${user.dir}</execution.root>
<fasterxml.jackson.version>2.10.0</fasterxml.jackson.version>
- <grpc.version>1.61.1</grpc.version>
+ <grpc.version>1.63.0</grpc.version>
<gson.version>2.10.1</gson.version>
<guava.version>32.1.3-jre</guava.version>
<hadoop.scope>provided</hadoop.scope>