diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-01 00:18:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-01 08:50:09 +0200 |
commit | 4760628d7389130f18c4710706a758b30b158ff0 (patch) | |
tree | d9ce1638eccbe3e6d3abe91427075a64aaadfe46 /org.eclipse.jgit.ant | |
parent | 6dc3506b52efa6edae4a8c5b838227164e806795 (diff) | |
download | jgit-4760628d7389130f18c4710706a758b30b158ff0.tar.gz jgit-4760628d7389130f18c4710706a758b30b158ff0.zip |
Update Orbit to S20210518003616 and ant to 1.10.10.v20210426-1926
Change-Id: I87df882d4434c4fb107b8bd662ce63749078f1bd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index f6a268a353..2969d0a6b9 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.8</version> + <version>1.10.10</version> </dependency> </dependencies> |