From 2f8c10dd756eb3b34952956cadf0c70bcf2eb6ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:13:53 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.117.Final to 4.1.118.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.117.Final to 4.1.118.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.117.Final...netty-4.1.118.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 52d0794..a507407 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { // https://github.com/netty/netty/issues/11020 if (osdetector.arch == "aarch_64") { - testImplementation("io.netty:netty-all:4.1.117.Final") + testImplementation("io.netty:netty-all:4.1.118.Final") } errorprone("com.google.errorprone:error_prone_core:2.36.0")