dakrone / clj-http

An idiomatic clojure http client wrapping the apache client. Officially supported version.
http://clojars.org/clj-http
MIT License
1.78k stars 408 forks source link

Bump patch versions of apache httpcomponents to latest. #569

Closed kelveden closed 3 years ago

kelveden commented 3 years ago

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1886587.

Technically, only the upgrade to apache-httpclient is necessary to fix this violation but it seems prudent to update the other components to the same version to ensure that they work together nicely..

kelveden commented 3 years ago

Not sure why the tests are failing. Looking at some of the logs there seem to be various transient problems with internet egress from the boxes running the builds.

scarytom commented 3 years ago

Any chance we could get a release with these changes @dakrone ?