Skip to content

Commit

Permalink
Update buddy deps even further
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jun 23, 2023
1 parent 0381295 commit 9a53f72
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@
org.slf4j/slf4j-simple {:mvn/version "1.7.28"}
clj-http/clj-http {:mvn/version "3.12.3"}
environ/environ {:mvn/version "1.1.0"}
buddy/buddy-auth {:mvn/version "3.0.323"
:exclusions [cheshire/cheshire
org.bouncycastle/bcprov-jdk15on]}
org.bouncycastle/bcprov-jdk15to18 {:mvn/version "1.75"}}
;; Buddy/BouncyCastle deps
buddy/buddy-auth {:mvn/version "3.0.323"
:exclusions [cheshire/cheshire
buddy/buddy-sign]}
buddy/buddy-sign {:mvn/version "3.5.346"
:exclusions [org.bouncycastle/bcprov-jdk18on]}
org.bouncycastle/bcprov-jdk18on {:mvn/version "1.75"}}
:main-opts ["-m" "com.yetanalytics.datasim.server"]}
:onyx
{:extra-paths ["onyx-resources" "src/onyx"]
Expand Down

0 comments on commit 9a53f72

Please sign in to comment.