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:19:35 UTC

[maven-dependency-plugin] branch snyk-upgrade-a209fde753aaff931f47057bf82ca80f created (now f6a841d)

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

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


      at f6a841d  fix: upgrade ant:ant from 1.6 to 1.7.0

This branch includes the following new commits:

     new f6a841d  fix: upgrade ant:ant from 1.6 to 1.7.0

The 1 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.



[maven-dependency-plugin] 01/01: fix: 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 snyk-upgrade-a209fde753aaff931f47057bf82ca80f
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

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

    fix: 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>