From 79a56afea717b37d7b5c5f518d90134adfe2c880 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 22 Mar 2024 13:53:11 +0100 Subject: chore(core): update third-party libs --- 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 fd4e5616..9c8c1a1b 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.15.1' api group: 'ognl', name: 'ognl', version: '3.3.4' api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' - api 'commons-codec:commons-codec:1.15' + api 'commons-codec:commons-codec:1.16.1' 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