You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/07/15 17:23:04 UTC

[creadur-rat] branch master updated: RAT-283: Upgrade commons-compress and fix https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316639

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d32c63  RAT-283: Upgrade commons-compress and fix https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316639
5d32c63 is described below

commit 5d32c63342d675ba74b95c05215df5f100a2a283
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Thu Jul 15 19:22:53 2021 +0200

    RAT-283: Upgrade commons-compress and fix https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316639
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 73e4225..f847726 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,8 +97,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <!--  later versions require Java 1.6+ -->
-        <version>1.19</version>
+        <version>1.21</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>