You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/16 13:28:59 UTC

[maven-archetype] 01/01: update commons-io

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

elharo pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit 5422326603ff8ad8f997820dd8d012aec0ed0316
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Apr 16 09:28:13 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index cbd9c22..233512a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.2</version>
+        <version>2.6</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>