wasabifx / wasabi

An HTTP Framework
501 stars 56 forks source link

HttpClient libraries are out of date #32

Closed jkwatson closed 8 years ago

jkwatson commented 8 years ago

Most recent version is 4.5.1; wasabi depends on 4.2.3.

swishy commented 8 years ago

Thanks John, I will take a look.

swishy commented 8 years ago

Now updated, also pulled in latest netty etc also.

jkwatson commented 8 years ago

Just curious...why do you explicitly specify the version of httpcore, when httpclient already depends on one?

swishy commented 8 years ago

Good question, I noticed the same re commons libs etc also. Will do some housekeeping.

swishy commented 8 years ago

Pulled httpclient/core out of compile deps, only required for testCompile, have also ported test client to new httpclient api to get rid of the warnings and migration other various Kotlin related deprecation warnings to current apis, have also bumped gradle/netty. Thanks for the motivation @jkwatson .