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] 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"