This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
commit ceaef5208d025166b888bf944540675062a0f9f4 Author: Matthias BERTSCHY <[email protected]> AuthorDate: Thu Mar 12 09:29:10 2020 +0100 Update commons-io from 2.5 to 2.6 Closes #16 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e34444e..04e8641 100644 --- a/pom.xml +++ b/pom.xml @@ -197,7 +197,7 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.6</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
