File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.60 " apply false
14
+ id " org.jetbrains.kotlin.jvm" version " 1.2.61 " apply false
15
15
id " org.jetbrains.dokka" version " 0.9.17"
16
16
id " org.asciidoctor.convert" version " 1.5.7"
17
17
}
@@ -35,16 +35,16 @@ ext {
35
35
jackson2Version = " 2.9.6"
36
36
jettyVersion = " 9.4.12.RC2"
37
37
junit5Version = " 5.3.0-RC1"
38
- kotlinVersion = " 1.2.60 "
38
+ kotlinVersion = " 1.2.61 "
39
39
log4jVersion = " 2.11.1"
40
40
nettyVersion = " 4.1.28.Final"
41
41
reactorVersion = " Californium-M2"
42
42
rxjavaVersion = " 1.3.8"
43
43
rxjavaAdapterVersion = " 1.2.1"
44
- rxjava2Version = " 2.2.0 "
44
+ rxjava2Version = " 2.2.1 "
45
45
slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
46
46
tiles3Version = " 3.0.8"
47
- tomcatVersion = " 9.0.10 "
47
+ tomcatVersion = " 9.0.11 "
48
48
undertowVersion = " 2.0.13.Final"
49
49
50
50
gradleScriptDir = " ${ rootProject.projectDir} /gradle"
You can’t perform that action at this time.
0 commit comments