From 1163dac755bbcc6e24288026ba220ff5d4ee600e Mon Sep 17 00:00:00 2001 From: Rick Moynihan Date: Mon, 10 Jan 2022 12:07:07 +0000 Subject: [PATCH] Fix CVE-2020-13956 CVE-2021-29425 by bumping martian dep --- deps.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}