Skip to content

build(deps): bump org.springframework.security:spring-security-crypto from 6.4.2 to 6.4.4 in the maven group across 1 directory #6

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

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

Conversation

dependabot[bot]
Copy link

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

Bumps the maven group with 1 update in the / directory: org.springframework.security:spring-security-crypto.

Updates org.springframework.security:spring-security-crypto from 6.4.2 to 6.4.4

Release notes

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

6.4.4

🪲 Bug Fixes

  • Add testRuntimeOnly junit-platform-launcher #16756
  • Align Method Traversal Algorithm with Spring Framework #16751
  • Disable Flaky WebAuthnWebDriverTests #16753
  • Fix @PostResult example in method-security doc #16628
  • Grammar Fixes in OAuth 2.0 JavaDoc #16619

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.16 to 1.5.17 #16649
  • Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 #16692
  • Bump com.webauthn4j:webauthn4j-core from 0.28.5.RELEASE to 0.28.6.RELEASE #16691
  • Bump io.micrometer:micrometer-observation from 1.14.4 to 1.14.5 #16715
  • Bump io.mockk:mockk from 1.13.16 to 1.13.17 #16675
  • Bump io.projectreactor:reactor-bom from 2023.0.15 to 2023.0.16 #16725
  • Bump org.hibernate.orm:hibernate-core from 6.6.10.Final to 6.6.11.Final #16748
  • Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.33.23 to 4.33.24 #16669
  • Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 #16650
  • Bump org.springframework.data:spring-data-bom from 2024.1.3 to 2024.1.4 #16749
  • Bump org.springframework:spring-framework-bom from 6.2.3 to 6.2.4 #16733

❤️ Contributors

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

@​Kuba15, @​dependabot[bot], and @​pat-mccusker

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

... (truncated)

Commits
  • 3d9cd31 Release 6.4.4
  • 04f530b opensamlFiveTest.extendsFrom testRuntimeOnly
  • bf619fc Bump org.springframework:spring-framework-bom from 6.2.3 to 6.2.4
  • 488de5a Merge branch '6.3.x' into 6.4.x
  • 709d9bc Bump org.springframework:spring-framework-bom from 6.1.17 to 6.1.18
  • 067ed2b Bump org.springframework.data:spring-data-bom from 2024.1.3 to 2024.1.4
  • 1db6718 Bump org.hibernate.orm:hibernate-core from 6.6.10.Final to 6.6.11.Final
  • 41fc383 Merge branch '6.3.x' into 6.4.x
  • d9bb16e Bump io.projectreactor:reactor-bom from 2023.0.15 to 2023.0.16
  • 1111491 Bump org.springframework.data:spring-data-bom from 2024.0.9 to 2024.0.10
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 1 update in the / directory: [org.springframework.security:spring-security-crypto](https://github.com/spring-projects/spring-security).


Updates `org.springframework.security:spring-security-crypto` from 6.4.2 to 6.4.4
- [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.4)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-crypto
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 20, 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