Update dependency no.nav.security:mock-oauth2-server to v4 (branch_9x)#4488
Open
solrbot wants to merge 1 commit into
Open
Update dependency no.nav.security:mock-oauth2-server to v4 (branch_9x)#4488solrbot wants to merge 1 commit into
solrbot wants to merge 1 commit into
Conversation
Collaborator
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.10→4.0.0Release Notes
navikt/mock-oauth2-server (no.nav.security:mock-oauth2-server)
v4.0.0Compare Source
What's Changed
🚀 Features
Previously any arbitrary string was accepted as a refresh_token.
Tests relying on this behavior will now receive 400 invalid_grant.
See the migration guide for details.
Affected test patterns:
❌ Passing a hardcoded or arbitrary string as refresh_token
❌ Expecting refresh to succeed after revocation
❌ Presenting a refresh token issued by issuer A to issuer B
🐛 Bug Fixes
🧰 Maintenance
⬆️ Dependency upgrades
v3.0.3Compare Source
What's Changed
v3.0.2Compare Source
What's Changed
⬆️ Dependency upgrades
v3.0.1Compare Source
What's Changed
⬆️ Dependency upgrades
v3.0.0Compare Source
What's Changed
TokenExchangeGrant.kthas been removed in favor ofcom.nimbusds.oauth2.sdk.tokenexchange.TokenExchangeGrantfun TokenRequest.tokenExchangeGrantOrNull()audproperty inIntrospectResponseis now aList<String>instead ofString⬆️ Dependency upgrades
v2.3.0Compare Source
What's Changed
🚀 Features
⬆️ Dependency upgrades
v2.2.1Compare Source
What's Changed
Full Changelog: navikt/mock-oauth2-server@2.2.0...2.2.1
v2.2.0Compare Source
What's Changed
⬆️ Dependency upgrades
Full Changelog: navikt/mock-oauth2-server@2.1.11...2.2.0
v2.1.11Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.10Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.9Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.8Compare Source
What's Changed
🐛 Bug Fixes
⬆️ Dependency upgrades
v2.1.7Compare Source
What's Changed
🚀 Features
v2.1.6Compare Source
What's Changed
OAuth2TokenProvidershould allow dynamicsystemTime(#693) @xuanswe⬆️ Dependency upgrades
v2.1.5Compare Source
What's Changed
🚀 Features
⬆️ Dependency upgrades
v2.1.4Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.3Compare Source
What's Changed
Breaking changes
OAuth2Configclass accepts a new parameterrotateRefreshToken. This has a default value offalse. You may need to update your code if you're instantiating aOAuth2Configwithout named parameters.🚀 Features
⬆️ Dependency upgrades
v2.1.2Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.1Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.0Compare Source
What's Changed
🚀 Features
⬆️ Dependency upgrades
v2.0.1Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
⬆️ Dependency upgrades
v2.0.0Compare Source
What's Changed
🚀 Features
⬆️ Dependency upgrades
🚧 Fix
1c8c8ed) @ybelMekkv1.0.0Compare Source
What's Changed
⬆️ Upgrades
Full Changelog: navikt/mock-oauth2-server@0.5.10...1.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot