Update bcprov-jdk15on used in tests to 1.59

CQ: 15889
Change-Id: I04c9099941dd1929cd9075ad6c89660a63e7de8f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2018-11-28 01:51:44 +01:00
parent 158294f912
commit 065aab5131
1 changed files with 1 additions and 3 deletions

View File

@ -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>