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/09 19:01:28 UTC

[maven-surefire] branch pom created (now 5f2c5ba)

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

elharo pushed a change to branch pom
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at 5f2c5ba  update commons compress

This branch includes the following new commits:

     new 5f2c5ba  update commons compress

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-surefire] 01/01: update commons compress

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5f2c5ba27ee68dfb3bbd455255ebf9149f0635ca
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Apr 9 14:54:17 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 2cc1989..316f37e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
     <mavenVersion>3.0</mavenVersion>
     <!-- <shadedVersion>3.0.0-M2</shadedVersion> commented out due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
     <commonsLang3Version>3.8.1</commonsLang3Version>
-    <commonsCompress>1.19</commonsCompress>
+    <commonsCompress>1.20</commonsCompress>
     <commonsIoVersion>2.6</commonsIoVersion>
     <doxiaVersion>1.9.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>