From 576a036c203e1c12687b385f80f75b71701efc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 15:03:28 +0000 Subject: [PATCH] Bump io.netty:netty-transport from 4.1.89.Final to 4.1.92.Final Bumps [io.netty:netty-transport](https://github.com/netty/netty) from 4.1.89.Final to 4.1.92.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.89.Final...netty-4.1.92.Final) --- updated-dependencies: - dependency-name: io.netty:netty-transport 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..cd04c92 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { // Netty (Network framework Minecraft uses) implementation (group: 'io.netty', name: 'netty-all', version: '4.1.89.Final') - implementation (group: 'io.netty', name: 'netty-transport', version: '4.1.89.Final') + implementation (group: 'io.netty', name: 'netty-transport', version: '4.1.92.Final') implementation (group: 'io.netty', name: 'netty-common', version: '4.1.89.Final') // Mojang