Upgrade to Hibernate Validator 6.0.14 and Apache Johnzon 1.1.11

Includes OkHttp MockWebServer 3.12.1.
This commit is contained in:
Juergen Hoeller
2019-01-08 00:50:44 +01:00
parent 11976fa949
commit d37a18ff03
5 changed files with 7 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ dependencies {
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
testCompile("org.eclipse.jetty:jetty-server")
testCompile("org.eclipse.jetty:jetty-servlet")
testCompile("com.squareup.okhttp3:mockwebserver:3.12.0")
testCompile("com.squareup.okhttp3:mockwebserver:3.12.1")
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
testCompile("org.skyscreamer:jsonassert:1.5.0")
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
@@ -82,5 +82,5 @@ dependencies {
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
testRuntime("javax.json:javax.json-api:1.1.4")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.11")
}