diff options
author | Gerald Palfinger <gerald.palfinger@iaik.tugraz.at> | 2021-12-16 16:25:40 +0100 |
---|---|---|
committer | Gerald Palfinger <gerald.palfinger@iaik.tugraz.at> | 2022-01-20 14:54:26 +0100 |
commit | 35c301bd555a0b790b2d6621ed2eff0f3bdbf400 (patch) | |
tree | f9087cb3c077fdd6f6140d3c5c0e6e64b171c4cd /pdf-as-web | |
parent | f16b75cde0083d4325c702e152e9ade8c4725164 (diff) | |
download | pdf-as-4-35c301bd555a0b790b2d6621ed2eff0f3bdbf400.tar.gz pdf-as-4-35c301bd555a0b790b2d6621ed2eff0f3bdbf400.tar.bz2 pdf-as-4-35c301bd555a0b790b2d6621ed2eff0f3bdbf400.zip |
Update commons-io
Diffstat (limited to 'pdf-as-web')
-rw-r--r-- | pdf-as-web/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index 3d43861b..4752ed67 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -52,6 +52,8 @@ dependencies { api project (':pdf-as-web-status') api project (':pdf-as-web-statistic-api') 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: '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' |