Upgrade to OpenPDF 1.2 and Apache HttpAsyncClient 4.1.4

This commit is contained in:
Juergen Hoeller
2018-08-07 11:24:20 +02:00
parent 2d05f2ed47
commit a4c750e94c
2 changed files with 2 additions and 2 deletions

View File

@@ -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")