Upgrade to Hibernate ORM 5.3 GA

Issue: SPR-16303
This commit is contained in:
Juergen Hoeller 2018-05-15 12:33:33 +02:00
parent bdfee3417e
commit e0ccbcbb66
1 changed files with 1 additions and 1 deletions

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