aboutsummaryrefslogtreecommitdiff
path: root/signature-standards
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 /signature-standards
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 'signature-standards')
-rw-r--r--signature-standards/sigs-pades/build.gradle2
-rw-r--r--signature-standards/sigs-pkcs7detached/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/signature-standards/sigs-pades/build.gradle b/signature-standards/sigs-pades/build.gradle
index 0a0c471e..86f1b6c3 100644
--- a/signature-standards/sigs-pades/build.gradle
+++ b/signature-standards/sigs-pades/build.gradle
@@ -20,7 +20,7 @@ task releases(type: Copy) {
dependencies {
compile project (':pdf-as-lib')
compile project (':pdf-as-common')
- compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
+ compile 'org.apache.commons:commons-collections4:4.0'
testCompile group: 'junit', name: 'junit', version: '4.+'
}
diff --git a/signature-standards/sigs-pkcs7detached/build.gradle b/signature-standards/sigs-pkcs7detached/build.gradle
index 9a30feeb..22227532 100644
--- a/signature-standards/sigs-pkcs7detached/build.gradle
+++ b/signature-standards/sigs-pkcs7detached/build.gradle
@@ -20,7 +20,7 @@ task releases(type: Copy) {
dependencies {
compile project (':pdf-as-lib')
compile project (':pdf-as-common')
- compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
+ compile 'org.apache.commons:commons-collections4:4.0'
testCompile group: 'junit', name: 'junit', version: '4.+'
}