You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/07 23:13:53 UTC

[commons-fileupload] branch master updated: Bump commons-io:commons-io from 2.12.0 to 2.13.0 (#221)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new b03d038  Bump commons-io:commons-io from 2.12.0 to 2.13.0 (#221)
b03d038 is described below

commit b03d0380bc6d886cd698a283d1eaea713af092b2
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Wed Jun 7 19:13:48 2023 -0400

    Bump commons-io:commons-io from 2.12.0 to 2.13.0 (#221)
    
    Co-authored-by: Gary Gregory <gg...@rocketsoftware.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fa6e957..5da1e8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@
     <commons.osgi.import>!javax.portlet,*</commons.osgi.import>
     <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
     <commons.servlet-api.version>2.5</commons.servlet-api.version>
-    <commons.io.version>2.12.0</commons.io.version>
+    <commons.io.version>2.13.0</commons.io.version>
     <commons.lang3.version>3.12.0</commons.lang3.version>
     <japicmp.skip>true</japicmp.skip>
     <clirr.skip>true</clirr.skip>