From 241eeefd4182ce97bc9a9db4031a9b4ffe328ce8 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 15 May 2014 12:45:50 +0200 Subject: PDFBOX 1.8.4 to 1.8.5 --- pdf-as-common/build.gradle | 2 +- pdf-as-lib/build.gradle | 2 +- pdf-as-web/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index 484b31b4..22c25e14 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.5' - compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.4' + compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.5' compile group: 'commons-collections', name: 'commons-collections', version: '3.2' compile group: 'ognl', name: 'ognl', version: '3.0.6' testCompile group: 'junit', name: 'junit', version: '4.+' diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index 81c53dce..b52cf657 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -41,7 +41,7 @@ dependencies { compile project (':pdf-as-common') compile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.3.1' compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3.1' - compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.4' + compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.5' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.1' compile group: 'org.apache.commons', name: 'commons-io', version: '1.3.2' compile group: 'commons-collections', name: 'commons-collections', version: '3.2' diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index 2509abd6..07aa0ea2 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -29,7 +29,7 @@ dependencies { compile 'javax.xml.ws:jaxws-api:2.2.11' compile 'com.sun.xml.ws:jaxws-rt:2.2.8' compile 'com.sun.xml.bind:jaxb-impl:2.2.7' - compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.4' + compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.5' providedCompile "javax.servlet:servlet-api:2.5" testCompile group: 'junit', name: 'junit', version: '4.+' } -- cgit v1.2.3