Skip to content

Commit

Permalink
Bump org.apache.ant:ant from 1.10.13 to 1.10.14
Browse files Browse the repository at this point in the history
Bumps org.apache.ant:ant from 1.10.13 to 1.10.14.

---
updated-dependencies:
- dependency-name: org.apache.ant:ant
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 8f2cc84 commit 7a61da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ext {

dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation group: 'org.apache.ant', name: 'ant', version: '1.10.13'
implementation group: 'org.apache.ant', name: 'ant', version: '1.10.14'
implementation group: 'com.beust', name: 'jcommander', version: '1.82'
implementation group: 'com.esotericsoftware.yamlbeans', name: 'yamlbeans', version: '1.15'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.1'
Expand Down

0 comments on commit 7a61da4

Please sign in to comment.