diff options
author | Emina Ahmetovic <emina.ahmetovic@egiz.gv.at> | 2020-09-24 09:46:48 +0200 |
---|---|---|
committer | Emina Ahmetovic <emina.ahmetovic@egiz.gv.at> | 2020-09-24 09:46:48 +0200 |
commit | 7f66428916800f37fcc3ea67310d2ef73eb2fa38 (patch) | |
tree | fa85a78c66e86ee39ca3f57397bde06d1976c8e4 /signature-standards/sigs-pades | |
parent | a07da1a7cf59e01e4125c82fafe3a2ab837e6a53 (diff) | |
download | pdf-as-4-7f66428916800f37fcc3ea67310d2ef73eb2fa38.tar.gz pdf-as-4-7f66428916800f37fcc3ea67310d2ef73eb2fa38.tar.bz2 pdf-as-4-7f66428916800f37fcc3ea67310d2ef73eb2fa38.zip |
update libraries, use StringUtils
Diffstat (limited to 'signature-standards/sigs-pades')
-rw-r--r-- | signature-standards/sigs-pades/build.gradle | 2 |
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.+' } |