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

⬆️ Bump org.springframework.security:spring-security-crypto from 5.1.2.RELEASE to 6.3.8 in /backend #5

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps org.springframework.security:spring-security-crypto from 5.1.2.RELEASE to 6.3.8.

Release notes

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

6.3.8

🪲 Bug Fixes

  • Add testRuntimeOnly junit-platform-launcher #16755
  • Fix typo security-api-url attribute in faq.adoc #16633
  • Security SpEL Expressions Should Propagate AuthorizationDeniedException from Proxied Objects #16697

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.16 to 1.5.17 #16651
  • Bump io.mockk:mockk from 1.13.16 to 1.13.17 #16676
  • Bump io.projectreactor:reactor-bom from 2023.0.15 to 2023.0.16 #16724
  • Bump org.jfrog.buildinfo:build-info-extractor-gradle from 4.33.23 to 4.33.24 #16670
  • Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 #16652
  • Bump org.springframework.data:spring-data-bom from 2024.0.9 to 2024.0.10 #16747
  • Bump org.springframework:spring-framework-bom from 6.1.17 to 6.1.18 #16735

🔩 Build Updates

  • Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs #16637

❤️ Contributors

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

@​dependabot[bot] and @​ngocnhan-tran1996

6.3.7

⭐ New Features

  • Improve Stability of S101 CI Task #16482

🪲 Bug Fixes

  • Fix logoutRequestRepository not set on Saml2RelyingPartyInitiatedLogoutSuccessHandler #16093
  • Misconfigured OAuth2LoginAuthenticationFilter when combining OAuth2 login and OAuth2 client configuration #16105

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 #16363
  • Bump com.nimbusds:oauth2-oidc-sdk from 9.43.5 to 9.43.6 #16594
  • Bump io.mockk:mockk from 1.13.14 to 1.13.16 #16400
  • Bump io.projectreactor:reactor-bom from 2023.0.14 to 2023.0.15 #16577
  • Bump io.rsocket:rsocket-bom from 1.1.4 to 1.1.5 #16533
  • Bump org.springframework.data:spring-data-bom from 2024.0.8 to 2024.0.9 #16607
  • Bump org.springframework.ldap:spring-ldap-core from 3.2.10 to 3.2.11 #16595
  • Bump org.springframework:spring-framework-bom from 6.1.16 to 6.1.17 #16596
  • Update to oauth2-oidc-sdk 9.43.5 #16582

🔩 Build Updates

... (truncated)

Changelog

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

= Release Process

The release process for Spring Security is entirely automated via the https://github.com/spring-io/spring-security-release-tools/blob/main/release-plugin/README.adoc[Spring Security Release Plugin] and https://github.com/spring-io/spring-security-release-tools/tree/main/.github/workflows[reusable workflows]. The following table outlines the steps that are taken by the automation.

WARNING: The 5.8.x branch does not have all of the improvements from the 6.x.x branches. See "Status (5.8.x)" for which steps are still manual.

In case of a failure, you can follow the links below to read about each step, which includes instructions for performing the step manually if applicable. See for troubleshooting tips.

[cols="1,1,1"] |=== | Step | Status (5.8.x) | Status (6.0.x+)

| | ✅ automated | ✅ automated

| | ✅ automated | ✅ automated

| | ✅ automated | ✅ automated

| | ✅ automated | ✅ automated

| | ✅ automated | ✅ automated

| | ✅ automated | ✅ automated

| | ✅ automated | ✅ automated

| | ❌ manual | ✅ automated

| | ❌ manual | ✅ automated

... (truncated)

Commits
  • 147081f Release 6.3.8
  • 709d9bc Bump org.springframework:spring-framework-bom from 6.1.17 to 6.1.18
  • 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
  • adb303e Add testRuntimeOnly junit-platform-launcher
  • 46f0dc6 Enforce BCrypt password length
  • 36ea1b1 Fix Compilation Error
  • e793a96 Remove s101 From Builds
  • 46cd94b SpEL Propagates Authorization Exceptions
  • acd2de4 Bump io.mockk:mockk from 1.13.16 to 1.13.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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [org.springframework.security:spring-security-crypto](https://github.com/spring-projects/spring-security) from 5.1.2.RELEASE to 6.3.8.
- [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.1.2.RELEASE...6.3.8)

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

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
# for free to join this conversation on GitHub. Already have an account? # 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