Upgrade to Kotlin 1.3.31

This commit is contained in:
Sebastien Deleuze 2019-04-26 11:44:39 +02:00
parent 83cb51aec6
commit 92c190fabf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ ext {
jackson2Version = "2.9.8" jackson2Version = "2.9.8"
jettyVersion = "9.4.17.v20190418" jettyVersion = "9.4.17.v20190418"
junit5Version = "5.4.2" junit5Version = "5.4.2"
kotlinVersion = "1.3.30" kotlinVersion = "1.3.31"
log4jVersion = "2.11.2" log4jVersion = "2.11.2"
nettyVersion = "4.1.35.Final" nettyVersion = "4.1.35.Final"
reactorVersion = "Dysprosium-BUILD-SNAPSHOT" reactorVersion = "Dysprosium-BUILD-SNAPSHOT"