From 4355dc064dcce9795926f99da6f1b42981b02eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:18:36 +0000 Subject: [PATCH] build(deps): bump io.netty:netty-codec-http (#127) Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.101.Final to 4.1.103.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.101.Final...netty-4.1.103.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 76f1c2a..73d1105 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ repositories { dependencies { compileOnly 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT' compileOnly 'com.velocitypowered:velocity-proxy:3.2.0-SNAPSHOT' - compileOnly 'io.netty:netty-codec-http:4.1.101.Final' + compileOnly 'io.netty:netty-codec-http:4.1.103.Final' compileOnly 'org.projectlombok:lombok:1.18.30' compileOnly 'net.luckperms:api:5.4' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.0.0'