Skip to content

Commit a0b42a3

Browse files
committed
Upgrade to Hibernate ORM 5.3.7
1 parent 5b5f719 commit a0b42a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3")
12-
optional("org.hibernate:hibernate-core:5.3.6.Final")
12+
optional("org.hibernate:hibernate-core:5.3.7.Final")
1313
optional("javax.servlet:javax.servlet-api:3.1.0")
1414
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
1515
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
testCompile("javax.ejb:javax.ejb-api:3.2")
6161
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
6262
testCompile("javax.mail:javax.mail-api:1.6.2")
63-
testCompile("org.hibernate:hibernate-core:5.3.6.Final")
63+
testCompile("org.hibernate:hibernate-core:5.3.7.Final")
6464
testCompile("org.hibernate:hibernate-validator:6.0.13.Final")
6565
// Enable use of the JUnit Platform Runner
6666
testCompile("org.junit.platform:junit-platform-runner")

0 commit comments

Comments
 (0)