From fbd82baf002411a1b6df346ef5bf764cc0df32b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:40:58 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.113.Final to 4.1.114.Final (#539) --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 021c0697..124c40cf 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,7 +8,7 @@ pluginManagement { dependencyResolutionManagement { versionCatalogs { create("libs") { - library("netty-core", "io.netty:netty-all:4.1.113.Final") + library("netty-core", "io.netty:netty-all:4.1.114.Final") library("authlib", "com.mojang:authlib:6.0.54") plugin("shadow", "io.github.goooler.shadow").version("8.1.8") }