peburrows / goth

Elixir package for Oauth authentication via Google Cloud APIs
http://hexdocs.pm/goth
MIT License
284 stars 108 forks source link

Update jose dependency to 1.11.6 #161

Closed pavledjo closed 1 year ago

pavledjo commented 1 year ago

Hello,

In order to have functional GCP API calls with Openssl 3.0.1, we need a new version of jose in Goth which fixes an issue with RSA signing supportability check. More details in jose CHANGELOG for 1.11.6.

wojtekmach commented 1 year ago

Thank you!

pavledjo commented 1 year ago

Thanks for merging @wojtekmach! Sorry to bug you, is there any info on when the new version can be released?

wojtekmach commented 1 year ago

:jose v1.11.6 was covered by the previous requirement {:jose, "~> 1.10"} so you don't need a new Goth release and mix deps.update goth to get it, just mix deps.update jose today in your projects and you're good to go!

pavledjo commented 1 year ago

gotcha, thanks!