diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-10 14:51:29 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-10 14:51:29 +0100 |
commit | a74dfb0901bdae125c351a2efec425d1721bc325 (patch) | |
tree | 861a30e6758b52db585399b9dfb30a2ef212d4ca /org.eclipse.jgit.ant | |
parent | 5cbf70fd97dcc1956b7e1e375f9c3040494a28c4 (diff) | |
download | jgit-a74dfb0901bdae125c351a2efec425d1721bc325.tar.gz jgit-a74dfb0901bdae125c351a2efec425d1721bc325.zip |
Update Orbit to S20211108222137
and update dependencies:
- com.google.gson to 2.8.8.v20211029-0838
- com.googlecode.javaewah to 1.1.13.v20211029-0839
- net.i2p.crypto.eddsa to 0.3.0.v20210923-1401
- org.apache.ant to 1.10.12.v20211102-1452
- org.apache.commons.compress to 1.21.0.v20211103-2100
- org.bouncycastle.bcprov to 1.69.0.v20210923-1401
- org.junit to 4.13.2.v20211018-1956
Change-Id: I90ca64f6d9f2a15c9a5d9a27d48956182f1698b4
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index ae4b52d733..eaef00702a 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -38,7 +38,6 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.11</version> </dependency> </dependencies> |