Skip to content

Bump spring-security-config from 4.2.20.RELEASE to 5.7.5#2947

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.springframework.security-spring-security-config-5.7.5
Closed

Bump spring-security-config from 4.2.20.RELEASE to 5.7.5#2947
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.springframework.security-spring-security-config-5.7.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 31, 2022

Bumps spring-security-config from 4.2.20.RELEASE to 5.7.5.

Release notes

Sourced from spring-security-config's releases.

5.7.5

🪲 Bug Fixes

  • Fix AuthorizationFilter incorrectly extending OncePerRequestFilter #12113
  • Fix scope mapping #12112
  • IpAddressServerWebExchangeMatcher throws NullPointerException with framework forward-headers-strategy #11888

5.7.4

⭐ New Features

  • automatically manage docs version (with collector) #11955

🪲 Bug Fixes

  • AuthenticationEventPublisher bean is not picked up if no UserDetailsService bean #11729
  • Build fails with missing project property cloneOutputDirectory #11979
  • GitHubMilestoneApiTests due_on Should Use LocalDate #11707
  • HttpSecurity Bean does not set DefaultAuthenticationEventPublisher #11727
  • NamespaceLdapAuthenticationProviderTests Should Use Dynamic Port #11711
  • RemoteJwkSet is not refreshed when encountering an unknown KID #11723
  • RequestRejectedHandler does not reliable prevent Internal Server Error #11744

🔨 Dependency Upgrades

  • Update Gradle Enterprise plugin to 3.11.1 #11830
  • Update hibernate-entitymanager to 5.6.10.Final #11745
  • Update hibernate-entitymanager to 5.6.12.Final #12016
  • Update io.projectreactor to 2020.0.22 #11743
  • Update io.projectreactor to 2020.0.24 #12012
  • Update io.rsocket to 1.1.3 #12014
  • Update jackson-bom to 2.13.4.20221012 #12008
  • Update jackson-databind to 2.13.4.1 #12009
  • Update jackson-datatype-jsr310 to 2.13.4 #12010
  • Update jsonassert to 1.5.1 #11741
  • Update mockk to 1.12.8 #12011
  • Update org.eclipse.jetty to 9.4.48.v20220622 #11740
  • Update org.eclipse.jetty to 9.4.49.v20220914 #12015
  • Update org.springframework to 5.3.22 #11739
  • Update org.springframework to 5.3.23 #12017
  • Update org.springframework.data to 2021.1.6 #11742
  • Update org.springframework.data to 2021.2.4 #12018
  • Update reactor-netty to 1.0.24 #12013

5.7.3

⭐ New Features

  • Add Kotlin example showing integration with WebTestClient #9998
  • Set permissions for GitHub actions #11642
  • Update javadoc of EnableWebSecurity to reflect deprecation of WebSecurityConfigurerAdapter #11650

... (truncated)

Changelog

Sourced from spring-security-config's changelog.

= Release Process

The release process for Spring Security is partially automated. The following table outlines which steps are automated and which are manual. Follow the links to read about each step.

[cols="1,1"] |=== | Step | Status

| | ❌ manual

| | ✅ automated (scheduled release will abort if any issues are open)

| | ✅ automated

| | ✅ automated

| | ❌ manual (when updating dependencies)

| | ✅ automated

| | ✅ automated

| | ✅ automated

| | ✅ automated

| | ❌ manual

| | ✅ automated

| | ❌ manual (move issues to new milestone before release)

| | ✅ automated (if not already created)

| | ❌ manual |===

... (truncated)

Commits
  • 24e925e Release 5.7.5
  • 2915a70 Merge branch '5.6.x' into 5.7.x
  • 6530777 Merge branch '5.5.x' into 5.6.x
  • 1f481aa Fix AuthorizationFilter incorrectly extending OncePerRequestFilter
  • 26a51ee Merge branch '5.5.x' into 5.6.x
  • e7fe778 Merge branch '5.4.x' into 5.5.x
  • 3e2ac82 Merge branch '5.3.x' into 5.4.x
  • 5560bba Merge branch '5.2.x' into 5.3.x
  • 7500458 Fix scope mapping
  • 36c1627 Merge branch '5.5.x' into 5.6.x
  • 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 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 [spring-security-config](https://github.com/spring-projects/spring-security) from 4.2.20.RELEASE to 5.7.5.
- [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@4.2.20.RELEASE...5.7.5)

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

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 Oct 31, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Nov 21, 2022

Superseded by #2981.

@dependabot dependabot Bot closed this Nov 21, 2022
@dependabot dependabot Bot deleted the dependabot/gradle/org.springframework.security-spring-security-config-5.7.5 branch November 21, 2022 18:18
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