Skip to content

Commit 79f91b4

Browse files
committed
Upgrade to Hibernate ORM 5.3.9 and EclipseLink 2.7.4
1 parent 490b235 commit 79f91b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-orm/spring-orm.gradle

Lines changed: 2 additions & 2 deletions
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.3.9.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)