From 8cd962eb23fef4d13a0fadf1c12a0147bf10a05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 05:47:17 +0000 Subject: [PATCH] build(deps): bump io.netty:netty-codec-http in /sdk/java/grpc Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.119.Final to 4.2.0.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.119.Final...netty-4.2.0.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/java/grpc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/java/grpc/pom.xml b/sdk/java/grpc/pom.xml index 15dd328d6..3f6580c35 100644 --- a/sdk/java/grpc/pom.xml +++ b/sdk/java/grpc/pom.xml @@ -121,7 +121,7 @@ io.netty netty-codec-http - 4.1.119.Final + 4.2.0.Final