From 4715ad242ead2012f895366121e1a5667b3b16df Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 24 Mar 2020 01:00:41 +0100 Subject: [PATCH] Upgrade to Netty 4.1.48 and Checkstyle 8.30 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 76381803330..465e5b18956 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.47.Final" + nettyVersion = "4.1.48.Final" reactorVersion = "Californium-SR17" rxjavaVersion = "1.3.8" rxjavaAdapterVersion = "1.2.1" @@ -142,7 +142,7 @@ configure(allprojects) { project -> } checkstyle { - toolVersion = "8.29" + toolVersion = "8.30" configDir = rootProject.file("src/checkstyle") }