From b35bdd12f605dc1017b4ac892a8e033e25e685c1 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 12 Jan 2023 07:43:15 +0100 Subject: build(core): update third-party libs --- pdf-as-common/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pdf-as-common') diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index b57f9b6f..2af41031 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -22,8 +22,8 @@ releases.dependsOn sourcesJar dependencies { api group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion api group: 'commons-collections', name: 'commons-collections', version: '3.2.2' - api group: 'commons-io', name: 'commons-io', version: '2.8.0' - api group: 'ognl', name: 'ognl', version: '3.2.19' + api group: 'commons-io', name: 'commons-io', version: '2.11.0' + 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 group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3' -- cgit v1.2.3