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

mblow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git


The following commit(s) were added to refs/heads/master by this push:
     new a9209852bb [NO ISSUE][*DB][EXT] Advance gRPC-shaded Netty dependency
     new 77a3722802 Merge branch 'gerrit/phoenix' into 'master'
a9209852bb is described below

commit a9209852bbe01ff2a71da10d0f0f0d2a48dbbad7
Author: Michael Blow <[email protected]>
AuthorDate: Fri Jan 16 16:00:23 2026 -0500

    [NO ISSUE][*DB][EXT] Advance gRPC-shaded Netty dependency
    
    Ext-ref: MB-70233
    Change-Id: If3ba705b894944bb30f3f1aa8c0f37537ae9f18b
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20823
    Reviewed-by: Michael Blow <[email protected]>
    Tested-by: Jenkins <[email protected]>
    Integration-Tests: Jenkins <[email protected]>
---
 asterixdb/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 8baa078357..6cc22b5eb6 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -1875,6 +1875,11 @@
         <artifactId>grpc-census</artifactId>
         <version>1.68.1</version>
       </dependency>
+      <dependency>
+        <groupId>io.grpc</groupId>
+        <artifactId>grpc-netty-shaded</artifactId>
+        <version>1.78.0</version>
+      </dependency>
       <dependency>
         <groupId>io.opencensus</groupId>
         <artifactId>opencensus-contrib-http-util</artifactId>

Reply via email to