Skip to content

Commit

Permalink
Upgraded Bouncy Castle dependencies from 1.59 to 1.60
Browse files Browse the repository at this point in the history
* fixes CVE-2018-1000180, CVE-2018-1000613 in bcprov-jdk15on 1.59
  • Loading branch information
jruusu authored and niwinz committed Jan 7, 2019
1 parent a73b4ca commit 58ee19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -8,8 +8,8 @@
[commons-codec/commons-codec "1.11"]
[cheshire "5.8.0"]
[net.i2p.crypto/eddsa "0.3.0"]
[org.bouncycastle/bcprov-jdk15on "1.59"]
[org.bouncycastle/bcpkix-jdk15on "1.59"]]
[org.bouncycastle/bcprov-jdk15on "1.60"]
[org.bouncycastle/bcpkix-jdk15on "1.60"]]
:source-paths ["src"]
:java-source-paths ["src"]
:test-paths ["test"]
Expand Down

0 comments on commit 58ee19e

Please sign in to comment.