Skip to content

Commit 22ccdb2

Browse files
committed
Upgrade to Hibernate ORM 5.3.2 and 5.1.15
1 parent d8c7270 commit 22ccdb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ configure(rootProject) {
279279
testCompile("javax.servlet:javax.servlet-api:3.1.0")
280280
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
281281
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
282-
testCompile("org.hibernate:hibernate-core:5.1.14.Final")
282+
testCompile("org.hibernate:hibernate-core:5.1.15.Final")
283283
}
284284

285285
artifacts {

spring-orm/spring-orm.gradle

+1-1
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.2")
12-
optional("org.hibernate:hibernate-core:5.3.1.Final")
12+
optional("org.hibernate:hibernate-core:5.3.2.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)