Skip to content

Commit

Permalink
Upgraded BouncyCastle to 1.51 (Fixes #142)
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Jan 9, 2015
1 parent 11da49a commit b3ea908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.50</version>
<version>1.51</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.50</version>
<version>1.51</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
Expand Down

0 comments on commit b3ea908

Please sign in to comment.