Upgrade to Kotlin 1.2.71 and Netty 4.1.30

This commit is contained in:
Juergen Hoeller 2018-09-29 18:58:13 +02:00
parent 2ec41c8153
commit 058f027c5b
1 changed files with 2 additions and 2 deletions

View File

@ -35,9 +35,9 @@ ext {
jackson2Version = "2.9.7"
jettyVersion = "9.4.12.v20180830"
junit5Version = "5.3.1"
kotlinVersion = "1.2.70"
kotlinVersion = "1.2.71"
log4jVersion = "2.11.1"
nettyVersion = "4.1.29.Final"
nettyVersion = "4.1.30.Final"
reactorVersion = "Californium-RELEASE"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"