Skip to content

Commit

Permalink
Update httpcomponents to latest versions (#517)
Browse files Browse the repository at this point in the history
org.apache.httpcomponents/httpcore 4.4.12
org.apache.httpcomponents/httpclient 4.5.10
org.apache.httpcomponents/httpclient-cache 4.5.10
org.apache.httpcomponents/httpmime 4.5.10

Fixes #514
  • Loading branch information
jsyrjala authored and dakrone committed Oct 14, 2019
1 parent 7120fc8 commit ce9a02b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Expand Up @@ -7,11 +7,11 @@
:global-vars {*warn-on-reflection* false}
:min-lein-version "2.0.0"
:exclusions [org.clojure/clojure]
:dependencies [[org.apache.httpcomponents/httpcore "4.4.11"]
[org.apache.httpcomponents/httpclient "4.5.8"]
[org.apache.httpcomponents/httpclient-cache "4.5.8"]
:dependencies [[org.apache.httpcomponents/httpcore "4.4.12"]
[org.apache.httpcomponents/httpclient "4.5.10"]
[org.apache.httpcomponents/httpclient-cache "4.5.10"]
[org.apache.httpcomponents/httpasyncclient "4.1.4"]
[org.apache.httpcomponents/httpmime "4.5.8"]
[org.apache.httpcomponents/httpmime "4.5.10"]
[commons-codec "1.12"]
[commons-io "2.6"]
[slingshot "0.12.2"]
Expand Down

0 comments on commit ce9a02b

Please sign in to comment.