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:17 UTC

[maven-surefire] 03/04: [SUREFIRE-1938] Upgrade Apache commons-compress to Version 1.21

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 0e7a836ef12e4ed6296e530d9eef91b49fa70fa4
Author: Tibor Digaňa <ti...@apache.org>
AuthorDate: Tue Jan 18 13:49:48 2022 +0100

    [SUREFIRE-1938] Upgrade Apache commons-compress to Version 1.21
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e8d7020..d6f4b30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <commonsLang3Version>3.12.0</commonsLang3Version>
-    <commonsCompress>1.20</commonsCompress>
+    <commonsCompress>1.21</commonsCompress>
     <commonsIoVersion>2.11.0</commonsIoVersion>
     <doxiaVersion>1.11.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>