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 22:59:06 UTC

[commons-fileupload] branch commons-io-2.13.0 created (now 443941e)

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

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


      at 443941e  Bump commons-io:commons-io from 2.12.0 to 2.13.0

This branch includes the following new commits:

     new 443941e  Bump commons-io:commons-io from 2.12.0 to 2.13.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[commons-fileupload] 01/01: Bump commons-io:commons-io from 2.12.0 to 2.13.0

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 443941e5b873c32a299f09e75c629252558dfab6
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Wed Jun 7 18:58:27 2023 -0400

    Bump commons-io:commons-io from 2.12.0 to 2.13.0
---
 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>