Skip to content

Commit 50acbae

Browse files
committed
Upgrade to RxJava 2.2.8 and Mockito 2.25.1
1 parent 20f1f46 commit 50acbae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ext {
4141
reactorVersion = "Californium-SR6"
4242
rxjavaVersion = "1.3.8"
4343
rxjavaAdapterVersion = "1.2.1"
44-
rxjava2Version = "2.2.7"
44+
rxjava2Version = "2.2.8"
4545
slf4jVersion = "1.7.26" // spring-jcl + consistent 3rd party deps
4646
tiles3Version = "3.0.8"
4747
tomcatVersion = "9.0.17"
@@ -155,7 +155,7 @@ configure(allprojects) { project ->
155155
testCompile("junit:junit:4.12") {
156156
exclude group: "org.hamcrest", module: "hamcrest-core"
157157
}
158-
testCompile("org.mockito:mockito-core:2.25.0") {
158+
testCompile("org.mockito:mockito-core:2.25.1") {
159159
exclude group: "org.hamcrest", module: "hamcrest-core"
160160
}
161161
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

0 commit comments

Comments
 (0)