Skip to content

Commit

Permalink
Update bouncycastle dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jun 23, 2023
1 parent cd8bbf9 commit 07ab1f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
org.slf4j/slf4j-simple {:mvn/version "1.7.28"}
clj-http/clj-http {:mvn/version "3.12.3"}
buddy/buddy-auth {:mvn/version "3.0.323"
:exclusions [cheshire/cheshire]}
:exclusions [cheshire/cheshire
org.bouncycastle/bcprov-jdk15on]}
org.bouncycastle/bcprov-jdk15to18 {:mvn/version "1.75"}
environ/environ {:mvn/version "1.1.0"}}
:main-opts ["-m" "com.yetanalytics.datasim.server"]}
:onyx
Expand Down

0 comments on commit 07ab1f8

Please sign in to comment.