@@ -11,7 +11,7 @@ buildscript {
1111// 3rd party plugin repositories can be configured in settings.gradle
1212plugins {
1313 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
1515 id " org.jetbrains.dokka" version " 0.9.17"
1616 id " org.asciidoctor.convert" version " 1.5.7"
1717}
@@ -37,13 +37,13 @@ ext {
3737 junitPlatformVersion = " 1.2.0"
3838 junitJupiterVersion = " 5.2.0"
3939 junitVintageVersion = " 5.2.0"
40- kotlinVersion = " 1.2.51 "
41- log4jVersion = " 2.11.0 "
40+ kotlinVersion = " 1.2.60 "
41+ log4jVersion = " 2.11.1 "
4242 nettyVersion = " 4.1.28.Final"
4343 reactorVersion = " Californium-M1"
4444 rxjavaVersion = " 1.3.8"
4545 rxjavaAdapterVersion = " 1.2.1"
46- rxjava2Version = " 2.1.17 "
46+ rxjava2Version = " 2.2.0 "
4747 slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
4848 tiles3Version = " 3.0.8"
4949 tomcatVersion = " 9.0.10"
@@ -157,7 +157,7 @@ configure(allprojects) { project ->
157157 testCompile(" junit:junit:4.12" ) {
158158 exclude group :' org.hamcrest' , module :' hamcrest-core'
159159 }
160- testCompile(" org.mockito:mockito-core:2.20 .0" ) {
160+ testCompile(" org.mockito:mockito-core:2.21 .0" ) {
161161 exclude group :' org.hamcrest' , module :' hamcrest-core'
162162 }
163163 testCompile(" com.nhaarman:mockito-kotlin:1.6.0" ) {
0 commit comments