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") }