From 962d07acfc2e449de60156295abf39d0ee33629d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:15:22 +0000 Subject: [PATCH 1/2] Bump io.netty:netty-handler from 4.1.104.Final to 4.1.105.Final Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.1.104.Final to 4.1.105.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.104.Final...netty-4.1.105.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler 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 fd02a6e4..f10e485f 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { compileOnly "com.viaversion:viaversion-common:4.10.0-23w51b-SNAPSHOT" compileOnly "org.yaml:snakeyaml:2.2" compileOnly "com.google.guava:guava:33.0.0-jre" - compileOnly "io.netty:netty-handler:4.1.104.Final" + compileOnly "io.netty:netty-handler:4.1.105.Final" compileOnly "com.google.code.gson:gson:2.10.1" api("io.netty:netty-codec-http:4.1.104.Final") { From aa4e091c0aca4d29e1c25a9e6edddb95707712ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:15:43 +0000 Subject: [PATCH 2/2] Bump io.netty:netty-codec-http from 4.1.104.Final to 4.1.105.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.104.Final to 4.1.105.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.104.Final...netty-4.1.105.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd02a6e4..649682a6 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { compileOnly "io.netty:netty-handler:4.1.104.Final" compileOnly "com.google.code.gson:gson:2.10.1" - api("io.netty:netty-codec-http:4.1.104.Final") { + api("io.netty:netty-codec-http:4.1.105.Final") { transitive = false } api "io.jsonwebtoken:jjwt-impl:0.12.3"