You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/06/01 11:13:35 UTC

[archiva] branch archiva-2.x updated: upgrade commons-fileupload and commons-io (#105)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x by this push:
     new 1053a1720 upgrade commons-fileupload and commons-io (#105)
1053a1720 is described below

commit 1053a17208096387a81b53c4ec0be97b0a688418
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Jun 1 12:13:31 2022 +0100

    upgrade commons-fileupload and commons-io (#105)
---
 pom.xml | 4 ++--
 1 file 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>