From 26fb250a7c52e27132fc2fa9093868756eba5eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:27:36 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.116.Final to 4.1.117.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.116.Final to 4.1.117.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.116.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f6dba7a..d787483 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { // Spigot API compileOnly files('comp/spigot-1.8.8-R0.1-SNAPSHOT-latest.jar') // Netty - compileOnly 'io.netty:netty-all:4.1.116.Final' + compileOnly 'io.netty:netty-all:4.1.117.Final' // LightInjector implementation files('impl/LightInjector-1.0.2-forked.jar') // FoliaLib