From e8228a8908d988370dca4e00fc47053560011206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:10:01 +0000 Subject: [PATCH] Bump io.netty:netty-all from 4.2.15.Final to 4.2.16.Final Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.15.Final to 4.2.16.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.16.Final 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 50281af..4ce4f31 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,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.2.15.Final' + testRuntimeOnly 'io.netty:netty-all:4.2.16.Final' testRuntimeOnly 'it.unimi.dsi:fastutil:8.5.18' testRuntimeOnly 'com.viaversion:viaversion:5.9.1' testRuntimeOnly 'com.viaversion:viabackwards:5.9.1'