From 3e1e5e281ad5ea3ffe4d4a6d09d160f9c611b1de Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 20 Mar 2023 10:50:54 +0100 Subject: chore(core): update third-party libs --- pdf-as-web/build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pdf-as-web') diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index f5843650..d8117d3d 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -56,8 +56,7 @@ dependencies { api project (':pdf-as-web-status') api project (':pdf-as-web-statistic-api') api project (':pdf-as-pdfbox-2') - api group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4' - // Upgrade dependency of commons-fileupload from 2.2 to 2.8.0 to avoid CVE-2021-29425 + api group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5' api group: 'commons-io', name: 'commons-io', version: '2.11.0' api group: 'opensymphony', name: 'sitemesh', version: '2.4.2' api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' @@ -71,10 +70,10 @@ dependencies { api 'com.thetransactioncompany:cors-filter:2.10' api 'ch.qos.logback:logback-classic:1.2.11' api 'ch.qos.logback:logback-core:1.2.11' - api 'org.json:json:20220924' + api 'org.json:json:20230227' api group: 'javax.jws', name: 'javax.jws-api', version: '1.1' compileOnly 'javax.servlet:javax.servlet-api:3.0.1' - testRuntime 'org.springframework:spring-test:5.2.22.RELEASE' + testRuntime 'org.springframework:spring-test:5.3.25' } -- cgit v1.2.3