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

[maven-surefire] 02/04: [SUREFIRE-1937] Upgrade Apache commons-io to Version 2.11.0

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

tibordigana pushed a commit to branch ext-libs
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit cd0db5bb4e7d8c1070dddea35643c0f04819cf41
Author: Tibor Digaňa <ti...@apache.org>
AuthorDate: Tue Jan 18 13:37:27 2022 +0100

    [SUREFIRE-1937] Upgrade Apache commons-io to Version 2.11.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1db58f2..e8d7020 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <commonsLang3Version>3.12.0</commonsLang3Version>
     <commonsCompress>1.20</commonsCompress>
-    <commonsIoVersion>2.6</commonsIoVersion>
+    <commonsIoVersion>2.11.0</commonsIoVersion>
     <doxiaVersion>1.11.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
     <plexus-java-version>1.1.0</plexus-java-version>