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-antrun-plugin.git
commit de141d49345e62bc26b7e99c43ffbea1866cb47c Author: snyk-bot <[email protected]> AuthorDate: Sat Oct 24 04:08:46 2020 +0000 fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d948588..ed76fa2 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>34</version> - <relativePath /> + <relativePath/> </parent> <artifactId>maven-antrun-plugin</artifactId> @@ -62,7 +62,7 @@ under the License. </distributionManagement> <properties> - <mavenVersion>3.1.0</mavenVersion> + <mavenVersion>3.1.1</mavenVersion> <javaVersion>8</javaVersion> <project.build.outputTimestamp>2020-04-12T07:51:40Z</project.build.outputTimestamp> </properties>
