Browse Source

Upgrade to Netty 4.1.48 and Checkstyle 8.30

pull/26383/head
Juergen Hoeller 5 years ago
parent
commit
4715ad242e
  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.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 -> @@ -142,7 +142,7 @@ configure(allprojects) { project ->
}
checkstyle {
toolVersion = "8.29"
toolVersion = "8.30"
configDir = rootProject.file("src/checkstyle")
}

Loading…
Cancel
Save