You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/16 19:18:16 UTC

[maven-site-plugin] 02/06: [MSITE-885] Upgrade Commons IO to 2.11.0

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 628f5b3a315ddd3431dd00bee5d0d81b666e353d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Apr 16 20:36:58 2022 +0200

    [MSITE-885] Upgrade Commons IO to 2.11.0
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dbf8e2cf..e41bfad3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,8 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.11.0</version>
+      <scope>test</scope>
     </dependency>
 
     <!-- test -->