This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch ozone-2.1 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 3c03e0fb06c3c33aa23e3071ef0cd496f038049f Author: Doroszlai, Attila <[email protected]> AuthorDate: Mon Nov 24 20:54:23 2025 +0100 HDDS-13977. Bump Netty to 4.1.128, gRPC to 1.77.0 (#9349) (cherry picked from commit cc479a8679d0f2cb1daa2132d59e6e253d7094a6) --- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9230c64ac89..3bc71c45b01 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ <hk2.version>2.6.1</hk2.version> <httpclient.version>4.5.14</httpclient.version> <httpcore.version>4.4.16</httpcore.version> - <io.grpc.version>1.71.0</io.grpc.version> + <io.grpc.version>1.77.0</io.grpc.version> <jackson2-bom.version>2.16.2</jackson2-bom.version> <jacoco.version>0.8.13</jacoco.version> <jakarta.annotation.version>2.1.1</jakarta.annotation.version> @@ -173,9 +173,7 @@ <metainf-services.version>1.11</metainf-services.version> <mockito.version>4.11.0</mockito.version> <native.lib.tmp.dir /> - <!-- Use netty version known to work with grpc-netty. See table: --> - <!-- https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty --> - <netty.version>4.1.119.Final</netty.version> + <netty.version>4.1.128.Final</netty.version> <!-- Node.js version number (without the v prefix required by frontend-maven-plugin) --> <nodejs.version>16.14.2</nodejs.version> <okhttp3.version>4.12.0</okhttp3.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
