@@ -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.51 " apply false
14
+ id " org.jetbrains.kotlin.jvm" version " 1.2.60 " apply false
15
15
id " org.jetbrains.dokka" version " 0.9.17"
16
16
id " org.asciidoctor.convert" version " 1.5.7"
17
17
}
@@ -37,13 +37,13 @@ ext {
37
37
junitPlatformVersion = " 1.2.0"
38
38
junitJupiterVersion = " 5.2.0"
39
39
junitVintageVersion = " 5.2.0"
40
- kotlinVersion = " 1.2.51 "
41
- log4jVersion = " 2.11.0 "
40
+ kotlinVersion = " 1.2.60 "
41
+ log4jVersion = " 2.11.1 "
42
42
nettyVersion = " 4.1.28.Final"
43
43
reactorVersion = " Californium-M1"
44
44
rxjavaVersion = " 1.3.8"
45
45
rxjavaAdapterVersion = " 1.2.1"
46
- rxjava2Version = " 2.1.17 "
46
+ rxjava2Version = " 2.2.0 "
47
47
slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
48
48
tiles3Version = " 3.0.8"
49
49
tomcatVersion = " 9.0.10"
@@ -157,7 +157,7 @@ configure(allprojects) { project ->
157
157
testCompile(" junit:junit:4.12" ) {
158
158
exclude group :' org.hamcrest' , module :' hamcrest-core'
159
159
}
160
- testCompile(" org.mockito:mockito-core:2.20 .0" ) {
160
+ testCompile(" org.mockito:mockito-core:2.21 .0" ) {
161
161
exclude group :' org.hamcrest' , module :' hamcrest-core'
162
162
}
163
163
testCompile(" com.nhaarman:mockito-kotlin:1.6.0" ) {
0 commit comments