From 3e58e61b70b1babbb172d717aa2e73b165688d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 11:38:30 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.117.Final to 4.2.0.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.117.Final to 4.2.0.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.117.Final...netty-4.2.0.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... 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 b63bd006..e940d24e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ repositories { dependencies { testImplementation("junit:junit:4.13.2") implementation("com.typesafe.akka:akka-actor_2.13:2.8.5") - implementation("io.netty:netty-all:4.1.117.Final") + implementation("io.netty:netty-all:4.2.0.Final") implementation("com.google.protobuf:protobuf-java-util:4.29.3") implementation("com.google.protobuf:protobuf-kotlin:4.29.3") implementation("org.apache.logging.log4j:log4j-api:2.24.3")