From 30610c7a1f9134c4a8d7279e2ef5e862b18f86f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:17:21 +0000 Subject: [PATCH] deps: bump the netty group with 7 updates Bumps the netty group with 7 updates: | Package | From | To | | --- | --- | --- | | [io.netty:netty-bom](https://github.com/netty/netty) | `4.2.15.Final` | `4.2.16.Final` | | [io.netty:netty-transport](https://github.com/netty/netty) | `4.2.15.Final` | `4.2.16.Final` | | [io.netty:netty-buffer](https://github.com/netty/netty) | `4.2.15.Final` | `4.2.16.Final` | | [io.netty:netty-codec](https://github.com/netty/netty) | `4.2.15.Final` | `4.2.16.Final` | | [io.netty:netty-codec-http](https://github.com/netty/netty) | `4.2.15.Final` | `4.2.16.Final` | | [io.netty:netty-handler](https://github.com/netty/netty) | `4.2.15.Final` | `4.2.16.Final` | | [io.netty:netty-resolver](https://github.com/netty/netty) | `4.2.15.Final` | `4.2.16.Final` | Updates `io.netty:netty-bom` 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) Updates `io.netty:netty-transport` 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) Updates `io.netty:netty-buffer` 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) Updates `io.netty:netty-codec` 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) Updates `io.netty:netty-codec-http` 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) Updates `io.netty:netty-handler` 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) Updates `io.netty:netty-resolver` 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-bom dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netty - dependency-name: io.netty:netty-transport dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netty - dependency-name: io.netty:netty-buffer dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netty - dependency-name: io.netty:netty-codec dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netty - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netty - dependency-name: io.netty:netty-handler dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netty - dependency-name: io.netty:netty-resolver dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netty ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c31dd1..b47c6e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -91,13 +91,13 @@ dependencies { // explicit versions below rather than the BOM. Using platform() also // future-proofs: if we later drop the explicit versions, the BOM will // supply them correctly. - compileOnly(platform("io.netty:netty-bom:4.2.15.Final")) - compileOnly("io.netty:netty-transport:4.2.15.Final") - compileOnly("io.netty:netty-buffer:4.2.15.Final") - compileOnly("io.netty:netty-codec:4.2.15.Final") - compileOnly("io.netty:netty-codec-http:4.2.15.Final") - compileOnly("io.netty:netty-handler:4.2.15.Final") - compileOnly("io.netty:netty-resolver:4.2.15.Final") + compileOnly(platform("io.netty:netty-bom:4.2.16.Final")) + compileOnly("io.netty:netty-transport:4.2.16.Final") + compileOnly("io.netty:netty-buffer:4.2.16.Final") + compileOnly("io.netty:netty-codec:4.2.16.Final") + compileOnly("io.netty:netty-codec-http:4.2.16.Final") + compileOnly("io.netty:netty-handler:4.2.16.Final") + compileOnly("io.netty:netty-resolver:4.2.16.Final") // Self-contained runtime deps: implementation keeps local tests and // JavaExec probes representative. The published plugin remains a thin @@ -274,13 +274,13 @@ dependencies { // publish them transitively for this custom compile-only configuration. add("velocityOnly", "org.jetbrains:annotations:26.1.0") // Netty BOM as platform (see main dependencies block for rationale) - add("velocityOnly", platform("io.netty:netty-bom:4.2.15.Final")) - add("velocityOnly", "io.netty:netty-transport:4.2.15.Final") - add("velocityOnly", "io.netty:netty-buffer:4.2.15.Final") - add("velocityOnly", "io.netty:netty-codec:4.2.15.Final") - add("velocityOnly", "io.netty:netty-codec-http:4.2.15.Final") - add("velocityOnly", "io.netty:netty-handler:4.2.15.Final") - add("velocityOnly", "io.netty:netty-resolver:4.2.15.Final") + add("velocityOnly", platform("io.netty:netty-bom:4.2.16.Final")) + add("velocityOnly", "io.netty:netty-transport:4.2.16.Final") + add("velocityOnly", "io.netty:netty-buffer:4.2.16.Final") + add("velocityOnly", "io.netty:netty-codec:4.2.16.Final") + add("velocityOnly", "io.netty:netty-codec-http:4.2.16.Final") + add("velocityOnly", "io.netty:netty-handler:4.2.16.Final") + add("velocityOnly", "io.netty:netty-resolver:4.2.16.Final") // SnakeYAML for proxy-config.yml parsing (Velocity bundles it at runtime) add("velocityOnly", "org.yaml:snakeyaml:2.6") } @@ -336,12 +336,12 @@ dependencies { add("bungeeOnly", "net.md-5:bungeecord-api:26.1-R0.1-SNAPSHOT") add("bungeeOnly", "org.slf4j:slf4j-api:2.0.18") add("bungeeOnly", "org.yaml:snakeyaml:2.6") - add("bungeeOnly", platform("io.netty:netty-bom:4.2.15.Final")) - add("bungeeOnly", "io.netty:netty-transport:4.2.15.Final") - add("bungeeOnly", "io.netty:netty-buffer:4.2.15.Final") - add("bungeeOnly", "io.netty:netty-codec:4.2.15.Final") - add("bungeeOnly", "io.netty:netty-codec-http:4.2.15.Final") - add("bungeeOnly", "io.netty:netty-handler:4.2.15.Final") + add("bungeeOnly", platform("io.netty:netty-bom:4.2.16.Final")) + add("bungeeOnly", "io.netty:netty-transport:4.2.16.Final") + add("bungeeOnly", "io.netty:netty-buffer:4.2.16.Final") + add("bungeeOnly", "io.netty:netty-codec:4.2.16.Final") + add("bungeeOnly", "io.netty:netty-codec-http:4.2.16.Final") + add("bungeeOnly", "io.netty:netty-handler:4.2.16.Final") } sourceSets["bungee"].compileClasspath += bungeeOnly