International-Data-Spaces-Association / DataspaceConnector

This is an IDS Connector reference implementation.
Apache License 2.0
31 stars 25 forks source link

chore(deps): Bump spring-security-core from 5.7.5 to 6.0.3 #708

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps spring-security-core from 5.7.5 to 6.0.3.

Release notes

Sourced from spring-security-core's releases.

6.0.3

:star: New Features

  • Add new DaoAuthenticationProvider constructor #12874
  • Clarify documentation code snippet(s) (unclear where static imported methods come from) #12992
  • Documentation should mention that an empty SecurityContext should also be saved #12941
  • Expression-Based Access Control do not working as explain in spring security document for 6.0.2 also tried 6.0.5 the issue persist #12932
  • Incomplete documentation regarding Hierarchical roles. #12766
  • Remove deprecated SecurityContextPersistenceFilter from docs #12690

:beetle: Bug Fixes

  • @EnableReactiveMethodSecurity causes premature initialization of the ObservationRegistry and prevents it from being post-processed #12780
  • Broken links in form login section of docs #12822
  • chore: typo, removed extra "s" in word implementationss #12882
  • EntityId ignored in xml relying-party-registration #12777
  • Fix a javadoc typo in ReactiveAuthorizationManager #13000
  • Fix a javadoc typo in ReactiveAuthorizationManager #12983
  • Fix broken links in form login section #12823
  • Fix docs typo #12745
  • Fix documentation code block bug. #12980
  • Fix typo architecture.adoc #12851
  • fix typo in RequestCacheResultMatcher #12814
  • HttpSessionSecurityContextRepository fails to create a session because of the deferred security context support #12919
  • JdkSerializationRedisSerializer is not able to serialize Saml2LogoutRequest because of a lambda encoder #12767
  • MessageMatcherDelegatingAuthorizationManager not extracting path variables for authorization context #12540
  • Missing spring-security-oauth2 xsds after release #12806
  • NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder holds a reference to JWSVerificationKeySelector before ConfigurableJWTProcessor.setJWSKeySelector is executed #13005
  • NoSuchElementException in org.springframework.security.web.server.ObservationWebFilterChainDecorator$AroundWebFilterObservation$SimpleAroundWebFilterObservation.start(ObservationWebFilterChainDecorator.java:274 #12829
  • Observation Spans are not nested correctly in Webflux #12849
  • RelyingPartyRegistrations should not fail when SPSSODescriptor elements are present #13055
  • Saml2 RelyingPartyRegistration.nameIdFormat is ignored and not set in AuthnRequest from OpenSamlAuthenticationRequestResolver #12936
  • Spring Security 6.0.2 ObservationFilterChainDecorator produce wrong instrument names #12811
  • SwitchUserFilter should use HttpSessionSecurityContextRepository by default #12836

:hammer: Dependency Upgrades

  • Update assertj-core to 3.24.2 #13038
  • Update io.projectreactor to 2022.0.6 #13034
  • Update io.spring.javaformat to 0.0.38 #13036
  • Update logback-classic to 1.4.6 #13030
  • Update maven-resolver-provider to 3.8.8 #13037
  • Update micrometer-observation to 1.10.6 #13032
  • Update mockk to 1.13.5 #13033
  • Update org.eclipse.jetty to 11.0.15 #13039
  • Update org.springframework to 6.0.8 #13041
  • Update org.springframework.data to 2022.0.5 #13042
  • Update reactor-netty to 1.1.6 #13035
  • Update slf4j-api to 2.0.7 #13040
  • Update spring-ldap-core to 3.0.2 #13043

... (truncated)

Commits
  • ff3c560 Release 6.0.3
  • a484044 Merge branch '5.8.x' into 6.0.x
  • 6cf8c53 Merge branch '5.7.x' into 5.8.x
  • 2d52fb8 Clear Repository on Logout
  • cc56fc6 Update spring-ldap-core to 3.0.2
  • 67d8df7 Update org.springframework.data to 2022.0.5
  • fe6cfe8 Update org.springframework to 6.0.8
  • 4162bda Update slf4j-api to 2.0.7
  • 9c18189 Update org.eclipse.jetty to 11.0.15
  • af41a40 Update assertj-core to 3.24.2
  • 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)