Skip to content

Commit e0ccbcb

Browse files
committed
Upgrade to Hibernate ORM 5.3 GA
Issue: SPR-16303
1 parent bdfee34 commit e0ccbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-orm/spring-orm.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
optional(project(":spring-context"))
1010
optional(project(":spring-web"))
1111
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1")
12-
optional("org.hibernate:hibernate-core:5.3.0.CR2")
12+
optional("org.hibernate:hibernate-core:5.3.0.Final")
1313
optional("javax.servlet:javax.servlet-api:3.1.0")
1414
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
1515
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

0 commit comments

Comments
 (0)