Upgrade to RxJava 2.2.14, OkHttp 3.14.4, Awaitility 3.1.6

This commit is contained in:
Juergen Hoeller
2019-11-07 22:35:30 +01:00
parent bdb1a81a39
commit 088a653318
4 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ dependencies {
testCompile("org.eclipse.jetty:jetty-server")
testCompile("org.eclipse.jetty:jetty-servlet")
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
testCompile("com.squareup.okhttp3:mockwebserver:3.14.3")
testCompile("com.squareup.okhttp3:mockwebserver:3.14.4")
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")