Skip to content

Commit bb05ee7

Browse files
committed
Upgrade to Kotlin 1.3.21
See #20945
1 parent 05d7ab4 commit bb05ee7

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
@@ -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.5.RELEASE" apply false
14-
id "org.jetbrains.kotlin.jvm" version "1.3.20" apply false
14+
id "org.jetbrains.kotlin.jvm" version "1.3.21" apply false
1515
id "org.jetbrains.dokka" version "0.9.17"
1616
id "org.asciidoctor.convert" version "1.5.8"
1717
}
@@ -35,7 +35,7 @@ ext {
3535
jackson2Version = "2.9.8"
3636
jettyVersion = "9.4.14.v20181114"
3737
junit5Version = "5.4.0-RC2"
38-
kotlinVersion = "1.3.20"
38+
kotlinVersion = "1.3.21"
3939
log4jVersion = "2.11.1"
4040
nettyVersion = "4.1.33.Final"
4141
reactorVersion = "Californium-SR4"

0 commit comments

Comments
 (0)