Upgrade to Hibernate ORM 5.3 CR2

This commit is contained in:
Juergen Hoeller 2018-05-05 17:13:50 +02:00
parent d0bd57b100
commit a4b44e2713
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.CR1")
optional("org.hibernate:hibernate-core:5.3.0.CR2")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")