sigstore-java icon indicating copy to clipboard operation
sigstore-java copied to clipboard

fix(deps): update dependency no.nav.security:mock-oauth2-server to v2

Open renovate[bot] opened this issue 2 years ago • 4 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
no.nav.security:mock-oauth2-server 0.5.10 -> 2.1.10 age adoption passing confidence

Release Notes

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

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

  • fix(server): replace deprecated Java API (#​530) @​ybelMekk
  • add(workflows): permissions for action to publish (https://github.com/navikt/mock-oauth2-server/commit/1c8c8ed08b717652d9b360a94bb58db5b7eba81d) @​ybelMekk

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: https://github.com/navikt/mock-oauth2-server/compare/0.5.10...1.0.0


Configuration

📅 Schedule: Branch creation - "every 3 weeks on Monday" (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 was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Oct 23 '23 10:10 renovate[bot]

Incompatible because this component declares a component, compatible with Java 17 and the consumer needed a component, compatible with Java 11

vlsi avatar Oct 23 '23 10:10 vlsi

yeah unlike last time, this appears to be a very intentional move to java 17. We probably just need to disable this test on Java11?

loosebazooka avatar Oct 23 '23 13:10 loosebazooka

Do we gain much from dropping Java 11? Do we lose userbase by dropping Java 11?

I would rather pin mok-oauth2 to v1 to avoid adding unexpected Java 17 requirements for the users.

vlsi avatar Oct 23 '23 13:10 vlsi

I think we could run this test only on java17?

loosebazooka avatar Nov 21 '23 18:11 loosebazooka