diff options
Diffstat (limited to 'pdf-as-web/build.gradle')
-rw-r--r-- | pdf-as-web/build.gradle | 7 |
1 files changed, 3 insertions, 4 deletions
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' } |