From e9f8fb6978cb8c2c4c72ee877621397f6869b809 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 19 Dec 2023 16:34:34 +0100 Subject: chore(core): update third-party libs --- pdf-as-lib/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pdf-as-lib') diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index 67e4b6ac..a7cb978c 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -13,7 +13,7 @@ buildscript { mavenLocal() mavenCentral() } - dependencies { classpath("commons-io:commons-io:2.8.0") } + dependencies { classpath("commons-io:commons-io:2.15.1") } } @@ -62,7 +62,7 @@ repositories { dependencies { api project (':pdf-as-common') - api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' + api group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' api group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.14' api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14' api group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.70' @@ -70,7 +70,7 @@ dependencies { api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' api group: 'com.google.code.gson', name: 'gson', version: '2.10.1' api group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.9.3' - api group: 'commons-io', name: 'commons-io', version: '2.11.0' + api group: 'commons-io', name: 'commons-io', version: '2.15.1' api group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3' api 'org.apache.commons:commons-collections4:4.4' api group: 'ognl', name: 'ognl', version: '3.3.4' -- cgit v1.2.3