This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
The following commit(s) were added to refs/heads/master by this push:
new 057ef3b upgrade plexus archiver to avoid a CVE report
057ef3b is described below
commit 057ef3bea16decd55cd804a50a613c7eb98c7bf2
Author: Romain Manni-Bucau <[email protected]>
AuthorDate: Tue Aug 13 10:41:43 2019 +0200
upgrade plexus archiver to avoid a CVE report
---
meecrowave-maven-plugin/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/meecrowave-maven-plugin/pom.xml b/meecrowave-maven-plugin/pom.xml
index afc7dc8..855fd9e 100644
--- a/meecrowave-maven-plugin/pom.xml
+++ b/meecrowave-maven-plugin/pom.xml
@@ -86,6 +86,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-archiver</artifactId>
+ <version>4.1.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${maven.version}</version>