Skip to content

Commit 8d53731

Browse files
kwrooijenmartinklepsch
authored andcommitted
Bump cheshire to 5.9.0 (#29)
1 parent c78c7b8 commit 8d53731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.boot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(set-env!
22
:resource-paths #{"src" "resources"}
33
:dependencies '[[org.clojure/clojure "1.8.0" :scope "provided"]
4-
[cheshire "5.0.1"]
4+
[cheshire "5.9.0"]
55
[org.martinklepsch/clj-http-lite "0.4.1"]
66
[prone "1.0.1"]
77

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[org.clojure/clojure "1.5.1" :scope "provided"]
7-
[cheshire "5.8.0"]
7+
[cheshire "5.9.0"]
88
[clj-http-lite "0.3.0"]
99
[prone "1.0.1"]])

0 commit comments

Comments
 (0)