You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2019/03/14 16:21:28 UTC

[jena] branch master updated: JENA-1682: Update Apache fileupload version

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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 6708402  JENA-1682: Update Apache fileupload version
     new b1455ae  Merge pull request #542 from afs/upload-update
6708402 is described below

commit 6708402d14349f0a1bad74812cfd0aad02bb6990
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Mar 13 11:42:30 2019 +0000

    JENA-1682: Update Apache fileupload version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 87fcd81..0a63994 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,7 +347,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.3.3</version>
+        <version>1.4</version>
       </dependency>
 
       <dependency>