updatet bouncycastle dep to the latest version

This commit is contained in:
Andrea Turli
2012-12-31 01:44:10 +01:00
parent cbd118e0b1
commit 635cf88acd

10
pom.xml
View File

@@ -41,10 +41,14 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>1.46</version>
<scope>provided</scope>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.47</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.47</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>