From 8fe668b48286f2016b1699c97fed3441f30df282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:08:06 +0000 Subject: [PATCH] Bump netty-codec from 4.1.58.Final to 4.1.85.Final Bumps [netty-codec](https://github.com/netty/netty) from 4.1.58.Final to 4.1.85.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.58.Final...netty-4.1.85.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec 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 e0e61a89107..1ff2b296500 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ allprojects { implementation("io.netty:netty-all:4.1.58.Final") implementation("io.netty:netty-buffer:4.1.58.Final") implementation("io.netty:netty-common:4.1.58.Final") - implementation("io.netty:netty-codec:4.1.58.Final") + implementation("io.netty:netty-codec:4.1.85.Final") implementation("io.netty:netty-handler:4.1.58.Final") implementation("io.netty:netty-transport:4.1.58.Final") implementation("io.netty:netty-resolver:4.1.58.Final")