Browse Source

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

pull/1570/merge
Juergen Hoeller 7 years ago
parent
commit
e17ad551f3
  1. 2
      build.gradle
  2. 2
      spring-context-support/spring-context-support.gradle
  3. 2
      spring-context/spring-context.gradle
  4. 2
      spring-orm/spring-orm.gradle
  5. 4
      spring-test/spring-test.gradle
  6. 2
      spring-webflux/spring-webflux.gradle
  7. 2
      spring-webmvc/spring-webmvc.gradle

2
build.gradle

@ -54,7 +54,7 @@ configure(allprojects) { project -> @@ -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"

2
spring-context-support/spring-context-support.gradle

@ -17,7 +17,7 @@ dependencies { @@ -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")

2
spring-context/spring-context.gradle

@ -20,7 +20,7 @@ dependencies { @@ -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")

2
spring-orm/spring-orm.gradle

@ -9,7 +9,7 @@ dependencies { @@ -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}")

4
spring-test/spring-test.gradle

@ -65,8 +65,8 @@ dependencies { @@ -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}")

2
spring-webflux/spring-webflux.gradle

@ -45,7 +45,7 @@ dependencies { @@ -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") {

2
spring-webmvc/spring-webmvc.gradle

@ -63,7 +63,7 @@ dependencies { @@ -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"
}

Loading…
Cancel
Save