From 5f73ebff36cb79d3fe0a257ac59726f57f035d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:43:04 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.2.9.Final to 4.2.10.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.9.Final to 4.2.10.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.9.Final...netty-4.2.10.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.10.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 62e21ea..436fa90 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.9.Final") + api("io.netty:netty-all:4.2.10.Final") } }