Upgrade to RxJava 2.2.8 and Mockito 2.25.1

master
Juergen Hoeller 6 years ago
parent 20f1f46ae1
commit 50acbae4cf
  1. 4
      build.gradle

@ -41,7 +41,7 @@ ext {
reactorVersion = "Californium-SR6" reactorVersion = "Californium-SR6"
rxjavaVersion = "1.3.8" rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1" rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.7" rxjava2Version = "2.2.8"
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
tiles3Version = "3.0.8" tiles3Version = "3.0.8"
tomcatVersion = "9.0.17" tomcatVersion = "9.0.17"
@ -155,7 +155,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") { testCompile("junit:junit:4.12") {
exclude group: "org.hamcrest", module: "hamcrest-core" exclude group: "org.hamcrest", module: "hamcrest-core"
} }
testCompile("org.mockito:mockito-core:2.25.0") { testCompile("org.mockito:mockito-core:2.25.1") {
exclude group: "org.hamcrest", module: "hamcrest-core" exclude group: "org.hamcrest", module: "hamcrest-core"
} }
testCompile("com.nhaarman:mockito-kotlin:1.6.0") { testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

Loading…
Cancel
Save