weavejester / ring-oauth2

OAuth 2.0 client middleware for Ring
146 stars 38 forks source link

clj-http now requires cheshire 5.9.0 #46

Closed jamiepratt closed 1 year ago

jamiepratt commented 1 year ago

I was getting an error in my oauth2 callback page:

"java.lang.IllegalStateException: Missing #'cheshire.core/parse-stream-strict. Ensure the version of cheshire is >= 5.9.0"

weavejester commented 1 year ago

Cheshire has been updated.