Latest dependency updates (RxJava 1.3.3, Hibernate ORM 5.2.12, Hibernate Validator 5.4.2 & 6.0.3)

This commit is contained in:
Juergen Hoeller 2017-10-20 16:16:06 +02:00
parent d1fac36e3e
commit e17ad551f3
7 changed files with 8 additions and 8 deletions

View File

@ -54,7 +54,7 @@ configure(allprojects) { project ->
ext.log4jVersion = "2.9.1"
ext.nettyVersion = "4.1.16.Final"
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
ext.rxjavaVersion = "1.3.2"
ext.rxjavaVersion = "1.3.3"
ext.rxjavaAdapterVersion = "1.2.1"
ext.rxjava2Version = "2.1.5"
ext.slf4jVersion = "1.7.25"

View File

@ -17,7 +17,7 @@ dependencies {
testCompile(project(":spring-context"))
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
testCompile("org.hibernate:hibernate-validator:6.0.2.Final")
testCompile("org.hibernate:hibernate-validator:6.0.3.Final")
testRuntime("org.ehcache:jcache:1.0.1")
testRuntime("org.ehcache:ehcache:3.4.0")
testRuntime("org.glassfish:javax.el:3.0.1-b08")

View File

@ -20,7 +20,7 @@ dependencies {
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.beanshell:bsh:2.0b5")
optional("joda-time:joda-time:2.9.9")
optional("org.hibernate:hibernate-validator:5.4.1.Final")
optional("org.hibernate:hibernate-validator:5.4.2.Final")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("org.apache.commons:commons-pool2:2.4.2")

View File

@ -9,7 +9,7 @@ dependencies {
optional(project(":spring-context"))
optional(project(":spring-web"))
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0")
optional("org.hibernate:hibernate-core:5.2.11.Final")
optional("org.hibernate:hibernate-core:5.2.12.Final")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

View File

@ -65,8 +65,8 @@ dependencies {
testCompile("javax.ejb:javax.ejb-api:3.2")
testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
testCompile("javax.mail:javax.mail-api:1.6.0")
testCompile("org.hibernate:hibernate-core:5.2.11.Final")
testCompile("org.hibernate:hibernate-validator:6.0.2.Final")
testCompile("org.hibernate:hibernate-core:5.2.12.Final")
testCompile("org.hibernate:hibernate-validator:6.0.3.Final")
// Enable use of the JUnitPlatform Runner
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")

View File

@ -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.2.Final")
testCompile("org.hibernate:hibernate-validator:6.0.3.Final")
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
testCompile("io.projectreactor:reactor-test")
testCompile("io.reactivex:rxnetty-http:0.5.2") {

View File

@ -63,7 +63,7 @@ dependencies {
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") {
exclude group: "javax.servlet", module: "javax.servlet"
}
testCompile("org.hibernate:hibernate-validator:6.0.2.Final")
testCompile("org.hibernate:hibernate-validator:6.0.3.Final")
testCompile("org.apache.httpcomponents:httpclient:4.5.3") {
exclude group: "commons-logging", module: "commons-logging"
}