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 db97dad1a9 FELIX-6595 : Update to Commons Fileupload 1.5
db97dad1a9 is described below

commit db97dad1a9add19a63df185b017e89e3717689b6
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Feb 21 06:43:06 2023 +0100

    FELIX-6595 : Update to Commons Fileupload 1.5
---
 http/base/pom.xml   | 2 +-
 http/bridge/pom.xml | 2 +-
 http/jetty/pom.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/http/base/pom.xml b/http/base/pom.xml
index 684c4dbabc..f6ca1c9b28 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 1b0dd81ed9..b964568270 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -153,7 +153,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 15a2560c02..37d8a6e0c2 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -414,7 +414,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>

Reply via email to