This is an automated email from the ASF dual-hosted git repository. imaxon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit bfdc44e92a7c9e1e20530322aa68994d356b878f Author: Michael Blow <[email protected]> AuthorDate: Sat Feb 21 10:31:38 2026 -0500 [NO ISSUE][HYR][NET] Upgrade gRPC to address Netty CVE See https://nvd.nist.gov/vuln/detail/CVE-2025-67735 Ext-ref: MB-70641 Change-Id: I83fd3948d973949343e953e9e30b534516c0a282 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20924 Integration-Tests: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> --- asterixdb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index 3442706d67..96a831e070 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -1847,7 +1847,7 @@ <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-bom</artifactId> - <version>1.78.0</version> + <version>1.79.0</version> <type>pom</type> <scope>import</scope> </dependency>
