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 5.8.8 to 6.4.3 #3377

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

Bumps org.springframework.security:spring-security-bom from 5.8.8 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

... (truncated)

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 5.8.8 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@5.8.8...6.4.3)

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

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 Mar 11, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.95%. Comparing base (2390708) to head (dee4cfb).
Report is 11 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3377      +/-   ##
============================================
- Coverage     73.59%   71.95%   -1.64%     
+ Complexity    23659    22961     -698     
============================================
  Files           679      678       -1     
  Lines         90514    90315     -199     
  Branches      20564    20482      -82     
============================================
- Hits          66610    64989    -1621     
- Misses        15626    16947    +1321     
- Partials       8278     8379     +101     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@wenshao wenshao closed this Mar 12, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.springframework.security-spring-security-bom-6.4.3 branch March 12, 2025 01:59
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.

2 participants