We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f1f46 commit 50acbaeCopy full SHA for 50acbae
build.gradle
@@ -41,7 +41,7 @@ ext {
41
reactorVersion = "Californium-SR6"
42
rxjavaVersion = "1.3.8"
43
rxjavaAdapterVersion = "1.2.1"
44
- rxjava2Version = "2.2.7"
+ rxjava2Version = "2.2.8"
45
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
46
tiles3Version = "3.0.8"
47
tomcatVersion = "9.0.17"
@@ -155,7 +155,7 @@ configure(allprojects) { project ->
155
testCompile("junit:junit:4.12") {
156
exclude group: "org.hamcrest", module: "hamcrest-core"
157
}
158
- testCompile("org.mockito:mockito-core:2.25.0") {
+ testCompile("org.mockito:mockito-core:2.25.1") {
159
160
161
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
0 commit comments