-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore | Upgrade IdentityModel dependencies #1646
Chore | Upgrade IdentityModel dependencies #1646
Conversation
…, and IdentityModel.ProtocolsOpenIdConnect to the latest stable
Since 6.19.0 is the latest stable why not test 18.0 and then later test 19.0 to see which one works better, if nothing changes I guess then do 19.0. |
Codecov Report
@@ Coverage Diff @@
## main #1646 +/- ##
==========================================
- Coverage 71.54% 71.37% -0.17%
==========================================
Files 291 291
Lines 61241 61241
==========================================
- Hits 43817 43713 -104
- Misses 17424 17528 +104
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Going to check 6.19.0 soon before settling with 6.18.0? |
Looks like there's another update since the last time I opened this PR for Identity.Client from 4.44.0 to 4.45.0 and IdentityModel.JsonWebToken and OpenIdConnect from 6.18.0 to 6.21.0, I'll update my PR to reflect that. |
…d IdentityModel.Protocols.OpenIDConnect to 6.21.0
Hopefully Dependabot could be enabled for these too in the future. |
Relates to #1601, the dependencies for the IdentityClient, IdentityModel JWT and IDOC are updated to a newer stable version i.e. from 6.8.0 to 6.18.0. I did notice when I checked again the latest version is now 6.19.0. Not sure, if I should upgrade to that one instead.