drone29a / clj-oauth

OAuth Consumer support for Clojure
BSD 2-Clause "Simplified" License
273 stars 52 forks source link

Update bouncycastle version to 1.5.4 #45

Closed prateekbhatt closed 8 years ago

prateekbhatt commented 8 years ago

Hi, Could you update the bouncycastle version ? Currently it is set at 1.5.0 , however, some libraries like Buddy (for authentication) require the 1.5.4 version, and the 1.5.0 version here is breaking those.

drone29a commented 8 years ago

Thanks for the note. I just pushed clj-http 1.5.4 to clojars with updated dependencies for bouncycastle (1.5.4), Clojure (1.7), and clj-http (2.0.1).