From c56b607013a1b92c5896db8ceb972f894d243004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:16:07 +0000 Subject: [PATCH] deps: bump io.netty:netty-codec-http from 4.2.2.Final to 4.2.3.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.2.2.Final to 4.2.3.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.2.2.Final...netty-4.2.3.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.3.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 d37a8a54..fd65f572 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.3.Final' compileOnly 'org.projectlombok:lombok:1.18.38' compileOnly 'net.luckperms:api:5.5' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.2.3'