diff --git a/project.clj b/project.clj index ebaa3f7..d98a925 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ -(defproject ring/ring-httpcore-adapter "0.2.0" +(defproject ring/ring-httpcore-adapter "0.2.3" :description "Ring HttpCore adapter." :url "http://github.com/mmcgrana/ring" - :dependencies [[ring/ring-core "0.2.0"] + :dependencies [[ring/ring-core "0.2.3"] [org.apache.httpcomponents/httpcore "4.0.1"] [org.apache.httpcomponents/httpcore-nio "4.0.1"]] :dev-dependencies [[lein-clojars "0.5.0"]])