Skip to content
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

dependencies: bump com.c4-soft.springaddons:spring-addons-oauth2-test from 8.1.0 to 8.1.2 #2360

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Bumps com.c4-soft.springaddons:spring-addons-oauth2-test from 8.1.0 to 8.1.2.

Changelog

Sourced from com.c4-soft.springaddons:spring-addons-oauth2-test's changelog.

8.1.2

  • restore the custom ServerCsrfTokenRequestAttributeHandler for reactive applications configured with HttpOnly=false CSRF cookie

8.1.1

  • Drop the multi-tenancy support for oauth2Login. Spring Security is way too targetted to single tenancy and the work-arounds are a nightmare to maintain. So, when configuring more than one registration with authorization_code, make sure that a user is logged out before allowing him to log in again. The resource-server_with_ui is modified with this new paradigm.
  • Fix the URIs generated by the default InvalidSessionStrategy introduced in 8.1.0
  • Switch from the deprecated OAuth2AuthorizedClientProvider (using RestTemplate) to the recent ones using RestClient
  • Make the RestClient/WebClient used by the (Reactive)OAuth2AuthorizedClientProvider easily configurable
Commits
  • fdf7425 [maven-release-plugin] prepare release spring-addons-8.1.2
  • c706b28 Fix HttpOnly=true CSRF cookie protection in WebFlux apps
  • 74cfcfa Add a sample XHR POST request
  • 7f089df [maven-release-plugin] prepare for next development iteration
  • cab71da [maven-release-plugin] prepare release spring-addons-8.1.1
  • 84d577c Use OAuth2AuthorizedClientProvider implementations relying on RestClient (and...
  • 6144cd0 Fix InvalidSessionStrategy. Remove oauth2Login multi-tenancy support
  • 5773d87 Improve spring-addons oidc client properties documentation
  • f9983cf Update README.MD
  • a4c31d6 Update README.MD
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.c4-soft.springaddons:spring-addons-oauth2-test](https://github.com/ch4mpy/spring-addons) from 8.1.0 to 8.1.2.
- [Changelog](https://github.com/ch4mpy/spring-addons/blob/master/release-notes.md)
- [Commits](ch4mpy/spring-addons@spring-addons-8.1.0...spring-addons-8.1.2)

---
updated-dependencies:
- dependency-name: com.c4-soft.springaddons:spring-addons-oauth2-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants