Upgrade to Hibernate ORM 5.3.6 and OpenPDF 1.2.2

This commit is contained in:
Juergen Hoeller
2018-09-04 23:02:35 +02:00
parent 7041e5e8e3
commit 3067682347
2 changed files with 2 additions and 2 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.3")
optional("org.hibernate:hibernate-core:5.3.5.Final")
optional("org.hibernate:hibernate-core:5.3.6.Final")
optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")