aboutsummaryrefslogtreecommitdiff
path: root/signature-standards/sigs-pades/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'signature-standards/sigs-pades/build.gradle')
-rw-r--r--signature-standards/sigs-pades/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/signature-standards/sigs-pades/build.gradle b/signature-standards/sigs-pades/build.gradle
index c67edbca..62fb154f 100644
--- a/signature-standards/sigs-pades/build.gradle
+++ b/signature-standards/sigs-pades/build.gradle
@@ -23,7 +23,7 @@ releases.dependsOn sourcesJar
dependencies {
compile project (':pdf-as-lib')
compile project (':pdf-as-common')
- compile 'org.apache.commons:commons-collections4:4.0'
+ compile 'org.apache.commons:commons-collections4:4.4'
testCompile group: 'junit', name: 'junit', version: '4.+'
}