Skip to content

Commit

Permalink
Bump cheshire dependency.
Browse files Browse the repository at this point in the history
The current version pulls in really old versions of jackson which can
easily break plugin code.
  • Loading branch information
conormcd committed Jul 17, 2015
1 parent 4ab6de9 commit 486fd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 486fd31

Please sign in to comment.