From 306768234785fd8f88dfeddca123837f99c3bdc8 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 4 Sep 2018 23:02:35 +0200 Subject: [PATCH] Upgrade to Hibernate ORM 5.3.6 and OpenPDF 1.2.2 --- spring-orm/spring-orm.gradle | 2 +- spring-webmvc/spring-webmvc.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-orm/spring-orm.gradle b/spring-orm/spring-orm.gradle index d32075cfe1c..5fafd3765a7 100644 --- a/spring-orm/spring-orm.gradle +++ b/spring-orm/spring-orm.gradle @@ -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}") diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index 264e533ad0d..594492297aa 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -23,7 +23,7 @@ dependencies { optional("javax.xml.bind:jaxb-api:2.3.0") optional("org.webjars:webjars-locator-core:0.35") optional("com.rometools:rome:1.11.0") - optional("com.github.librepdf:openpdf:1.2.0") + optional("com.github.librepdf:openpdf:1.2.2") optional("org.apache.poi:poi-ooxml:3.17") optional("org.freemarker:freemarker:${freemarkerVersion}") optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")