Upgrade to Hibernate ORM 5.1.12 (for integration tests)

This commit is contained in:
Juergen Hoeller 2018-02-10 21:57:59 +01:00
parent d00e1c5e4f
commit 3cbb2b7616
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ configure(rootProject) {
testCompile("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.hibernate:hibernate-core:5.1.10.Final")
testCompile("org.hibernate:hibernate-core:5.1.12.Final")
}
artifacts {