You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2023/02/21 05:37:39 UTC

[felix-dev] branch master updated: FELIX-6595 : Update to Commons Fileupload 1.5

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new b0e17d17e3 FELIX-6595 : Update to Commons Fileupload 1.5
b0e17d17e3 is described below

commit b0e17d17e30a79e2eb4fa1757f5923820423f2b8
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Feb 21 06:37:32 2023 +0100

    FELIX-6595 : Update to Commons Fileupload 1.5
---
 webconsole/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index d58761698e..f86d0f8d68 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -358,14 +358,14 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.8.0</version>
+            <version>2.11.0</version>
             <scope>provided</scope>
         </dependency>