Upgrade commons-compress to version 1.21 39/127539/1
authorDan Timoney <dtimoney@att.com>
Mon, 7 Mar 2022 17:04:34 +0000 (12:04 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 7 Mar 2022 17:04:34 +0000 (12:04 -0500)
Update commons-compress to version 1.21 per SECCOM recommendation

Issue-ID: CCSDK-3585
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I41c9430b1ab0dbfa5442a145ce2d2db7086049e6

ms/blueprintsprocessor/parent/pom.xml
ms/sdclistener/parent/pom.xml

index e124a46..bdd608f 100755 (executable)
@@ -56,7 +56,7 @@
         <json-smart.version>2.4.6</json-smart.version>
 
         <commons-io-version>2.8.0</commons-io-version>
-        <commons-compress-version>1.20</commons-compress-version>
+        <commons-compress-version>1.21</commons-compress-version>
         <commons-collections-version>3.2.2</commons-collections-version>
     </properties>
 
index 98574b0..1e65386 100755 (executable)
@@ -74,7 +74,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.15</version>
+                <version>1.21</version>
             </dependency>
         <dependency>
                 <groupId>com.google.guava</groupId>