Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
fix(deps): bump ant from 1.10.12 to 1.10.13
Browse files Browse the repository at this point in the history
Bumps ant from 1.10.12 to 1.10.13.

---
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 and akurtakov committed Jan 11, 2023
1 parent 916e166 commit 5486691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion epub/core/org.eclipse.mylyn.docs.epub.ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.12</version>
<version>1.10.13</version>
</dependency>
<dependency>
<groupId>org.eclipse.mylyn.docs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion wikitext/core/org.eclipse.mylyn.wikitext.ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.12</version>
<version>1.10.13</version>
</dependency>
<dependency>
<groupId>org.eclipse.mylyn.docs</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.12</version>
<version>1.10.13</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 5486691

Please sign in to comment.