Upgrade to Hibernate Validator 6.0.14 and Apache Johnzon 1.1.11
Includes OkHttp MockWebServer 3.12.1.
This commit is contained in:
parent
11976fa949
commit
d37a18ff03
|
@ -16,7 +16,7 @@ dependencies {
|
||||||
optional("org.freemarker:freemarker:${freemarkerVersion}")
|
optional("org.freemarker:freemarker:${freemarkerVersion}")
|
||||||
testCompile(project(":spring-context"))
|
testCompile(project(":spring-context"))
|
||||||
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
||||||
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
|
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
|
||||||
testCompile("javax.annotation:javax.annotation-api:1.3.2")
|
testCompile("javax.annotation:javax.annotation-api:1.3.2")
|
||||||
testRuntime("org.ehcache:jcache:1.0.1")
|
testRuntime("org.ehcache:jcache:1.0.1")
|
||||||
testRuntime("org.ehcache:ehcache:3.4.0")
|
testRuntime("org.ehcache:ehcache:3.4.0")
|
||||||
|
|
|
@ -61,7 +61,7 @@ dependencies {
|
||||||
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
|
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
|
||||||
testCompile("javax.mail:javax.mail-api:1.6.2")
|
testCompile("javax.mail:javax.mail-api:1.6.2")
|
||||||
testCompile("org.hibernate:hibernate-core:5.3.7.Final")
|
testCompile("org.hibernate:hibernate-core:5.3.7.Final")
|
||||||
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
|
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
|
||||||
// Enable use of the JUnit Platform Runner
|
// Enable use of the JUnit Platform Runner
|
||||||
testCompile("org.junit.platform:junit-platform-runner")
|
testCompile("org.junit.platform:junit-platform-runner")
|
||||||
testCompile("org.junit.jupiter:junit-jupiter-params")
|
testCompile("org.junit.jupiter:junit-jupiter-params")
|
||||||
|
|
|
@ -74,7 +74,7 @@ dependencies {
|
||||||
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
|
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
|
||||||
testCompile("org.eclipse.jetty:jetty-server")
|
testCompile("org.eclipse.jetty:jetty-server")
|
||||||
testCompile("org.eclipse.jetty:jetty-servlet")
|
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.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||||
testCompile("org.skyscreamer:jsonassert:1.5.0")
|
testCompile("org.skyscreamer:jsonassert:1.5.0")
|
||||||
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
|
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-core:2.3.0.1")
|
||||||
testRuntime("com.sun.xml.bind:jaxb-impl: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("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")
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ dependencies {
|
||||||
optional("com.google.protobuf:protobuf-java-util:3.6.1")
|
optional("com.google.protobuf:protobuf-java-util:3.6.1")
|
||||||
testCompile("javax.xml.bind:jaxb-api:2.3.1")
|
testCompile("javax.xml.bind:jaxb-api:2.3.1")
|
||||||
testCompile("com.fasterxml:aalto-xml:1.1.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.reactivex.rxjava2:rxjava:${rxjava2Version}"
|
||||||
testCompile("io.projectreactor:reactor-test")
|
testCompile("io.projectreactor:reactor-test")
|
||||||
testCompile("io.undertow:undertow-core:${undertowVersion}")
|
testCompile("io.undertow:undertow-core:${undertowVersion}")
|
||||||
|
@ -51,7 +51,7 @@ dependencies {
|
||||||
testCompile("org.eclipse.jetty:jetty-server")
|
testCompile("org.eclipse.jetty:jetty-server")
|
||||||
testCompile("org.eclipse.jetty:jetty-servlet")
|
testCompile("org.eclipse.jetty:jetty-servlet")
|
||||||
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.2")
|
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}")
|
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
|
||||||
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
|
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
|
||||||
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
|
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
|
||||||
|
|
|
@ -66,7 +66,7 @@ dependencies {
|
||||||
exclude group: "xerces", module: "xercesImpl"
|
exclude group: "xerces", module: "xercesImpl"
|
||||||
}
|
}
|
||||||
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
|
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
|
||||||
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
|
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
|
||||||
testCompile("io.projectreactor:reactor-core")
|
testCompile("io.projectreactor:reactor-core")
|
||||||
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
|
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
|
||||||
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")
|
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")
|
||||||
|
|
Loading…
Reference in New Issue