diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-14 00:07:10 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-31 01:09:51 +0100 |
commit | e06eeb0167e45f9c8c30f416ea0366cc8924533d (patch) | |
tree | db9fd2e7ac4b7facc7545e52370bb44ad229f689 /org.eclipse.jgit.ant | |
parent | c8ab1392d16ffa274501ab7420fe05bb743eca34 (diff) | |
download | jgit-e06eeb0167e45f9c8c30f416ea0366cc8924533d.tar.gz jgit-e06eeb0167e45f9c8c30f416ea0366cc8924533d.zip |
Update orbit to R20211213173813
and update
- com.google.gson to 2.8.8.v20211029-0838
- 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: I3ac39fc8a5df571d2e290241a03668f1e60880b4
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 b9c760a7da..ba6eab3ced 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.11</version> + <version>1.10.12</version> </dependency> </dependencies> |