kapua icon indicating copy to clipboard operation
kapua copied to clipboard

Bump spring-security-core from 5.5.1 to 5.5.7

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps spring-security-core from 5.5.1 to 5.5.7.

Release notes

Sourced from spring-security-core's releases.

5.5.7

:hammer: Dependency Upgrades

  • Update com.fasterxml.jackson.core to 2.13.2.2 #11211
  • Update com.fasterxml.jackson.datatype to 2.13.2 #11212
  • Update io.projectreactor to 2020.0.19 #11213
  • Update org.springframework to 5.3.20 #11215
  • Update org.springframework.data to 2021.0.11 #11216
  • Update reactor-netty to 1.0.19 #11214

5.5.6

:beetle: Bug Fixes

  • AuthorizationManagerWebInvocationPrivilegeEvaluator should grant access when AuthorizationManager abstains #10952
  • Change HashSet to LinkedHashSet for RelyingPartyRegistration credentials #10917

:hammer: Dependency Upgrades

  • Update com.fasterxml.jackson.core to 2.13.2.2 #11130
  • Update com.fasterxml.jackson.datatype to 2.13.2 #11131
  • Update io.projectreactor to 2020.0.18 #11132
  • Update io.rsocket to 1.1.2 #11134
  • Update jackson-bom to 2.12.6.20220326 #11129
  • Update logback-classic to 1.2.11 #11128
  • Update org.aspectj to 1.9.9.1 #11135
  • Update org.eclipse.jetty to 9.4.46.v20220331 #11136
  • Update org.springframework to 5.3.19 #11137
  • Update org.springframework.data to 2021.0.10 #11138
  • Update reactor-netty to 1.0.18 #11133
  • Update spring-ldap-core to 2.3.7.RELEASE #11139

5.5.5

:star: New Features

  • Introduce AuthorizationManagerWebInvocationPrivilegeEvaluator #10683

:beetle: Bug Fixes

  • Add Kotlin examples for Spring Data Integration of servlet application #10847
  • Replace StringUtils class of oauth2-oidc-sdk completely #10825
  • Getting Spring Security Reference Docs have a error #10797
  • RequestMatcherDelegatingWebInvocationPrivilegeEvaluator doesn't provided access to the ServletContext #10791
  • Make source code compatible with JDK 8 #10700
  • WebInvocationPrivilegeEvaluator Bean should support multiple SecurityFilterChains #10681

:hammer: Dependency Upgrades

  • Update spring-ldap-core to 2.3.6.RELEASE #10863
  • Update org.springframework.data to 2021.0.9 #10862
  • Update org.springframework to 5.3.16 #10861

... (truncated)

Commits
  • ada3337 Release 5.5.7
  • 0bd7daf Improve Upgrading
  • c6461d6 AntRegexRequestMatcher Optimization
  • 4405cf1 Extract rejectNonPrintableAsciiCharactersInFieldName
  • 7eb8a58 Update org.springframework.data to 2021.0.11
  • 415ee4d Update org.springframework to 5.3.20
  • 4d47d51 Update io.projectreactor to 2020.0.19
  • 7983c69 Fix mvcMatchers overriding previous paths
  • 15b3744 Fix setServletContext not being called for AuthorizationManagerWebInvocationP...
  • 20b94c4 Next development version
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar May 25 '22 23:05 dependabot[bot]

Codecov Report

Merging #3556 (f8a270b) into develop (2b796b8) will increase coverage by 36.13%. The diff coverage is n/a.

:exclamation: Current head f8a270b differs from pull request most recent head b756901. Consider uploading reports for the commit b756901 to get more accurate results

Impacted file tree graph

@@              Coverage Diff               @@
##             develop    #3556       +/-   ##
==============================================
+ Coverage      14.10%   50.23%   +36.13%     
- Complexity        72      259      +187     
==============================================
  Files           1668     1651       -17     
  Lines          31987    31776      -211     
  Branches        2634     2636        +2     
==============================================
+ Hits            4512    15963    +11451     
+ Misses         27087    14882    -12205     
- Partials         388      931      +543     
Impacted Files Coverage Δ
...pua/service/storable/model/utils/MappingUtils.java 0.00% <0.00%> (ø)
.../step/definition/internal/JobStepPropertyImpl.java 42.85% <0.00%> (ø)
...tion/DefaultSecretKeyDetectedRuntimeException.java
...pper/ServiceConfigurationLimitExceptionMapper.java
...mmons/crypto/exception/AesDecryptionException.java
...viceConfigurationParentLimitExceededException.java
...pua/commons/crypto/exception/CryptoErrorCodes.java
...a/org/eclipse/kapua/commons/crypto/CryptoUtil.java
...e/kapua/commons/crypto/setting/CryptoSettings.java
...ration/exception/KapuaConfigurationErrorCodes.java
... and 756 more

codecov[bot] avatar May 25 '22 23:05 codecov[bot]

This PR is superseeded by https://github.com/eclipse/kapua/pull/3642

Coduz avatar Oct 26 '22 12:10 Coduz

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Oct 26 '22 12:10 dependabot[bot]