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 <khmarba...@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>