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

@@ -42,7 +42,7 @@ dependencies {
optional("com.google.protobuf:protobuf-java-util:3.6.1")
testCompile("javax.xml.bind:jaxb-api:2.3.1")
testCompile("com.fasterxml:aalto-xml:1.1.1")
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
testCompile("io.projectreactor:reactor-test")
testCompile("io.undertow:undertow-core:${undertowVersion}")
@@ -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.2")
testCompile("com.squareup.okhttp3:mockwebserver:3.12.0")
testCompile("com.squareup.okhttp3:mockwebserver:3.12.1")
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")