You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/06/06 05:24:46 UTC

[karaf] branch master updated: [KARAF-6309] Upgrade to commons-fileupload 1.4

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 57f8e07  [KARAF-6309] Upgrade to commons-fileupload 1.4
     new ce9f6a4  Merge pull request #865 from jbonofre/KARAF-6309
57f8e07 is described below

commit 57f8e079acd5d4f9f53cf0ad4d57f44a9d3aedf1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 15:46:11 2019 +0200

    [KARAF-6309] Upgrade to commons-fileupload 1.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ae98cab..f2ef149 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
         <commons-compress.version>1.18</commons-compress.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-dbcp.version>1.4_3</commons-dbcp.version>
-        <commons-fileupload.version>1.3.3</commons-fileupload.version>
+        <commons-fileupload.version>1.4</commons-fileupload.version>
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.9</commons-lang3.version>
         <commons-logging.version>1.2</commons-logging.version>