You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/14 19:09:37 UTC

[maven-assembly-plugin] 01/01: [MASSEMBLY-924] - Upgrade commons-compress to 1.19

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

khmarbaise pushed a commit to branch MASSEMBLY-924
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit 293b08d414c5d5eb84a480eb31ec725c731c552e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 14 20:09:27 2019 +0100

    [MASSEMBLY-924] - Upgrade commons-compress to 1.19
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffc9769..81df84e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,7 +416,7 @@ under the License.
               <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.18</version>
+                <version>1.19</version>
               </dependency>
               <dependency>
                 <groupId>commons-io</groupId>