Upgrade to Hibernate Validator 6.0.10, RxJava 2.1.14, Gson 2.8.5
This commit is contained in:
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
|
||||
ext.reactorVersion = "Bismuth-SR9"
|
||||
ext.rxjavaVersion = "1.3.8"
|
||||
ext.rxjavaAdapterVersion = "1.2.1"
|
||||
ext.rxjava2Version = "2.1.13"
|
||||
ext.rxjava2Version = "2.1.14"
|
||||
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
|
||||
ext.tiles3Version = "3.0.8"
|
||||
ext.tomcatVersion = "8.5.31"
|
||||
|
||||
@@ -16,7 +16,7 @@ dependencies {
|
||||
optional("org.freemarker:freemarker:${freemarkerVersion}")
|
||||
testCompile(project(":spring-context"))
|
||||
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
||||
testCompile("org.hibernate:hibernate-validator:6.0.9.Final")
|
||||
testCompile("org.hibernate:hibernate-validator:6.0.10.Final")
|
||||
testCompile("javax.annotation:javax.annotation-api:1.3.2")
|
||||
testRuntime("org.ehcache:jcache:1.0.1")
|
||||
testRuntime("org.ehcache:ehcache:3.4.0")
|
||||
|
||||
@@ -66,7 +66,7 @@ dependencies {
|
||||
testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
|
||||
testCompile("javax.mail:javax.mail-api:1.6.1")
|
||||
testCompile("org.hibernate:hibernate-core:5.2.17.Final")
|
||||
testCompile("org.hibernate:hibernate-validator:6.0.9.Final")
|
||||
testCompile("org.hibernate:hibernate-validator:6.0.10.Final")
|
||||
// Enable use of the JUnit Platform Runner
|
||||
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
|
||||
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")
|
||||
|
||||
@@ -60,7 +60,7 @@ dependencies {
|
||||
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
|
||||
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
|
||||
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson2Version}")
|
||||
optional("com.google.code.gson:gson:2.8.4")
|
||||
optional("com.google.code.gson:gson:2.8.5")
|
||||
optional("com.google.protobuf:protobuf-java-util:3.5.1")
|
||||
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
|
||||
optional("com.rometools:rome:1.9.0")
|
||||
|
||||
@@ -45,7 +45,7 @@ dependencies {
|
||||
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
||||
testCompile("javax.xml.bind:jaxb-api:2.3.0")
|
||||
testCompile("org.hibernate:hibernate-validator:6.0.9.Final")
|
||||
testCompile("org.hibernate:hibernate-validator:6.0.10.Final")
|
||||
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
|
||||
testCompile("io.projectreactor:reactor-test")
|
||||
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")
|
||||
|
||||
@@ -54,7 +54,7 @@ dependencies {
|
||||
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") {
|
||||
exclude group: "javax.servlet", module: "javax.servlet"
|
||||
}
|
||||
testCompile("org.hibernate:hibernate-validator:6.0.9.Final")
|
||||
testCompile("org.hibernate:hibernate-validator:6.0.10.Final")
|
||||
testCompile("org.apache.httpcomponents:httpclient:4.5.5") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user