From 312a9add810f93b50cbb8970cc828cc1d3373632 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 06:01:45 +0000 Subject: [PATCH] Bump netty_ver from 4.1.59.Final to 4.1.63.Final in /java Bumps `netty_ver` from 4.1.59.Final to 4.1.63.Final. Updates `netty-all` from 4.1.59.Final to 4.1.63.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.59.Final...netty-4.1.63.Final) Updates `netty-transport-native-epoll` from 4.1.59.Final to 4.1.63.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.59.Final...netty-4.1.63.Final) Updates `netty-transport-native-kqueue` from 4.1.59.Final to 4.1.63.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.59.Final...netty-4.1.63.Final) Signed-off-by: dependabot-preview[bot] --- java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/build.gradle b/java/build.gradle index 6d08f1c4..38275386 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -60,7 +60,7 @@ configure(allprojects.findAll {it.name != "light-chat"}) { apply plugin: 'kotlin' apply plugin: 'java-library' - ext.netty_ver = "4.1.59.Final" + ext.netty_ver = "4.1.63.Final" ext.jline_ver = "3.18.0" ext.log4j_ver = "2.14.0"