aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-08-29 15:09:54 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-08-29 15:09:54 +0200
commitffd1e0da6b73e2737f5cad0a6d3e82dbc3de206f (patch)
tree73a685d2c6becb3a274522fb31b898c8a9b0903c /pdf-as-lib/build.gradle
parent7a983c6687e8045efcc918c273bc43798319423b (diff)
downloadpdf-as-4-ffd1e0da6b73e2737f5cad0a6d3e82dbc3de206f.tar.gz
pdf-as-4-ffd1e0da6b73e2737f5cad0a6d3e82dbc3de206f.tar.bz2
pdf-as-4-ffd1e0da6b73e2737f5cad0a6d3e82dbc3de206f.zip
Integrated PDF-AS Testing library
Diffstat (limited to 'pdf-as-lib/build.gradle')
-rw-r--r--pdf-as-lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle
index 06018df8..a5d90939 100644
--- a/pdf-as-lib/build.gradle
+++ b/pdf-as-lib/build.gradle
@@ -42,7 +42,7 @@ dependencies {
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3.1'
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-io', name: 'commons-io', version: '2.4'
compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
compile group: 'org.apache.axis2', name: 'axis2', version: '1.6.2'
compile group: 'org.apache.axis2', name: 'axis2-jaxws', version: '1.6.2'