From 486fd3134c18b7d5d60d7ed5825834e1ae547dfc Mon Sep 17 00:00:00 2001 From: Conor McDermottroe Date: Thu, 16 Jul 2015 08:01:40 +0100 Subject: [PATCH] Bump cheshire dependency. The current version pulls in really old versions of jackson which can easily break plugin code. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4a6b5de05..d0cf17336 100644 --- a/project.clj +++ b/project.clj @@ -23,7 +23,7 @@ [clojure-complete "0.2.3"] ;; bump versions of various common transitive deps [slingshot "0.10.3"] - [cheshire "5.0.2"] + [cheshire "5.5.0"] [clj-http "0.9.2" :exclusions [crouton]]] ;; checkout-deps don't work with :eval-in :leiningen :profiles {:dev {:resource-paths ["leiningen-core/dev-resources"]