Upgrade to Netty 4.1.48 and Checkstyle 8.30

This commit is contained in:
Juergen Hoeller
2020-03-24 01:00:41 +01:00
parent e51f660286
commit 4715ad242e

View File

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