Upgrade to Hibernate ORM 5.3.2 and 5.1.15
This commit is contained in:
parent
d8c7270c00
commit
22ccdb285f
|
|
@ -279,7 +279,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.14.Final")
|
||||
testCompile("org.hibernate:hibernate-core:5.1.15.Final")
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ dependencies {
|
|||
optional(project(":spring-context"))
|
||||
optional(project(":spring-web"))
|
||||
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.2")
|
||||
optional("org.hibernate:hibernate-core:5.3.1.Final")
|
||||
optional("org.hibernate:hibernate-core:5.3.2.Final")
|
||||
optional("javax.servlet:javax.servlet-api:3.1.0")
|
||||
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue