From b92d0135c8353c42606f185e93d3e48a7e2bf24d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:01:55 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.2.4.Final to 4.2.6.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.4.Final to 4.2.6.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.4.Final...netty-4.2.6.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.6.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 2106a48..f84259e 100644 --- a/internal-bom/build.gradle.kts +++ b/internal-bom/build.gradle.kts @@ -25,6 +25,6 @@ dependencies { api("com.h2database:h2:2.3.232") api("javax.annotation:javax.annotation-api:1.3.2") api("org.threeten:threeten-extra:1.8.0") - api("io.netty:netty-all:4.2.4.Final") + api("io.netty:netty-all:4.2.6.Final") } }