Upgrade to Kotlin 1.3.31

master
Sebastien Deleuze 5 years ago
parent 83cb51aec6
commit 92c190fabf
  1. 2
      build.gradle

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

Loading…
Cancel
Save