Skip to content

Commit 65460db

Browse files
committed
Upgrade to Hibernate ORM 5.3.19
1 parent 32fcff5 commit 65460db

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.4")
12-
optional("org.hibernate:hibernate-core:5.3.18.Final")
12+
optional("org.hibernate:hibernate-core:5.3.19.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.17.Final")
63+
testCompile("org.hibernate:hibernate-core:5.3.19.Final")
6464
testCompile("org.hibernate:hibernate-validator:6.0.21.Final")
6565
// Enable use of the JUnit Platform Runner
6666
testCompile("org.junit.platform:junit-platform-runner")

0 commit comments

Comments
 (0)