From 5f5d00f3de5d72db4695266179d6720386f26f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:27:29 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.113.Final to 4.1.114.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.113.Final to 4.1.114.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.113.Final...netty-4.1.114.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 8c1eb41..0840171 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.113.Final' + compileOnly 'io.netty:netty-all:4.1.114.Final' // LightInjector implementation files('impl/LightInjector-1.0.2-forked.jar') // FoliaLib