diff options
author | Gerald Palfinger <gerald.palfinger@iaik.tugraz.at> | 2021-12-13 14:22:24 +0100 |
---|---|---|
committer | Gerald Palfinger <gerald.palfinger@iaik.tugraz.at> | 2022-01-20 14:54:26 +0100 |
commit | 66edcf7bab6a846617b77db54a89fab624d87df5 (patch) | |
tree | 68e11c3c8bcc54fd935957f024d4701944bd406a /pdf-as-web/build.gradle | |
parent | 8fd4517a8d1b9ecae515fc9d45e1fdd8d6254279 (diff) | |
download | pdf-as-4-66edcf7bab6a846617b77db54a89fab624d87df5.tar.gz pdf-as-4-66edcf7bab6a846617b77db54a89fab624d87df5.tar.bz2 pdf-as-4-66edcf7bab6a846617b77db54a89fab624d87df5.zip |
Update dependencies
Diffstat (limited to 'pdf-as-web/build.gradle')
-rw-r--r-- | pdf-as-web/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index eac334af..4ba67e18 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -51,7 +51,7 @@ dependencies { api project (':signature-standards:sigs-pades') api project (':pdf-as-web-status') api project (':pdf-as-web-statistic-api') - api group: 'commons-fileupload', name: 'commons-fileupload', version: '1.3.1' + api group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4' 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' |