You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/07/22 22:51:53 UTC

[maven-invoker-plugin] 01/01: Bump commons-io to 2.6

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

slachiewicz pushed a commit to branch commons-io
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit bc50d7c198f745ed4e703b5b40c497f75479bdd6
Author: Matthias BERTSCHY <Ma...@swissquote.ch>
AuthorDate: Thu Mar 12 09:29:10 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index b154fad..9fb1cd4 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>