You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2023/02/20 17:36:50 UTC

[tomee] branch tomee-8.x updated: TOMEE-4187 - Commons FileUpload 1.5

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

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new 44cb3733ac TOMEE-4187 - Commons FileUpload 1.5
44cb3733ac is described below

commit 44cb3733ac882da8329bf82aa56f2c1c7e90bd7e
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Mon Feb 20 18:36:39 2023 +0100

    TOMEE-4187 - Commons FileUpload 1.5
---
 pom.xml                     | 2 +-
 server/openejb-http/pom.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e07ba12686..365dace470 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
     <version.commons-collections>3.2.2</version.commons-collections>
     <version.commons-dbcp2>2.9.0</version.commons-dbcp2>
     <version.commons-discovery>0.5</version.commons-discovery>
-    <version.commons-fileupload>1.4</version.commons-fileupload>
+    <version.commons-fileupload>1.5</version.commons-fileupload>
     <version.commons-io>2.11.0</version.commons-io>
     <version.commons-jcs-cache>2.1</version.commons-jcs-cache>
     <version.commons-lang3>3.12.0</version.commons-lang3>
diff --git a/server/openejb-http/pom.xml b/server/openejb-http/pom.xml
index 399479ab55..517892f73d 100644
--- a/server/openejb-http/pom.xml
+++ b/server/openejb-http/pom.xml
@@ -143,7 +143,6 @@
     <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
-      <version>1.3.3</version>
       <optional>true</optional>
     </dependency>
   </dependencies>