Skip to content

Commit

Permalink
HBX-2635: Update Ant version to 1.10.14
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Aers <koen.aers@gmail.com>
  • Loading branch information
koentsje committed Nov 24, 2023
1 parent 5863c91 commit 6817567
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
<version>1.10.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.6.5</version>
<version>1.10.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6817567

Please sign in to comment.