aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common
diff options
context:
space:
mode:
authorGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2021-12-13 13:28:33 +0100
committerGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2022-01-20 14:54:26 +0100
commit9aae8448405c93c5384be3a33b52bd4434faf972 (patch)
tree2f62a2151a8747a1f177611c4e82f5d7edc3ad31 /pdf-as-common
parent6f36c5c075c91ff191944ee5c1a399c6be0be1a1 (diff)
downloadpdf-as-4-9aae8448405c93c5384be3a33b52bd4434faf972.tar.gz
pdf-as-4-9aae8448405c93c5384be3a33b52bd4434faf972.tar.bz2
pdf-as-4-9aae8448405c93c5384be3a33b52bd4434faf972.zip
Update dependencies
Diffstat (limited to 'pdf-as-common')
-rw-r--r--pdf-as-common/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle
index a607fcfe..b57f9b6f 100644
--- a/pdf-as-common/build.gradle
+++ b/pdf-as-common/build.gradle
@@ -25,7 +25,7 @@ dependencies {
api group: 'commons-io', name: 'commons-io', version: '2.8.0'
api group: 'ognl', name: 'ognl', version: '3.2.19'
api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
- api 'commons-codec:commons-codec:1.10'
+ api 'commons-codec:commons-codec:1.15'
api group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3'
api group: 'javax.jws', name: 'javax.jws-api', version: '1.1'
testImplementation group: 'junit', name: 'junit', version: '4.+'