From f40aa66050a9ab81b2156840ca4839a6549cbbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 15:04:05 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.89.Final to 4.1.93.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.89.Final to 4.1.93.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.89.Final...netty-4.1.93.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 94a5aec..4b2aca9 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation (group: 'com.comphenix.protocol', name: 'ProtocolLib', version: '4.8.0') // Netty (Network framework Minecraft uses) - implementation (group: 'io.netty', name: 'netty-all', version: '4.1.89.Final') + implementation (group: 'io.netty', name: 'netty-all', version: '4.1.93.Final') implementation (group: 'io.netty', name: 'netty-transport', version: '4.1.89.Final') implementation (group: 'io.netty', name: 'netty-common', version: '4.1.89.Final')