Update ant to 1.10.11 also in pom.xml

This was missed when the target platform was updated to use ant 1.10.11
in cf9baedb5d.

Change-Id: I0d503fa4b27df73a7dad68f1b729346596d78332
This commit is contained in:
Matthias Sohn 2021-08-24 10:25:29 +02:00
parent 8173c16785
commit 1ca106f07a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.10</version>
<version>1.10.11</version>
</dependency>
</dependencies>