Skip to content

Commit 6817567

Browse files
committed
HBX-2635: Update Ant version to 1.10.14
Signed-off-by: Koen Aers <[email protected]>
1 parent 5863c91 commit 6817567

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
126-
<groupId>ant</groupId>
126+
<groupId>org.apache.ant</groupId>
127127
<artifactId>ant</artifactId>
128-
<version>1.6.5</version>
128+
<version>1.10.14</version>
129129
<scope>compile</scope>
130130
</dependency>
131131
<dependency>
132-
<groupId>ant</groupId>
132+
<groupId>org.apache.ant</groupId>
133133
<artifactId>ant-launcher</artifactId>
134-
<version>1.6.5</version>
134+
<version>1.10.14</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>

0 commit comments

Comments
 (0)