From 1711ae618b4979e4b905caa1bf52a18bf683ebb2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 05:21:04 +0000 Subject: [PATCH] Bump nettyVersion from 4.1.55.Final to 4.1.57.Final Bumps `nettyVersion` from 4.1.55.Final to 4.1.57.Final. Updates `netty-codec` from 4.1.55.Final to 4.1.57.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.55.Final...netty-4.1.57.Final) Updates `netty-all` from 4.1.55.Final to 4.1.57.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.55.Final...netty-4.1.57.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..8f1459ec6 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.57.Final' littleProxyVersion = '2.0.1' slf4jVersion = '1.7.30' guavaVersion = '30.1-jre'