Browse Source

Update bcprov-jdk15on used in tests to 1.59

CQ: 15889
Change-Id: I04c9099941dd1929cd9075ad6c89660a63e7de8f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-5.2
Matthias Sohn 6 years ago
parent
commit
065aab5131
  1. 4
      org.eclipse.jgit.test/pom.xml

4
org.eclipse.jgit.test/pom.xml

@ -73,12 +73,10 @@
</dependency> </dependency>
<!-- Optional security provider for encryption tests. --> <!-- 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> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId> <artifactId>bcprov-jdk15on</artifactId>
<version>1.52</version> <version>1.59</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

Loading…
Cancel
Save