From ba9e679a5a9d8bf4737efef40350d86574437b92 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 05:24:32 +0000 Subject: [PATCH] Bump nettyVersion from 4.1.55.Final to 4.1.58.Final Bumps `nettyVersion` from 4.1.55.Final to 4.1.58.Final. Updates `netty-codec` from 4.1.55.Final to 4.1.58.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.55.Final...netty-4.1.58.Final) Updates `netty-all` from 4.1.55.Final to 4.1.58.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.55.Final...netty-4.1.58.Final) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8fe8fd9e..e9d360151 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ subprojects { javassistVersion = '3.27.0-GA' jettyVersion = '9.4.35.v20201120' log4jVersion = '2.14.0' - nettyVersion = '4.1.55.Final' + nettyVersion = '4.1.58.Final' littleProxyVersion = '2.0.1' slf4jVersion = '1.7.30' guavaVersion = '30.1-jre'