From c7cefc16dfef73858c1b97905605d8b36f2963b2 Mon Sep 17 00:00:00 2001 From: Paul Brabban Date: Fri, 18 Aug 2017 11:54:38 +0100 Subject: [PATCH] bumps jackson to fix vuln (#108) --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 95064c7..1e4e49c 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[camel-snake-kebab "0.4.0"] - [cheshire "5.7.1"] + [cheshire "5.8.0"] [org.clojure/tools.namespace "0.2.11"] [org.clojure/tools.cli "0.3.5"]] :dependency-check {:throw true}