diff options
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.+' } |