This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 15749f9feac HIVE-28933: Upgrade grpc to version 1.72.0 (#5787).
(Shivangi Jha, reviewed by Ayush Saxena)
15749f9feac is described below
commit 15749f9feac73567f2ff9f3afad18a3e56f5f7c0
Author: Shivangi Jha <[email protected]>
AuthorDate: Tue Apr 29 13:34:31 2025 +0530
HIVE-28933: Upgrade grpc to version 1.72.0 (#5787). (Shivangi Jha, reviewed
by Ayush Saxena)
---
standalone-metastore/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 5cb789ff65f..15dda720a79 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -94,7 +94,7 @@
<mockito-core.version>3.4.4</mockito-core.version>
<orc.version>1.9.4</orc.version>
<protobuf.version>3.25.5</protobuf.version>
- <io.grpc.version>1.51.0</io.grpc.version>
+ <io.grpc.version>1.72.0</io.grpc.version>
<sqlline.version>1.9.0</sqlline.version>
<jline.version>2.14.6</jline.version>
<ST4.version>4.0.4</ST4.version>