diff --git a/CHANGELOG.md b/CHANGELOG.md index 59266789..49af603c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ ```clojure [metosin/schema-tools "0.5.2"] is available but we use "0.4.1" -[metosin/ring-http-response "0.6.4"] is available but we use "0.6.2" +[metosin/ring-http-response "0.6.5"] is available but we use "0.6.2" [metosin/ring-swagger-ui "2.1.2"] is available but we use "2.0.24" [prismatic/schema "0.4.4"] is available but we use "0.4.3" [cheshire "5.5.0"] is available but we use "5.4.0" diff --git a/project.clj b/project.clj index a39e6f13..e5831165 100644 --- a/project.clj +++ b/project.clj @@ -7,7 +7,7 @@ :comments "same as Clojure"} :dependencies [[cheshire "5.5.0"] [slingshot "0.12.2"] - [metosin/ring-http-response "0.6.4"] + [metosin/ring-http-response "0.6.5"] [metosin/schema-tools "0.5.2"] [prismatic/schema "0.4.4"] [prismatic/plumbing "0.4.4"]