aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-client
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-09-26 10:12:25 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-09-26 10:12:25 +0200
commitd808ad7a35e90b34622dc7161ddcad4f8861b69f (patch)
treec1cc64c496794f5ad9f3e8673bf6d8fce29caf89 /pdf-as-web-client
parent1ae266dacef1559dc601c9bc5552529ffb04fbaa (diff)
downloadpdf-as-4-d808ad7a35e90b34622dc7161ddcad4f8861b69f.tar.gz
pdf-as-4-d808ad7a35e90b34622dc7161ddcad4f8861b69f.tar.bz2
pdf-as-4-d808ad7a35e90b34622dc7161ddcad4f8861b69f.zip
dependency version updates
Diffstat (limited to 'pdf-as-web-client')
-rw-r--r--pdf-as-web-client/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web-client/build.gradle b/pdf-as-web-client/build.gradle
index b506564a..b820ede0 100644
--- a/pdf-as-web-client/build.gradle
+++ b/pdf-as-web-client/build.gradle
@@ -13,7 +13,7 @@ repositories {
}
dependencies {
- compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
+ compile 'org.apache.commons:commons-collections4:4.+'
compile project (':pdf-as-common')
testCompile group: 'junit', name: 'junit', version: '4.+'
}