Browse Source

Upgrade to Hibernate ORM 5.3.3, Undertow 2.0.11, Mockito 2.19.1

pull/1890/head
Juergen Hoeller 7 years ago
parent
commit
bb5d99a083
  1. 4
      build.gradle
  2. 2
      spring-orm/spring-orm.gradle

4
build.gradle

@ -47,7 +47,7 @@ ext { @@ -47,7 +47,7 @@ ext {
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
tiles3Version = "3.0.8"
tomcatVersion = "9.0.10"
undertowVersion = "2.0.10.Final"
undertowVersion = "2.0.11.Final"
gradleScriptDir = "${rootProject.projectDir}/gradle"
withoutJclOverSlf4J = {
@ -157,7 +157,7 @@ configure(allprojects) { project -> @@ -157,7 +157,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") {
exclude group:'org.hamcrest', module:'hamcrest-core'
}
testCompile("org.mockito:mockito-core:2.19.0") {
testCompile("org.mockito:mockito-core:2.19.1") {
exclude group:'org.hamcrest', module:'hamcrest-core'
}
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

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.2")
optional("org.hibernate:hibernate-core:5.3.2.Final")
optional("org.hibernate:hibernate-core:5.3.3.Final")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

Loading…
Cancel
Save