Skip to content

Commit 4936fe6

Browse files
committed
Upgrade to OkHttp 3.4.2, RxJava 1.2.2 and Mockito 2.2.11
1 parent 365ecd4 commit 4936fe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ configure(allprojects) { project ->
7272
ext.log4jVersion = '2.7'
7373
ext.nettyVersion = "4.1.6.Final"
7474
ext.okhttpVersion = "2.7.5"
75-
ext.okhttp3Version = "3.4.1"
75+
ext.okhttp3Version = "3.4.2"
7676
ext.poiVersion = "3.15"
7777
ext.protobufVersion = "3.1.0"
7878
ext.quartzVersion = "2.2.3"
@@ -81,7 +81,7 @@ configure(allprojects) { project ->
8181
ext.reactorCoreVersion = '3.0.3.RELEASE'
8282
ext.reactorNettyVersion = '0.5.2.RELEASE'
8383
ext.romeVersion = "1.7.0"
84-
ext.rxjavaVersion = '1.2.1'
84+
ext.rxjavaVersion = '1.2.2'
8585
ext.rxjavaAdapterVersion = '1.2.0'
8686
ext.rxjava2Version = '2.0.0'
8787
ext.rxnettyVersion = '0.5.2-rc.4'
@@ -179,7 +179,7 @@ configure(allprojects) { project ->
179179
testCompile("junit:junit:${junitVersion}") {
180180
exclude group:'org.hamcrest', module:'hamcrest-core'
181181
}
182-
testCompile("org.mockito:mockito-core:2.2.10") {
182+
testCompile("org.mockito:mockito-core:2.2.11") {
183183
exclude group:'org.hamcrest', module:'hamcrest-core'
184184
}
185185
testCompile("org.hamcrest:hamcrest-all:${hamcrestVersion}")

0 commit comments

Comments
 (0)