Skip to content

Commit

Permalink
Upgrade to AntRun 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Aug 22, 2024
1 parent 9192c82 commit 2fa8e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<antversion property="antversion.running" />

<!-- The build script's version number. Do not edit! -->
<property name="antrun.version" value="1.10.4"/>
<property name="antrun.version" value="1.10.5"/>

<!-- Load project properties from XML file -->
<xmlproperty file="config.xml"/>

<!-- Versions of various dependencies -->
<property name="versions.jacoco" value="0.8.8"/>
<property name="versions.junit" value="1.9.2"/>
<property name="versions.jacoco" value="0.8.12"/>
<property name="versions.junit" value="1.11.0"/>

<!--
Default values. Note that Ant's properties cannot be overwritten once
Expand Down

0 comments on commit 2fa8e4a

Please sign in to comment.