From b0511d6face7441bc8c448d15a0223a1fac8deaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 18:38:22 +0000 Subject: [PATCH] chore(gradle): bump io.netty:netty-bom Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.133.Final to 4.2.14.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.133.Final...netty-4.2.14.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.2.14.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8a8d903246d..f8f6d6b43c4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -40,7 +40,7 @@ groovy = "3.0.25" # Only bump this in concert with netty (which will update boringssl). See the dependency matrix # for particular gRPC versions at https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty grpc = "1.76.2" -netty = "4.1.133.Final" +netty = "4.2.14.Final" protobuf-gwt='4.33.2-2' grpc-gwt='1.76.2-2'