diff options
author | PJ Fanning <pjfanning@users.noreply.github.com> | 2022-06-01 12:13:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 21:13:31 +1000 |
commit | 1053a17208096387a81b53c4ec0be97b0a688418 (patch) | |
tree | 3f8e27b76c9c9c7667a4b299756790fbe6c03281 /pom.xml | |
parent | 057eb869a82c042b9b03c5919c622fa1bfafc279 (diff) | |
download | archiva-1053a17208096387a81b53c4ec0be97b0a688418.tar.gz archiva-1053a17208096387a81b53c4ec0be97b0a688418.zip |
upgrade commons-fileupload and commons-io (#105)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,8 +54,8 @@ <commons-codec.version>1.11</commons-codec.version> <commons-collections.version>3.2.2</commons-collections.version> - <commons-fileupload.version>1.2.2</commons-fileupload.version> - <commons-io.version>2.4</commons-io.version> + <commons-fileupload.version>1.4</commons-fileupload.version> + <commons-io.version>2.11.0</commons-io.version> <commons-lang.version>2.6</commons-lang.version> <maven3x.version>3.0.5</maven3x.version> |