Skip to content

Commit 494b6ab

Browse files
committed
Upgrade to Hibernate ORM 5.3.20
1 parent 3e4ba75 commit 494b6ab

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.4")
12-
optional("org.hibernate:hibernate-core:5.3.19.Final")
12+
optional("org.hibernate:hibernate-core:5.3.20.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)