Skip to content

Commit

Permalink
Merge pull request LibrePDF#16 from jokimaki/bc-1.55
Browse files Browse the repository at this point in the history
Upgrade to latest Bouncy Castle
  • Loading branch information
andreasrosdal authored Oct 20, 2016
2 parents 29a093a + c0653d2 commit 5fbdbef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this to your pom.xml file:
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.54</version>
<version>1.55</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions openpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.54</version>
<version>1.55</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.54</version>
<version>1.55</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5fbdbef

Please sign in to comment.