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:25:46 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new a4cd974  [KARAF-6309] Upgrade to commons-fileupload 1.4
a4cd974 is described below

commit a4cd974a1904b69017c0402b1c8e7464aa55f6fe
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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5975d61..bf2b751 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,8 +159,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-jexl.version>2.1.1</commons-jexl.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>