From 172e13ee1a0bf8fdbe3ef993f9c345c5352e5f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:21:26 +0200 Subject: [PATCH] Bump io.netty:netty-all from 4.1.112.Final to 4.1.113.Final (#112) Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.112.Final to 4.1.113.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.112.Final...netty-4.1.113.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9acc9a3..750699e 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ allprojects { dependencies { // For common source code - compileOnly "io.netty:netty-all:4.1.112.Final" + compileOnly "io.netty:netty-all:4.1.113.Final" library "com.viaversion:viaversion-common:5.0.4-SNAPSHOT" library "com.viaversion:viabackwards-common:5.0.4-SNAPSHOT"