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:36 UTC

[maven-dependency-plugin] 01/01: fix: upgrade ant:ant from 1.6 to 1.7.0

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>