Upgrade to Kotlin 1.3.41, Netty 4.1.37, Log4J 2.12, HSQLDB 2.5

This commit is contained in:
Juergen Hoeller
2019-07-05 16:26:10 +02:00
parent d903b9acf5
commit 944b943ea7

View File

@@ -11,7 +11,7 @@ buildscript {
// 3rd party plugin repositories can be configured in settings.gradle
plugins {
id "io.spring.dependency-management" version "1.0.7.RELEASE" apply false
id "org.jetbrains.kotlin.jvm" version "1.3.40" apply false
id "org.jetbrains.kotlin.jvm" version "1.3.41" apply false
id "org.jetbrains.dokka" version "0.9.18"
id "org.asciidoctor.convert" version "1.5.8"
}
@@ -29,16 +29,16 @@ ext {
}
aspectjVersion = "1.9.4"
coroutinesVersion = "1.2.1"
coroutinesVersion = "1.2.2"
freemarkerVersion = "2.3.28"
groovyVersion = "2.5.7"
hsqldbVersion = "2.4.1"
hsqldbVersion = "2.5.0"
jackson2Version = "2.9.9"
jettyVersion = "9.4.19.v20190610"
junit5Version = "5.5.0"
kotlinVersion = "1.3.40"
log4jVersion = "2.11.2"
nettyVersion = "4.1.36.Final"
kotlinVersion = "1.3.41"
log4jVersion = "2.12.0"
nettyVersion = "4.1.37.Final"
reactorVersion = "Dysprosium-M2"
rsocketVersion = "0.12.2-RC4"
rxjavaVersion = "1.3.8"