From 6464be33295b35d5c78b72f3c716d85cfc43e742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:52:23 +0000 Subject: [PATCH] build(deps): bump io.netty:netty-codec-http Bumps the gradle group with 1 update in the / directory: [io.netty:netty-codec-http](https://github.com/netty/netty). Updates `io.netty:netty-codec-http` from 4.1.129.Final to 4.1.135.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.129.Final...netty-4.1.135.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.1.135.Final dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 25757f3..33d114e 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { compileOnly "com.velocitypowered:velocity-api:${velocity_api_version}-SNAPSHOT" compileOnly "com.velocitypowered:velocity-proxy:${velocity_api_version}-SNAPSHOT" - compileOnly 'io.netty:netty-codec-http:4.1.129.Final' + compileOnly 'io.netty:netty-codec-http:4.1.135.Final' compileOnly 'org.projectlombok:lombok:1.18.32' compileOnly 'net.luckperms:api:5.4' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.0.0'