From 74688ee8df97f05ea60312defc77060adebd38e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 03:14:41 +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 22db1c1..be655e8 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' @@ -48,7 +48,7 @@ dependencies { // Tests testImplementation 'com.viaversion:viaversion:5.9.1' testImplementation 'com.viaversion:viabackwards:5.3.2' - testImplementation 'io.netty:netty-all:4.1.97.Final' + testImplementation 'io.netty:netty-all:4.2.15.Final' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'