Skip to content

Commit d53cbb6

Browse files
committed
Upgrade to Kotlin 1.3.50
Closes gh-23536
1 parent 77da40f commit d53cbb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
plugins {
88
id 'io.spring.dependency-management' version '1.0.7.RELEASE' apply false
9-
id 'org.jetbrains.kotlin.jvm' version '1.3.41' apply false
9+
id 'org.jetbrains.kotlin.jvm' version '1.3.50' apply false
1010
id 'org.jetbrains.dokka' version '0.9.18' apply false
1111
id 'org.asciidoctor.convert' version '1.5.8'
1212
id 'io.spring.nohttp' version '0.0.3.RELEASE'
@@ -26,7 +26,7 @@ ext {
2626
jackson2Version = "2.9.9"
2727
jettyVersion = "9.4.19.v20190610"
2828
junit5Version = "5.5.1"
29-
kotlinVersion = "1.3.41"
29+
kotlinVersion = "1.3.50"
3030
log4jVersion = "2.12.0"
3131
nettyVersion = "4.1.38.Final"
3232
reactorVersion = "Dysprosium-M3"

0 commit comments

Comments
 (0)