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 versions.spring_security from 6.1.1 to 6.1.2 #820

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2023

Bumps versions.spring_security from 6.1.1 to 6.1.2.
Updates org.springframework.security:spring-security-core from 6.1.1 to 6.1.2

Release notes

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

6.1.2

⭐ New Features

  • Improve RequestMatcher Validation #13557
  • Improve Security Filters Documentation #13414
  • Optimize Querying of RequestCache -> continue parameter #13488
  • Optimize Querying of RequestCache -> continue parameter #13482

🪲 Bug Fixes

  • Error message should show underlying Client Authentication method #13498
  • Javadoc for AuthorizationFilter#filterErrorDispatch is wrong #13465
  • once-per-request="true" does not work in XML configuration #13494
  • Spring Security 6 combined with AspectJ weaving of spring-security-aspects executes PreAuthorize twice #13199
  • Unable to Find 'filterProcessingUrl' Method in Spring Security 6.1.1 Saml2LoginConfigurer Configuration #13421
  • Unable to Use hasIpAddress() Method After Migrating to authorizeHttpRequests() in Spring Security 6 #13478
  • update l179 of jwt docs #13480
  • Use default PathPatternParser instance #13464

🔨 Dependency Upgrades

  • Update io.projectreactor to 2022.0.9 #13525
  • Update jakarta.websocket to 2.1.1 #13526
  • Update micrometer-observation to 1.10.9 #13524
  • Update org.springframework to 6.0.11 #13527
  • Update org.springframework.data to 2022.0.8 #13528
  • Update org.springframework.data to 2022.0.8 #13522

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • a412787 Release 6.1.2
  • cf2c8da Merge branch '6.0.x' into 6.1.x
  • fe7bee9 Merge branch '5.8.x' into 6.0.x
  • bb46a54 Add DispatcherServlet to Tests
  • df239b6 Improve RequestMatcher Validation
  • aaa3131 Merge branch '6.0.x' into 6.1.x
  • cbef118 Merge branch '5.8.x' into 6.0.x
  • a939f17 Merge branch '5.7.x' into 5.8.x
  • fe9bc26 Merge branch '5.6.x' into 5.7.x
  • 7813a9b Use default PathPatternParser instance
  • Additional commits viewable in compare view

Updates org.springframework.security:spring-security-web from 6.1.1 to 6.1.2

Release notes

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

6.1.2

⭐ New Features

  • Improve RequestMatcher Validation #13557
  • Improve Security Filters Documentation #13414
  • Optimize Querying of RequestCache -> continue parameter #13488
  • Optimize Querying of RequestCache -> continue parameter #13482

🪲 Bug Fixes

  • Error message should show underlying Client Authentication method #13498
  • Javadoc for AuthorizationFilter#filterErrorDispatch is wrong #13465
  • once-per-request="true" does not work in XML configuration #13494
  • Spring Security 6 combined with AspectJ weaving of spring-security-aspects executes PreAuthorize twice #13199
  • Unable to Find 'filterProcessingUrl' Method in Spring Security 6.1.1 Saml2LoginConfigurer Configuration #13421
  • Unable to Use hasIpAddress() Method After Migrating to authorizeHttpRequests() in Spring Security 6 #13478
  • update l179 of jwt docs #13480
  • Use default PathPatternParser instance #13464

🔨 Dependency Upgrades

  • Update io.projectreactor to 2022.0.9 #13525
  • Update jakarta.websocket to 2.1.1 #13526
  • Update micrometer-observation to 1.10.9 #13524
  • Update org.springframework to 6.0.11 #13527
  • Update org.springframework.data to 2022.0.8 #13528
  • Update org.springframework.data to 2022.0.8 #13522

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • a412787 Release 6.1.2
  • cf2c8da Merge branch '6.0.x' into 6.1.x
  • fe7bee9 Merge branch '5.8.x' into 6.0.x
  • bb46a54 Add DispatcherServlet to Tests
  • df239b6 Improve RequestMatcher Validation
  • aaa3131 Merge branch '6.0.x' into 6.1.x
  • cbef118 Merge branch '5.8.x' into 6.0.x
  • a939f17 Merge branch '5.7.x' into 5.8.x
  • fe9bc26 Merge branch '5.6.x' into 5.7.x
  • 7813a9b Use default PathPatternParser instance
  • Additional commits viewable in compare view

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)

@MediaMarco
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/main/versions.spring_security-6.1.2 branch from a9868b9 to e2a7b0e Compare August 9, 2023 08:37
Bumps `versions.spring_security` from 6.1.1 to 6.1.2.

Updates `org.springframework.security:spring-security-core` from 6.1.1 to 6.1.2
- [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.1.1...6.1.2)

Updates `org.springframework.security:spring-security-web` from 6.1.1 to 6.1.2
- [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.1.1...6.1.2)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/main/versions.spring_security-6.1.2 branch from e2a7b0e to f5682af Compare August 9, 2023 08:37
@codecov-commenter
Copy link

Codecov Report

Merging #820 (3c1c14c) into main (82161c5) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

❗ Current head 3c1c14c differs from pull request most recent head f5682af. Consider uploading reports for the commit f5682af to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff            @@
##               main     #820   +/-   ##
=========================================
  Coverage     72.28%   72.28%           
  Complexity     1202     1202           
=========================================
  Files           192      192           
  Lines          4406     4406           
  Branches        390      390           
=========================================
  Hits           3185     3185           
  Misses          998      998           
  Partials        223      223           

@MediaMarco MediaMarco added this pull request to the merge queue Aug 9, 2023
Merged via the queue into main with commit 35fec02 Aug 9, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/main/versions.spring_security-6.1.2 branch August 9, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants