Updating ant in our maven-invoker-plugin usages.

* Due to CVE-2020-1945

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2021-02-04 15:38:05 -06:00
parent c040bb5bf1
commit 4467f5c01a
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 7 additions and 0 deletions

View File

@ -529,6 +529,13 @@
<localRepo>${localRepoPath}</localRepo>
</filterProperties>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>${ant.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>