Upgrade to Hibernate ORM 5.3.3, Undertow 2.0.11, Mockito 2.19.1

This commit is contained in:
Juergen Hoeller
2018-07-20 18:56:52 +02:00
parent 390bb871d8
commit bb5d99a083
2 changed files with 3 additions and 3 deletions

View File

@@ -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.2.Final")
optional("org.hibernate:hibernate-core:5.3.3.Final")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")