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:18 UTC

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

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>