Upgrade to Hibernate ORM 5.3.2 and 5.1.15

This commit is contained in:
Juergen Hoeller 2018-07-06 01:23:07 +02:00
parent d8c7270c00
commit 22ccdb285f
2 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@ configure(rootProject) {
testCompile("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.hibernate:hibernate-core:5.1.14.Final")
testCompile("org.hibernate:hibernate-core:5.1.15.Final")
}
artifacts {

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