Skip to content

Commit 518eafb

Browse files
committed
[MANTRUN-227] Upgrade Apache Ant to 1.10.12
1 parent d967ddd commit 518eafb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ under the License.
9898
<dependency>
9999
<groupId>org.apache.ant</groupId>
100100
<artifactId>ant</artifactId>
101-
<version>1.10.10</version>
101+
<version>1.10.12</version>
102102
</dependency>
103103

104104
<dependency>

src/it/custom-task-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ under the License.
3434
<dependency>
3535
<groupId>org.apache.ant</groupId>
3636
<artifactId>ant</artifactId>
37-
<version>1.10.10</version>
37+
<version>1.10.12</version>
3838
</dependency>
3939
</dependencies>
4040

0 commit comments

Comments
 (0)