aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPJ Fanning <pjfanning@users.noreply.github.com>2022-06-01 12:13:31 +0100
committerGitHub <noreply@github.com>2022-06-01 21:13:31 +1000
commit1053a17208096387a81b53c4ec0be97b0a688418 (patch)
tree3f8e27b76c9c9c7667a4b299756790fbe6c03281 /pom.xml
parent057eb869a82c042b9b03c5919c622fa1bfafc279 (diff)
downloadarchiva-1053a17208096387a81b53c4ec0be97b0a688418.tar.gz
archiva-1053a17208096387a81b53c4ec0be97b0a688418.zip
upgrade commons-fileupload and commons-io (#105)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0a9882f59..cbe01234f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>