From ef8c2030da2e3ed2cca06ba200efab10bffc77d8 Mon Sep 17 00:00:00 2001 From: Ruth Linehan Date: Mon, 26 Sep 2016 16:32:07 -0700 Subject: [PATCH] (TK-308) Bump Apache HttpAsyncClient library to 4.1.2 There was a bug in the previous version of the Apache HttpAsyncClient library that caused the cline tto hang if the process had exhausted the number of open file descriptors it was allowed. This bug was fixed in the 4.1.2 release, which this commit bumps to. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 86e8d15..5369698 100644 --- a/project.clj +++ b/project.clj @@ -14,7 +14,7 @@ :dependencies [[org.clojure/clojure "1.7.0"] - [org.apache.httpcomponents/httpasyncclient "4.1.1"] + [org.apache.httpcomponents/httpasyncclient "4.1.2"] [org.apache.commons/commons-lang3 "3.4"] [prismatic/schema "1.0.4"] [org.slf4j/slf4j-api "1.7.13"]