maven-javadoc-plugin
                                
                                
                                
                                    maven-javadoc-plugin copied to clipboard
                            
                            
                            
                        Bump spring-security-core from 2.0.4 to 5.5.7 in /src/it/projects/MJAVADOC-526_aggr-managedDeps/javadoc-child
Bumps spring-security-core from 2.0.4 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
 WebInvocationPrivilegeEvaluatorBean should support multipleSecurityFilterChains #10681:hammer: Dependency Upgrades
... (truncated)
Changelog
Sourced from spring-security-core's changelog.
= Update Dependencies
Ensure you have no changes in your local repository. Change to a new branch. For example:
[source,bash]
$ git checkout -b 5.5.0-RC1-dependencies
Review the rules in build.gradle to ensure the rules make sense. For example, we should not allow major version updates in a patch release. Also ensure that all of the exclusions still make sense.
The following Gradle command will update your dependencies creating a commit for each dependency update. The first invocation of the command will take quite a while (~20 minutes depending on internet speed) to run because it is indexing all the versions of all the dependencies.
[source,bash]
$ ./gradlew updateDependencies
Review the commits to ensure that the updated dependency versions make sense for this release. For example, we should not perform a major version update for a patch release.
[source,bash]
$ git log
If any of the versions don’t make sense, update
build.gradleto ensure that the version is excluded.Run all the checks:
[source,bash]
$ ./gradlew check
If they don’t work, you can run a git bisect to discover what broke the build. Fix any commits that broke the build.
Check out the original brach:
[source,bash]
$ git checkout -
The following command will update the dependencies again but this time creating a ticket for each update and placing
Closes gh-<number>in the commit. Replacing the following values:
... (truncated)
Commits
ada3337Release 5.5.70bd7dafImprove Upgradingc6461d6AntRegexRequestMatcher Optimization4405cf1Extract rejectNonPrintableAsciiCharactersInFieldName7eb8a58Update org.springframework.data to 2021.0.11415ee4dUpdate org.springframework to 5.3.204d47d51Update io.projectreactor to 2020.0.197983c69Fix mvcMatchers overriding previous paths15b3744Fix setServletContext not being called for AuthorizationManagerWebInvocationP...20b94c4Next development version- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.