diff options
author | Thomas <> | 2023-01-12 07:43:15 +0100 |
---|---|---|
committer | Thomas <> | 2023-01-12 07:43:15 +0100 |
commit | b35bdd12f605dc1017b4ac892a8e033e25e685c1 (patch) | |
tree | 8792fae804030b667bccae89bca79f2158174ee1 /pdf-as-web | |
parent | 42e68c8f3e53b34663d2fe9c434b0b034ff9ddf0 (diff) | |
download | pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.tar.gz pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.tar.bz2 pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.zip |
build(core): update third-party libs
Diffstat (limited to 'pdf-as-web')
-rw-r--r-- | pdf-as-web/build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index ad434bcf..efe05998 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -58,7 +58,7 @@ dependencies { 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-io', name: 'commons-io', version: '2.8.0' + 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' api group: 'javax.xml.ws', name: 'jaxws-api', version: '2.3.1' @@ -66,12 +66,12 @@ dependencies { api "commons-codec:commons-codec:1.15" api 'org.apache.commons:commons-lang3:3.12.0' api group: 'org.apache.commons', name: 'commons-collections4', version: '4.4' - api 'org.apache.cxf:cxf-rt-transports-http:3.4.5' - api 'org.apache.cxf:cxf-rt-frontend-jaxws:3.4.5' + api 'org.apache.cxf:cxf-rt-transports-http:3.5.5' + api 'org.apache.cxf:cxf-rt-frontend-jaxws:3.5.5' api 'com.thetransactioncompany:cors-filter:2.10' - api 'ch.qos.logback:logback-classic:1.2.10' - api 'ch.qos.logback:logback-core:1.2.10' - api 'org.json:json:20210307' + api 'ch.qos.logback:logback-classic:1.2.11' + api 'ch.qos.logback:logback-core:1.2.11' + api 'org.json:json:20220924' api group: 'javax.jws', name: 'javax.jws-api', version: '1.1' compileOnly 'javax.servlet:javax.servlet-api:3.0.1' compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.24' |