From d3a8994e97cf7d655f703b33359c6b450cd84e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:46:55 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.107.Final to 4.1.117.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.107.Final to 4.1.117.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.107.Final...netty-4.1.117.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 7f01c0a9..f0f14d40 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.apache.logging.log4j:log4j-api:2.23.1") implementation("org.slf4j:slf4j-nop:2.0.16") implementation("com.lmax:disruptor:3.4.2") - implementation("io.netty:netty-all:4.1.107.Final") + implementation("io.netty:netty-all:4.1.117.Final") implementation("com.google.guava:guava:33.0.0-jre") implementation("org.mindrot:jbcrypt:0.4") implementation("io.github.classgraph:classgraph:4.8.179")