From a4c750e94c6c9cc4ab37b76ee08720c84d94f3f2 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 7 Aug 2018 11:24:20 +0200 Subject: [PATCH] Upgrade to OpenPDF 1.2 and Apache HttpAsyncClient 4.1.4 --- spring-web/spring-web.gradle | 2 +- spring-webmvc/spring-webmvc.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index 83212d7743..9d95c1bb65 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -41,7 +41,7 @@ dependencies { optional("org.apache.httpcomponents:httpclient:4.5.6") { exclude group: "commons-logging", module: "commons-logging" } - optional("org.apache.httpcomponents:httpasyncclient:4.1.3") { + optional("org.apache.httpcomponents:httpasyncclient:4.1.4") { exclude group: "commons-logging", module: "commons-logging" } optional("commons-fileupload:commons-fileupload:1.3.3") diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index 4588319911..9ec48ac67c 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.1.0") + optional("com.github.librepdf:openpdf:1.2.0") optional("org.apache.poi:poi-ooxml:3.17") optional("org.freemarker:freemarker:${freemarkerVersion}") optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")