Upgrade to WebJars Locator 0.36 and OkHttp 3.12.1

Includes JRuby 9.2.5 and Jetty Reactive HttpClient 1.0.2.
This commit is contained in:
Juergen Hoeller
2018-12-25 13:22:17 +01:00
parent b2756f5bd2
commit 8d1de75b60
3 changed files with 6 additions and 6 deletions

View File

@@ -50,12 +50,12 @@ dependencies {
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")
testCompile("org.eclipse.jetty:jetty-server")
testCompile("org.eclipse.jetty:jetty-servlet")
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.1")
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.2")
testCompile("com.squareup.okhttp3:mockwebserver:3.12.0")
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
testRuntime("org.jruby:jruby:9.2.0.0")
testRuntime("org.jruby:jruby:9.2.5.0")
testRuntime("org.python:jython-standalone:2.7.1")
testRuntime("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
testRuntime("org.webjars:underscorejs:1.8.3")