Skip to content

Bump org.springframework.security:spring-security-bom from 6.4.2 to 6.4.3 #3342

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps org.springframework.security:spring-security-bom from 6.4.2 to 6.4.3.

Release notes

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

6.4.3

⭐ New Features

  • Add Support disableDefaultRegistrationPage to WebAuthnDsl #16395

🪲 Bug Fixes

  • withValue used incorrectly #16527
  • Fix for JdbcOneTimeTokenService cleanupExpiredTokens failing with PostgreSQL #16344
  • Fix GenerateOneTimeTokenWebFilter double publish of chain.filter(...) #16459
  • Fix Kotlin DSL webAuthn { } #16338
  • Fix loader has changed while resolving nodes in WebAuthnWebDriverTests #16463
  • Fix logoutRequestRepository not set on Saml2RelyingPartyInitiatedLogoutSuccessHandler #16310
  • Implement Serializable for WebAuthnAuthentication #16285
  • Make AuthorizationDecision Serializable #16544
  • Make PublicKeyCredentialRequestOptions Serializable Backport #16584
  • Make Saml2AuthenticationToken Serializable #16287
  • Make WebAuthnAuthentication Serializable #16273
  • Make WebAuthnAuthenticationRequestToken Serializable #16602
  • Make WebAuthnAuthenticationTokenRequest Serializable #16481
  • Misconfigured OAuth2LoginAuthenticationFilter when combining OAuth2 login and OAuth2 client configuration #16466
  • OTT Should Use non-static member to capture the last OneTimeToken #16471
  • webauthn js should ensure allowCredentials[].id is an ArrayBuffer #16440

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 #16364
  • Bump com.nimbusds:oauth2-oidc-sdk from 9.43.5 to 9.43.6 #16598
  • Bump com.webauthn4j:webauthn4j-core from 0.28.4.RELEASE to 0.28.5.RELEASE #16523
  • Bump io.micrometer:micrometer-observation from 1.14.3 to 1.14.4 #16565
  • Bump io.mockk:mockk from 1.13.14 to 1.13.16 #16399
  • Bump io.projectreactor:reactor-bom from 2023.0.14 to 2023.0.15 #16576
  • Bump io.rsocket:rsocket-bom from 1.1.4 to 1.1.5 #16534
  • Bump org.hibernate.orm:hibernate-core from 6.6.7.Final to 6.6.8.Final #16610
  • Bump org.junit:junit-bom from 5.11.3 to 5.11.4 #16292
  • Bump org.springframework.data:spring-data-bom from 2024.1.2 to 2024.1.3 #16611
  • Bump org.springframework.ldap:spring-ldap-core from 3.2.10 to 3.2.11 #16597
  • Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3 #16599
  • Update to oauth2-oidc-sdk 9.43.5 #16583

🔩 Build Updates

  • Add TestBytes #16461
  • Troubleshoot missing GChat notifications #16424

❤️ Contributors

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

@​Kehrlann, @​NeoTraveler, @​dependabot[bot], @​franticticktick, @​making, and @​ngocnhan-tran1996

Commits
  • e7431a3 Release 6.4.3
  • d2f825b Bump org.springframework.data:spring-data-bom from 2024.1.2 to 2024.1.3
  • 6fcbc0e Bump org.hibernate.orm:hibernate-core from 6.6.7.Final to 6.6.8.Final
  • efe50dd Merge branch '6.3.x' into 6.4.x
  • 0602668 Bump org.springframework.data:spring-data-bom from 2024.0.8 to 2024.0.9
  • 9468126 Make AuthenticatorAttestation Serializable
  • b5a4218 Make WebAuthnAuthenticationRequestToken Serializable
  • 9e1a573 Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3
  • 309daf5 Merge branch '6.3.x' into 6.4.x
  • c3d45ae Bump org.springframework:spring-framework-bom from 6.1.16 to 6.1.17
  • 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.4.2 to 6.4.3.
- [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.4.2...6.4.3)

---
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] <support@github.com>
@dependabot dependabot bot added the type: dependency-upgrade A dependency upgrade label Feb 20, 2025
@github-actions github-actions bot added this to the 3.4.3 milestone Feb 20, 2025
@spring-builds spring-builds enabled auto-merge (rebase) February 20, 2025 03:30
@spring-builds spring-builds merged commit 0cdeb57 into main Feb 20, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/main/org.springframework.security-spring-security-bom-6.4.3 branch February 20, 2025 03:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant