Browse Source

Upgrade to Netty 4.1.38 and Checkstyle 8.23

pull/23837/head
Juergen Hoeller 6 years ago
parent
commit
b2c56590dd
  1. 4
      build.gradle

4
build.gradle

@ -37,7 +37,7 @@ ext { @@ -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 -> @@ -143,7 +143,7 @@ configure(allprojects) { project ->
}
checkstyle {
toolVersion = "8.22"
toolVersion = "8.23"
configDir = rootProject.file("src/checkstyle")
}

Loading…
Cancel
Save