From b2c56590dd253b83b8cc2738a597a3927e77c7e7 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 30 Jul 2019 16:59:23 +0200 Subject: [PATCH] Upgrade to Netty 4.1.38 and Checkstyle 8.23 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6f6ef46054a..5e58fcf03a8 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ ext { junit5Version = "5.3.2" kotlinVersion = "1.2.71" log4jVersion = "2.11.2" - nettyVersion = "4.1.37.Final" + nettyVersion = "4.1.38.Final" reactorVersion = "Californium-SR10" rxjavaVersion = "1.3.8" rxjavaAdapterVersion = "1.2.1" @@ -143,7 +143,7 @@ configure(allprojects) { project -> } checkstyle { - toolVersion = "8.22" + toolVersion = "8.23" configDir = rootProject.file("src/checkstyle") }