From 9aae8448405c93c5384be3a33b52bd4434faf972 Mon Sep 17 00:00:00 2001 From: Gerald Palfinger Date: Mon, 13 Dec 2021 13:28:33 +0100 Subject: Update dependencies --- pdf-as-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdf-as-common') 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.+' -- cgit v1.2.3