Skip to content

Commit 90e5945

Browse files
committed
Upgrade to Kotlin 1.1.60
Issue: SPR-16194
1 parent edf8232 commit 90e5945

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
@@ -14,7 +14,7 @@ buildscript {
1414
plugins {
1515
id "com.gradle.build-scan" version "1.8"
1616
id "io.spring.dependency-management" version "1.0.3.RELEASE" apply false
17-
id "org.jetbrains.kotlin.jvm" version "1.1.51" apply false
17+
id "org.jetbrains.kotlin.jvm" version "1.1.60" apply false
1818
id "org.jetbrains.dokka" version "0.9.15"
1919
id "org.asciidoctor.convert" version "1.5.6"
2020
}
@@ -50,7 +50,7 @@ configure(allprojects) { project ->
5050
ext.junitJupiterVersion = "5.0.2"
5151
ext.junitPlatformVersion = "1.0.2"
5252
ext.junitVintageVersion = "4.12.2"
53-
ext.kotlinVersion = "1.1.51"
53+
ext.kotlinVersion = "1.1.60"
5454
ext.log4jVersion = "2.9.1"
5555
ext.nettyVersion = "4.1.17.Final"
5656
ext.reactorVersion = "Bismuth-SR3"

0 commit comments

Comments
 (0)