Skip to content

Comments

Update dependency no.nav.security:mock-oauth2-server to v3#3133

Open
solrbot wants to merge 2 commits intoapache:mainfrom
solrbot:renovate/major-navsecurity
Open

Update dependency no.nav.security:mock-oauth2-server to v3#3133
solrbot wants to merge 2 commits intoapache:mainfrom
solrbot:renovate/major-navsecurity

Conversation

@solrbot
Copy link
Collaborator

@solrbot solrbot commented Jan 24, 2025

This PR contains the following updates:

Package Type Update Change
no.nav.security:mock-oauth2-server dependencies major 0.5.10 -> 3.0.1

Release Notes

navikt/mock-oauth2-server (no.nav.security:mock-oauth2-server)

v3.0.1

Compare Source

What's Changed

⬆️ Dependency upgrades

v3.0.0

Compare Source

What's Changed

  • feat(build): use chainguard jre:latest-dev base image for docker healthcheck support (#​882) @​tronghn
  • fix(introspect): exp, iat, nbf claims were always null (#​865) @​Lutonite

⚠️ Breaking Changes

  • refactor: replace custom TokenExchangeGrant with Nimbus SDK grant (#​732) @​tommytroen
    • TokenExchangeGrant.kt has been removed in favor of com.nimbusds.oauth2.sdk.tokenexchange.TokenExchangeGrant
    • this affects the extension function fun TokenRequest.tokenExchangeGrantOrNull()
  • The aud property in IntrospectResponse is now a List<String> instead of String
  • The Docker image now uses Chainguard's jre:latest-dev base image for Docker healthcheck support

⬆️ Dependency upgrades

v2.3.0

Compare Source

What's Changed

🚀 Features

⬆️ Dependency upgrades

  • build(deps): bump various dependencies to latest minor and patch (5505ba) @​tronghn

v2.2.1

Compare Source

What's Changed

Full Changelog: navikt/mock-oauth2-server@2.2.0...2.2.1

v2.2.0

Compare Source

What's Changed

  • feat: prefer issuer as client assertion audience for private_key_jwt auth (#​847) @​tronghn

⬆️ Dependency upgrades

Full Changelog: navikt/mock-oauth2-server@2.1.11...2.2.0

v2.1.11

Compare Source

What's Changed

⬆️ Dependency upgrades

  • chore(deps): bump the github group across 1 directory with 19 updates (#​833) @​dependabot[bot]
  • chore(deps): bump JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3 in the github group (#​812) @​dependabot[bot]
  • chore(deps): bump the github group across 1 directory with 13 updates (#​818) @​dependabot[bot]
  • chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 in the github group (#​801) @​dependabot[bot]
  • chore(deps): bump the github group across 1 directory with 14 updates (#​810) @​dependabot[bot]
  • chore(deps): bump the github group across 1 directory with 32 updates (#​789) @​dependabot[bot]
  • chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.2 in the github group across 1 directory (#​776) @​dependabot[bot]
  • chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.8 in the github group across 1 directory (#​747) @​dependabot[bot]
  • chore(deps): bump the github group across 1 directory with 21 updates (#​765) @​dependabot[bot]

v2.1.10

Compare Source

What's Changed

⬆️ Dependency upgrades

v2.1.9

Compare Source

What's Changed

⬆️ Dependency upgrades

v2.1.8

Compare Source

What's Changed

🐛 Bug Fixes

⬆️ Dependency upgrades

  • chore(deps): bump the github group across 1 directory with 20 updates (#​709) @​dependabot
  • chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.3 to 1.7.0 in the github group (#​702) @​dependabot

v2.1.7

Compare Source

What's Changed

🚀 Features

v2.1.6

Compare Source

What's Changed

⬆️ Dependency upgrades

v2.1.5

Compare Source

What's Changed

🚀 Features

⬆️ Dependency upgrades

v2.1.4

Compare Source

What's Changed

⬆️ Dependency upgrades

v2.1.3

Compare Source

What's Changed

Breaking changes

  • The constructor for the OAuth2Config class accepts a new parameter rotateRefreshToken. This has a default value of false. You may need to update your code if you're instantiating a OAuth2Config without named parameters.

🚀 Features

⬆️ Dependency upgrades

v2.1.2

Compare Source

What's Changed

⬆️ Dependency upgrades

v2.1.1

Compare Source

What's Changed

⬆️ Dependency upgrades

v2.1.0

Compare Source

What's Changed

🚀 Features

  • Regex based matching in RequestMappingTokenCallback and request parameters used as variables inside claims (#​578) @​kvokacka

⬆️ Dependency upgrades

v2.0.1

Compare Source

What's Changed

🚀 Features

🐛 Bug Fixes

  • fix: use hostname instead of canonicalHostname (#​586) @​tronghn
    • this should resolve issues with inconsistent URLs for Windows users
  • fix(httpRequest): naming clash, update nimbus sdk to latest (#​576) @​ybelMekk

⬆️ Dependency upgrades

v2.0.0

Compare Source

What's Changed

🚀 Features

⚠️ Breaking Changes

⬆️ Dependency upgrades

🚧 Fix

v1.0.0

Compare Source

What's Changed

⬆️ Upgrades
  • Java 11 -> 17
  • Spring Boot 2 -> 3
  • Bumped various libraries to their latest versions

Full Changelog: navikt/mock-oauth2-server@0.5.10...1.0.0


Configuration

📅 Schedule: Branch creation - Only on Sunday ( * * * * 0 ) (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

@solrbot solrbot force-pushed the renovate/major-navsecurity branch from 9c4abba to e5deba0 Compare January 25, 2025 00:51
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 2 times, most recently from 8dfd587 to 8184244 Compare February 9, 2025 16:43
@solrbot solrbot changed the title chore(deps): update dependency no.nav.security:mock-oauth2-server to v2 Update dependency no.nav.security:mock-oauth2-server to v2 Feb 11, 2025
@solrbot solrbot changed the title Update dependency no.nav.security:mock-oauth2-server to v2 chore(deps): update dependency no.nav.security:mock-oauth2-server to v2 Feb 15, 2025
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from 8184244 to c3695aa Compare February 16, 2025 17:01
@solrbot solrbot changed the title chore(deps): update dependency no.nav.security:mock-oauth2-server to v2 Update dependency no.nav.security:mock-oauth2-server to v2 Feb 16, 2025
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from c3695aa to 8c1a607 Compare February 16, 2025 22:10
@solrbot solrbot changed the title Update dependency no.nav.security:mock-oauth2-server to v2 chore(deps): update dependency no.nav.security:mock-oauth2-server to v2 Feb 16, 2025
@solrbot solrbot changed the title chore(deps): update dependency no.nav.security:mock-oauth2-server to v2 Update dependency no.nav.security:mock-oauth2-server to v2 Feb 26, 2025
@solrbot solrbot changed the title Update dependency no.nav.security:mock-oauth2-server to v2 chore(deps): update dependency no.nav.security:mock-oauth2-server to v2 Mar 21, 2025
@solrbot solrbot changed the title chore(deps): update dependency no.nav.security:mock-oauth2-server to v2 Update dependency no.nav.security:mock-oauth2-server to v2 Mar 22, 2025
@solrbot solrbot changed the title Update dependency no.nav.security:mock-oauth2-server to v2 chore(deps): update dependency no.nav.security:mock-oauth2-server to v2 Mar 24, 2025
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from 8c1a607 to fda8c20 Compare March 26, 2025 02:47
@solrbot solrbot changed the title chore(deps): update dependency no.nav.security:mock-oauth2-server to v2 Update dependency no.nav.security:mock-oauth2-server to v2 Apr 3, 2025
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from fda8c20 to 36acf02 Compare May 26, 2025 10:17
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 2 times, most recently from d7f9a9b to 82058eb Compare June 6, 2025 12:51
@github-actions
Copy link

github-actions bot commented Aug 7, 2025

This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be familiar with the code area and/or notify the dev@solr.apache.org mailing list. To exempt this PR from being marked as stale, make it a draft PR or add the label "exempt-stale". If left unattended, this PR will be closed after another 60 days of inactivity. Thank you for your contribution!

@github-actions github-actions bot added the stale PR not updated in 60 days label Aug 7, 2025
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from 82058eb to 523eb6b Compare August 7, 2025 19:08
@github-actions github-actions bot removed module:jwt-auth stale PR not updated in 60 days labels Aug 7, 2025
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from 523eb6b to b12380b Compare August 8, 2025 03:34
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 2 times, most recently from 43a3637 to 6b6ce09 Compare August 19, 2025 21:36
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 4 times, most recently from 77068b6 to 9bcb397 Compare September 8, 2025 13:17
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 5 times, most recently from 0360922 to ac9c1e6 Compare September 16, 2025 02:40
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 2 times, most recently from 3c29192 to 47fa213 Compare September 23, 2025 08:52
@solrbot solrbot changed the title Update dependency no.nav.security:mock-oauth2-server to v2 Update dependency no.nav.security:mock-oauth2-server to v3 Sep 23, 2025
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from 47fa213 to c74b065 Compare September 29, 2025 18:02
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 3 times, most recently from 0c3c42e to 0eea3d3 Compare October 16, 2025 17:34
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 3 times, most recently from dc3784e to ff600a3 Compare October 23, 2025 03:51
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 3 times, most recently from 528b9ba to 4f7e5f4 Compare November 8, 2025 20:45
@solrbot solrbot force-pushed the renovate/major-navsecurity branch 3 times, most recently from d1f0dfd to ef246fb Compare December 18, 2025 21:38
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from 894d621 to 171533f Compare January 3, 2026 02:39
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from ec0d981 to f5e4cae Compare February 21, 2026 09:06
@solrbot solrbot force-pushed the renovate/major-navsecurity branch from 3ea0ab3 to 1f54fad Compare February 23, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant