diff --git a/deps.edn b/deps.edn index c2304e2..0a9e02e 100644 --- a/deps.edn +++ b/deps.edn @@ -4,8 +4,8 @@ {com.auth0/java-jwt {:mvn/version "3.18.2"} com.auth0/jwks-rsa {:mvn/version "0.20.0"} integrant/integrant {:mvn/version "0.8.0"} - martian/martian {:mvn/version "0.1.16"} - martian-clj-http/martian-clj-http {:mvn/version "0.1.16"} + com.github.oliyh/martian {:mvn/version "0.1.18"} + com.github.oliyh/martian-clj-http {:mvn/version "0.1.18"} org.clojure/clojure {:mvn/version "1.10.3"} ring/ring-codec {:mvn/version "1.2.0"} org.clojure/tools.logging {:mvn/version "1.2.4"}