From 7b504e6216cfd3a2a01fcff9f421edc1506dcb6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 05:59:57 +0000 Subject: [PATCH] Bump netty_ver from 4.1.59.Final to 4.1.60.Final in /java Bumps `netty_ver` from 4.1.59.Final to 4.1.60.Final. Updates `netty-all` from 4.1.59.Final to 4.1.60.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.59.Final...netty-4.1.60.Final) Updates `netty-transport-native-epoll` from 4.1.59.Final to 4.1.60.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.59.Final...netty-4.1.60.Final) Updates `netty-transport-native-kqueue` from 4.1.59.Final to 4.1.60.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.1.59.Final...netty-4.1.60.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..ded3a501 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.60.Final" ext.jline_ver = "3.18.0" ext.log4j_ver = "2.14.0"