File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 :global-vars {*warn-on-reflection* false }
88 :min-lein-version " 2.0.0"
99 :exclusions [org.clojure/clojure]
10- :dependencies [[org.apache.httpcomponents/httpcore " 4.4.5 " ]
11- [org.apache.httpcomponents/httpclient " 4.5.2 " ]
12- [org.apache.httpcomponents/httpasyncclient " 4.1.2 " ]
13- [org.apache.httpcomponents/httpmime " 4.5.2 " ]
10+ :dependencies [[org.apache.httpcomponents/httpcore " 4.4.6 " ]
11+ [org.apache.httpcomponents/httpclient " 4.5.3 " ]
12+ [org.apache.httpcomponents/httpasyncclient " 4.1.3 " ]
13+ [org.apache.httpcomponents/httpmime " 4.5.3 " ]
1414 [commons-codec " 1.10" ]
1515 [commons-io " 2.5" ]
1616 [slingshot " 0.12.2" ]
Original file line number Diff line number Diff line change 5353 (proxy [SSLConnectionSocketFactory] [(SSLContexts/createDefault )]
5454 (connectSocket [timeout socket host remoteAddress localAddress context]
5555 (let [^SSLConnectionSocketFactory this this] ; ; avoid reflection
56- (proxy-super connectSocket timeout (socket-factory ) remoteAddress
56+ (proxy-super connectSocket timeout (socket-factory ) host remoteAddress
5757 localAddress context)))))
5858
5959(defn ^PlainConnectionSocketFactory PlainGenericSocketFactory
You can’t perform that action at this time.
0 commit comments