From fd17560f2efa4637e5739dfd4f090804051c5a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:11:18 +0100 Subject: [PATCH] Bump io.netty:netty-codec-http from 4.1.99.Final to 4.1.100.Final (#98) Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.99.Final to 4.1.100.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.99.Final...netty-4.1.100.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 2d5083ea..029cca6a 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,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.99.Final' + compileOnly 'io.netty:netty-codec-http:4.1.100.Final' compileOnly 'org.projectlombok:lombok:1.18.30' compileOnly 'net.luckperms:api:5.4' compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.0.0'