Upgrade to OkHttp 3.12.3

This commit is contained in:
Juergen Hoeller
2019-05-08 17:05:00 +02:00
parent e255434ca5
commit 3d437fd544
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ dependencies {
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}")
testCompile("org.eclipse.jetty:jetty-servlet:${jettyVersion}")
testCompile("com.squareup.okhttp3:mockwebserver:3.12.2")
testCompile("com.squareup.okhttp3:mockwebserver:3.12.3")
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")