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

Bump org.springframework.security:spring-security-bom from 6.2.6 to 6.2.7 #9586

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps org.springframework.security:spring-security-bom from 6.2.6 to 6.2.7.

Release notes

Sourced from org.springframework.security:spring-security-bom's releases.

6.2.7

🪲 Bug Fixes

  • Disabling credentials erasure on custom AuthenticationManager is not working #15807
  • Documentation inconsistency in AuthorizationManager's verify method return type #15704
  • Fix code format in OIDC Logout docs #15566
  • Fix OIDC Logout docs: Session Strategy vs. Registry #15686
  • Methods annotated with @PostFilter are processed twice by PostFilterAuthorizationMethodInterceptor #15675
  • Methods annotated with @PostFilter are processed twice by PostFilterAuthorizationMethodInterceptor #15651
  • SecurityJackson2Modules.getModules(): Cannot load module org.springframework.security.cas.jackson2.CasJackson2Module #15766
  • The additionalParameters array parameter of OAuth2AuthorizationRequest causes the authorizationRequestUri to be incorrect #15828

🔨 Dependency Upgrades

  • Bump Gradle Wrapper from 8.10.1 to 8.10.2 #15841
  • Bump io.micrometer:micrometer-observation from 1.12.10 to 1.12.11 #15919
  • Bump io.mockk:mockk from 1.13.12 to 1.13.13 #15896
  • Bump io.projectreactor:reactor-bom from 2023.0.10 to 2023.0.11 #15927
  • Bump jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api from 3.0.1 to 3.0.2 #15693
  • Bump org-eclipse-jetty from 11.0.23 to 11.0.24 #15733
  • Bump org.junit:junit-bom from 5.10.4 to 5.10.5 #15880
  • Bump org.springframework.data:spring-data-bom from 2023.1.10 to 2023.1.11 #15962
  • Bump org.springframework.ldap:spring-ldap-core from 3.2.6 to 3.2.7 #15946
  • Bump org.springframework:spring-framework-bom from 6.1.13 to 6.1.14 #15947

🔩 Build Updates

  • Bump @antora/collector-extension from 1.0.0-beta.2 to 1.0.0-beta.3 in /docs #15910
  • Bump @springio/asciidoctor-extensions from 1.0.0-alpha.13 to 1.0.0-alpha.14 in /docs #15838
  • Bump Gradle Wrapper from 8.7 to 8.10 #15609
  • CORS documentation should use UrlBasedCorsConfigurationSource #15769
  • Migrate slack notifications to GChat #15667
  • Release 6.2.7 #15965
  • Update CORS document #15784
  • Update eclipse/vscode configuration to use -parameters #15680

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Junhyunny, @​dependabot[bot], @​github-actions[bot], @​hwanders, and @​ngocnhan-tran1996

Commits
  • 77afcd3 Release 6.2.7
  • 0e257b5 Add Firewall for WebFlux
  • ee5e11a Bump org.springframework.data:spring-data-bom
  • a504b2f Merge branch '5.8.x' into 6.2.x
  • 52438b4 Bump org.springframework:spring-framework-bom from 6.1.13 to 6.1.14
  • adf1755 Bump org.springframework.ldap:spring-ldap-core from 3.2.6 to 3.2.7
  • c66ee4a Bump org.springframework.ldap:spring-ldap-core from 2.4.1 to 2.4.2
  • 517ea7f Bump io.projectreactor.tools:blockhound
  • ea3cc42 Bump io.projectreactor:reactor-bom from 2023.0.10 to 2023.0.11
  • beecb2e Bump io.micrometer:micrometer-observation from 1.12.10 to 1.12.11
  • 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 [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.2.6 to 6.2.7.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](spring-projects/spring-security@6.2.6...6.2.7)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type: dependency-upgrade Pull requests that update a dependency file label Oct 22, 2024
@github-actions github-actions bot added this to the 6.2.10 milestone Oct 22, 2024
@github-actions github-actions bot enabled auto-merge (squash) October 22, 2024 15:53
@github-actions github-actions bot merged commit 0ab437e into 6.2.x Oct 22, 2024
3 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/6.2.x/org.springframework.security-spring-security-bom-6.2.7 branch October 22, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants