diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-11-28 01:51:44 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-11-28 09:54:06 -0500 |
commit | 065aab513128cd7e4caca1393c11b38747936fa0 (patch) | |
tree | 4fa55d186ab58e1879ca3609368956208a2d69b9 | |
parent | 158294f9126330f717394a027a4a7b1290538e9f (diff) | |
download | jgit-065aab513128cd7e4caca1393c11b38747936fa0.tar.gz jgit-065aab513128cd7e4caca1393c11b38747936fa0.zip |
Update bcprov-jdk15on used in tests to 1.59
CQ: 15889
Change-Id: I04c9099941dd1929cd9075ad6c89660a63e7de8f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | org.eclipse.jgit.test/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml index bab7c03095..b5043696bf 100644 --- a/org.eclipse.jgit.test/pom.xml +++ b/org.eclipse.jgit.test/pom.xml @@ -73,12 +73,10 @@ </dependency> <!-- Optional security provider for encryption tests. --> - <!-- See https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9554 --> - <!-- See https://bugs.eclipse.org/bugs/show_bug.cgi?id=467064 --> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.52</version> + <version>1.59</version> <scope>test</scope> </dependency> |