diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-03-13 08:52:46 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-04-01 16:51:50 +0200 |
commit | 8d9cc698494694a57743c7443bf5e77d4e6c882b (patch) | |
tree | 6b7cf655ffdc0a8e92252adbf25ce5ae4fd41f1f /stamper/stmp-itext/build.gradle | |
parent | 78c7b6b82267b766b573046d722a55638749a6cd (diff) | |
download | pdf-as-4-8d9cc698494694a57743c7443bf5e77d4e6c882b.tar.gz pdf-as-4-8d9cc698494694a57743c7443bf5e77d4e6c882b.tar.bz2 pdf-as-4-8d9cc698494694a57743c7443bf5e77d4e6c882b.zip |
WIP: pdfbox table to Sign AP
Diffstat (limited to 'stamper/stmp-itext/build.gradle')
-rw-r--r-- | stamper/stmp-itext/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stamper/stmp-itext/build.gradle b/stamper/stmp-itext/build.gradle index b16de2d0..88551e46 100644 --- a/stamper/stmp-itext/build.gradle +++ b/stamper/stmp-itext/build.gradle @@ -16,7 +16,7 @@ dependencies { compile project (':pdf-as-lib') compile project (':pdf-as-common') compile group: 'commons-collections', name: 'commons-collections', version: '3.2' - compile group: 'com.lowagie', name: 'itext', version: '4.2.0' + compile group: 'com.lowagie', name: 'itext', version: '4.2.1' testCompile group: 'junit', name: 'junit', version: '4.+' } |