From 2bec370b47681b7749acd637a8762c48f3225b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:46:08 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.2.1.Final to 4.2.2.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.1.Final to 4.2.2.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.1.Final...netty-4.2.2.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.2.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 1937c05..41445b3 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.1.Final") + api("io.netty:netty-all:4.2.2.Final") } }