From c69418b5c259f310dc379e7bba584708e34af221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 20:43:08 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.1.97.Final to 4.2.15.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.97.Final to 4.2.15.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.97.Final...netty-4.2.15.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.14.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cda6a81..6a35b14 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' - compileOnly 'io.netty:netty-all:4.1.97.Final' + compileOnly 'io.netty:netty-all:4.2.15.Final' implementation 'org.java-websocket:Java-WebSocket:1.6.0' @@ -51,7 +51,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' testRuntimeOnly 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT' - testRuntimeOnly 'io.netty:netty-all:4.1.97.Final' + testRuntimeOnly 'io.netty:netty-all:4.2.15.Final' testRuntimeOnly 'it.unimi.dsi:fastutil:8.5.16' testRuntimeOnly 'com.viaversion:viaversion:5.9.1' testRuntimeOnly 'com.viaversion:viabackwards:5.3.2'