Skip to content

Commit c6dbfe4

Browse files
committed
Upgrade to Kotlin 1.2.51
1 parent acf9ea0 commit c6dbfe4

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.2.41" apply false
17+
id "org.jetbrains.kotlin.jvm" version "1.2.51" apply false
1818
id "org.jetbrains.dokka" version "0.9.17"
1919
id "org.asciidoctor.convert" version "1.5.6"
2020
}
@@ -45,7 +45,7 @@ ext {
4545
junitJupiterVersion = "5.0.3"
4646
junitPlatformVersion = "1.0.3"
4747
junitVintageVersion = "4.12.3"
48-
kotlinVersion = "1.2.41"
48+
kotlinVersion = "1.2.51"
4949
log4jVersion = "2.11.0"
5050
nettyVersion = "4.1.25.Final"
5151
reactorVersion = "Bismuth-SR10"

0 commit comments

Comments
 (0)