Skip to content

Commit

Permalink
Update ant to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Apr 8, 2015
1 parent d5d3a8a commit 085ec56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES

SECTION 2: Apache License, V2.0

>>> ant-1.8.4
>>> ant-1.9.4
>>> commons-codec.commons-codec-1.6
>>> commons-collections-3.2.1
>>> commons-fileupload-1.3.1
Expand Down Expand Up @@ -475,7 +475,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Apache License, V2.0 is applicable to the following component(s).


>>> ant-1.8.4
>>> ant-1.9.4

Apache License
Version 2.0, January 2004
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
isTravisBuild = System.getenv().get("TRAVIS") == 'true'

antTraxVersion = "1.7.1"
antVersion = "1.8.4"
antVersion = "1.9.4"
aspectjVersion = "1.8.5" // use same version as org.springframework:spring-aspects uses
commonsCliVersion = "1.2"
commonsCollectionsVersion = "3.2.1"
Expand Down

0 comments on commit 085ec56

Please sign in to comment.