This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/http-4.x by this push:
new 973e000f4d FELIX-6595 : Update to Commons Fileupload 1.5
973e000f4d is described below
commit 973e000f4d4f4090294a92cef212fd22f79449b3
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Feb 21 06:46:12 2023 +0100
FELIX-6595 : Update to Commons Fileupload 1.5
---
http/base/pom.xml | 2 +-
http/bridge/pom.xml | 4 ++--
http/jetty/pom.xml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/http/base/pom.xml b/http/base/pom.xml
index 1bc48bc79c..271276e4e7 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -79,7 +79,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 9f78a77f42..1755dd93a9 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -132,12 +132,12 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.4</version>
+ <version>1.5</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.6</version>
+ <version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 0a59d1bcaf..7c325f3464 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -405,12 +405,12 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.4</version>
+ <version>1.5</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.8.0</version>
+ <version>2.11.0</version>
</dependency>
<!-- Testing -->
<dependency>