You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/08 19:36:17 UTC

[maven-shared-utils] branch MSHARED-847 created (now 7d20101)

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

khmarbaise pushed a change to branch MSHARED-847
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.


      at 7d20101  [MSHARED-847] - Upgrade commons-io to 2.6

This branch includes the following new commits:

     new 7d20101  [MSHARED-847] - Upgrade commons-io to 2.6

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.



[maven-shared-utils] 01/01: [MSHARED-847] - Upgrade commons-io to 2.6

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

khmarbaise pushed a commit to branch MSHARED-847
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit 7d2010147881ce22cdbfad5d1f177e6d31d96b8a
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Dec 8 20:36:05 2019 +0100

    [MSHARED-847] - Upgrade commons-io to 2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 01763d9..99847c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>