Skip to content

Commit

Permalink
fix: upgrade org.apache.ant:ant from 1.10.13 to 1.10.14
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.apache.ant:ant from 1.10.13 to 1.10.14.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.ant/ant/

See this project in Snyk:
https://app.snyk.io/org/keeganwitt/project/75ff2a37-c01b-4dfa-b53e-d5fdd8afa0c9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 27, 2023
1 parent f93f0e6 commit 216019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<!-- this is to support use of AntBuilder (Groovy jars don't include) -->
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.13</version>
<version>1.10.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 216019e

Please sign in to comment.