Skip to content

Commit

Permalink
JAMES-2463 Upgrade bouncy castle to 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
chibenwa committed Jul 11, 2018
1 parent 039ccd3 commit 510b4e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -2285,17 +2285,17 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
<version>1.59</version>
<version>1.60</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.59</version>
<version>1.60</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.59</version>
<version>1.60</version>
</dependency>
<dependency>
<groupId>org.cassandraunit</groupId>
Expand Down

0 comments on commit 510b4e9

Please sign in to comment.