Skip to content

Commit b07b10d

Browse files
committed
Upgrade to Kotlin 1.3.20
Includes RxJava 2.2.6, Netty 4.1.33, Undertow 2.0.17. Fixes #20945
1 parent 83d06b8 commit b07b10d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 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.5.RELEASE" apply false
14-
id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false
14+
id "org.jetbrains.kotlin.jvm" version "1.3.20" apply false
1515
id "org.jetbrains.dokka" version "0.9.17"
1616
id "org.asciidoctor.convert" version "1.5.8"
1717
}
@@ -35,17 +35,17 @@ ext {
3535
jackson2Version = "2.9.8"
3636
jettyVersion = "9.4.14.v20181114"
3737
junit5Version = "5.3.2"
38-
kotlinVersion = "1.2.71"
38+
kotlinVersion = "1.3.20"
3939
log4jVersion = "2.11.1"
40-
nettyVersion = "4.1.32.Final"
40+
nettyVersion = "4.1.33.Final"
4141
reactorVersion = "Californium-SR4"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
44-
rxjava2Version = "2.2.5"
44+
rxjava2Version = "2.2.6"
4545
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.14"
48-
undertowVersion = "2.0.16.Final"
48+
undertowVersion = "2.0.17.Final"
4949

5050
gradleScriptDir = "${rootProject.projectDir}/gradle"
5151
withoutJclOverSlf4J = {
@@ -117,8 +117,8 @@ configure(allprojects) { project ->
117117
kotlinOptions {
118118
jvmTarget = "1.8"
119119
freeCompilerArgs = ["-Xjsr305=strict"]
120-
apiVersion = "1.1"
121-
languageVersion = "1.1"
120+
apiVersion = "1.2"
121+
languageVersion = "1.2"
122122
}
123123
}
124124

0 commit comments

Comments
 (0)