Skip to content

Commit 6ed7a75

Browse files
committed
update commons-compress dependency (CVE-2019-12402)
1 parent 1b01713 commit 6ed7a75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conga-aem-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>io.wcm.tooling.commons</groupId>
7575
<artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId>
76-
<version>1.6.0</version>
76+
<version>1.6.1-SNAPSHOT</version>
7777
<scope>compile</scope>
7878
</dependency>
7979

@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.apache.commons</groupId>
9595
<artifactId>commons-compress</artifactId>
96-
<version>1.18</version>
96+
<version>1.19</version>
9797
<scope>compile</scope>
9898
</dependency>
9999

0 commit comments

Comments
 (0)