Upgrade to Hibernate ORM 5.1.12 (for integration tests)
This commit is contained in:
parent
d00e1c5e4f
commit
3cbb2b7616
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue