Skip to content

Commit

Permalink
fix: bouncycastle artifact ID
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanholtz committed Jul 8, 2020
1 parent 88b85cb commit d9f4413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.66</version>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.65</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit d9f4413

Please sign in to comment.