Skip to content

Commit 8bed7d9

Browse files
committed
Upgrade to Hibernate ORM 5.4.1
Includes EclipseLink 2.7.4. Fixes #22049
1 parent b07b10d commit 8bed7d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-orm/spring-orm.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies {
88
optional(project(":spring-aop"))
99
optional(project(":spring-context"))
1010
optional(project(":spring-web"))
11-
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.3")
12-
optional("org.hibernate:hibernate-core:5.3.7.Final")
11+
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.4")
12+
optional("org.hibernate:hibernate-core:5.4.1.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)