You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/05/29 11:05:27 UTC

[syncope] branch 2_0_X updated: Upgrading commons-io

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 7b640d1  Upgrading commons-io
7b640d1 is described below

commit 7b640d12867da8a32614c38dc16296091b533266
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri May 29 13:04:48 2020 +0200

    Upgrading commons-io
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0de5681..c63cd72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,7 @@ under the License.
     <log4j.version>2.12.1</log4j.version>
     <disruptor.version>3.4.2</disruptor.version>
 
-    <commons-io.version>2.6</commons-io.version>
+    <commons-io.version>2.7</commons-io.version>
     <commons-email.version>1.5</commons-email.version>
     <commons-codec.version>1.14</commons-codec.version>
     <commons-jexl.version>3.1</commons-jexl.version>