From cb9237e5130aa00a171b081e08da2d591585c9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:23:18 +0000 Subject: [PATCH] deps: bump io.netty:netty-codec-http from 4.2.2.Final to 4.2.6.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.2.2.Final to 4.2.6.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.2.Final...netty-4.2.6.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.6.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 2ac4906..2e70570 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { compileOnly "com.velocitypowered:velocity-proxy:${velocity_api_version}-SNAPSHOT" compileOnly "net.william278:papiproxybridge:${papi_proxy_bridge_minimum_version}" - compileOnly 'io.netty:netty-codec-http:4.2.2.Final' + compileOnly 'io.netty:netty-codec-http:4.2.6.Final' compileOnly 'org.projectlombok:lombok:1.18.38' compileOnly 'net.luckperms:api:5.5' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:3.0.1'