You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/04/09 04:52:03 UTC

[maven-dependency-plugin] branch master updated (f6d8f69 -> 9ca263f)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


    from f6d8f69  [MDEP-682] Bump asm from 8.0 to 8.0.1
     new 5e2e3ad  (tests) upgrade ant:ant from 1.6 to 1.7.0
     new 9ca263f  (tests) upgrade org.codehaus.plexus:plexus-archiver from 2.6.3 to 4.2.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/it-harness-poms/mdep-27/pom.xml                       | 2 +-
 src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[maven-dependency-plugin] 02/02: (tests) upgrade org.codehaus.plexus:plexus-archiver from 2.6.3 to 4.2.2

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 9ca263f04c372216510ba6a40b8eb1e31341fb94
Author: snyk-bot <sn...@snyk.io>
AuthorDate: Mon Mar 30 23:45:56 2020 +0000

    (tests) upgrade org.codehaus.plexus:plexus-archiver from 2.6.3 to 4.2.2
---
 src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml b/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml
index 8e6bf8f..9d2e657 100644
--- a/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml
+++ b/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml
@@ -78,7 +78,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.6.3</version>
+      <version>4.2.2</version>
     </dependency>
     <!-- dependencies to annotations -->
     <dependency>


[maven-dependency-plugin] 01/02: (tests) upgrade ant:ant from 1.6 to 1.7.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 5e2e3adfa4db5ff9996dfa49a9c04f406926910d
Author: snyk-bot <sn...@snyk.io>
AuthorDate: Tue Mar 31 01:17:26 2020 +0000

    (tests) upgrade ant:ant from 1.6 to 1.7.0
---
 src/it-harness-poms/mdep-27/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it-harness-poms/mdep-27/pom.xml b/src/it-harness-poms/mdep-27/pom.xml
index a6ebe96..a36ec0a 100644
--- a/src/it-harness-poms/mdep-27/pom.xml
+++ b/src/it-harness-poms/mdep-27/pom.xml
@@ -34,7 +34,7 @@ under the License.
 		<dependency>
 			<groupId>ant</groupId>
 			<artifactId>ant</artifactId>
-			<version>1.6</version>
+			<version>1.7.0</version>
 		</dependency>
 	</dependencies>
 	<build>