@@ -11,7 +11,7 @@ buildscript {
11
11
// 3rd party plugin repositories can be configured in settings.gradle
12
12
plugins {
13
13
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
15
15
id " org.jetbrains.dokka" version " 0.9.17"
16
16
id " org.asciidoctor.convert" version " 1.5.8"
17
17
}
@@ -35,17 +35,17 @@ ext {
35
35
jackson2Version = " 2.9.8"
36
36
jettyVersion = " 9.4.14.v20181114"
37
37
junit5Version = " 5.3.2"
38
- kotlinVersion = " 1.2.71 "
38
+ kotlinVersion = " 1.3.20 "
39
39
log4jVersion = " 2.11.1"
40
- nettyVersion = " 4.1.32 .Final"
40
+ nettyVersion = " 4.1.33 .Final"
41
41
reactorVersion = " Californium-SR4"
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
- rxjava2Version = " 2.2.5 "
44
+ rxjava2Version = " 2.2.6 "
45
45
slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
47
tomcatVersion = " 9.0.14"
48
- undertowVersion = " 2.0.16 .Final"
48
+ undertowVersion = " 2.0.17 .Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
51
51
withoutJclOverSlf4J = {
@@ -117,8 +117,8 @@ configure(allprojects) { project ->
117
117
kotlinOptions {
118
118
jvmTarget = " 1.8"
119
119
freeCompilerArgs = [" -Xjsr305=strict" ]
120
- apiVersion = " 1.1 "
121
- languageVersion = " 1.1 "
120
+ apiVersion = " 1.2 "
121
+ languageVersion = " 1.2 "
122
122
}
123
123
}
124
124
0 commit comments