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:
parent
c040bb5bf1
commit
4467f5c01a
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue