From 026b0d2d4840062589978e3556a2a473be441fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:43:56 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.2.10.Final to 4.2.11.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.10.Final to 4.2.11.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.10.Final...netty-4.2.11.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.11.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- internal-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-bom/build.gradle.kts b/internal-bom/build.gradle.kts index e6ff0ac..d597f0a 100644 --- a/internal-bom/build.gradle.kts +++ b/internal-bom/build.gradle.kts @@ -25,6 +25,6 @@ dependencies { api("com.h2database:h2:2.4.240") api("javax.annotation:javax.annotation-api:1.3.2") api("org.threeten:threeten-extra:1.8.0") - api("io.netty:netty-all:4.2.10.Final") + api("io.netty:netty-all:4.2.11.Final") } }