You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2023/03/09 10:59:59 UTC

[turbine-fulcrum-upload] branch master updated: Update dependencies comons-fileupload v.1.5

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-upload.git


The following commit(s) were added to refs/heads/master by this push:
     new f39ab37  Update dependencies comons-fileupload v.1.5
f39ab37 is described below

commit f39ab37d1d271f684699a7bd765789353f12a24e
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Mar 6 11:49:32 2023 +0100

    Update dependencies comons-fileupload v.1.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ef35e6d..384e86c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
-      <version>1.4</version>
+      <version>1.5</version>
     </dependency>
     
     <!-- testing dependencies -->