Skip to content

Commit cfb4148

Browse files
committed
Upgrade to Kotlin 1.3.40
1 parent 521539b commit cfb4148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
// 3rd party plugin repositories can be configured in settings.gradle
1212
plugins {
1313
id "io.spring.dependency-management" version "1.0.7.RELEASE" apply false
14-
id "org.jetbrains.kotlin.jvm" version "1.3.31" apply false
14+
id "org.jetbrains.kotlin.jvm" version "1.3.40" apply false
1515
id "org.jetbrains.dokka" version "0.9.18"
1616
id "org.asciidoctor.convert" version "1.5.8"
1717
}
@@ -36,7 +36,7 @@ ext {
3636
jackson2Version = "2.9.9"
3737
jettyVersion = "9.4.18.v20190429"
3838
junit5Version = "5.5.0-RC1"
39-
kotlinVersion = "1.3.31"
39+
kotlinVersion = "1.3.40"
4040
log4jVersion = "2.11.2"
4141
nettyVersion = "4.1.36.Final"
4242
reactorVersion = "Dysprosium-M2"

0 commit comments

Comments
 (0)