Upgrade to RxJava 2.2.17, OkHttp 3.14.6, Hibernate ORM 5.3.15

This commit is contained in:
Juergen Hoeller
2020-01-13 10:58:51 +01:00
parent 98390e1e5e
commit 170adccf80
5 changed files with 6 additions and 6 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.5")
testCompile("com.squareup.okhttp3:mockwebserver:3.14.6")
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")