Bump version.springframework from 5.3.21 to 5.3.22#1363
Merged
CarstenHollmann merged 1 commit intoversion/6.xfrom Jul 15, 2022
Merged
Conversation
Bumps `version.springframework` from 5.3.21 to 5.3.22. Updates `spring-webmvc` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-web` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-core` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-expression` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-beans` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-context` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-context-support` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-oxm` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-aop` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-test` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-tx` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-orm` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) Updates `spring-aspects` from 5.3.21 to 5.3.22 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.3.21...v5.3.22) --- updated-dependencies: - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-expression dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-beans dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context-support dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-oxm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aop dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.springframework:spring-tx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-orm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aspects dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
version.springframeworkfrom 5.3.21 to 5.3.22.Updates
spring-webmvcfrom 5.3.21 to 5.3.22Release notes
Sourced from spring-webmvc's releases.
... (truncated)
Commits
508cc34Release v5.3.22e50131dAdd Consumer methods to configure Jackson modulescdd4e8cImprove regex support for URL path matching02b7ddbUpgrade to Log4J 2.18, H2 2.1.214, OpenPDF 1.3.29, XStream 1.4.19, HtmlUnit 2...8e5c490Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindingsbd34996Fix typos in test code2e4d7e4Polishingc6be3b3Fix and improve Javadoc in spring-aopc112bb0Fix and improve Javadoc in spring-beans165fba8Fix typos in reference docsUpdates
spring-webfrom 5.3.21 to 5.3.22Release notes
Sourced from spring-web's releases.
... (truncated)
Commits
508cc34Release v5.3.22e50131dAdd Consumer methods to configure Jackson modulescdd4e8cImprove regex support for URL path matching02b7ddbUpgrade to Log4J 2.18, H2 2.1.214, OpenPDF 1.3.29, XStream 1.4.19, HtmlUnit 2...8e5c490Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindingsbd34996Fix typos in test code2e4d7e4Polishingc6be3b3Fix and improve Javadoc in spring-aopc112bb0Fix and improve Javadoc in spring-beans165fba8Fix typos in reference docsUpdates
spring-corefrom 5.3.21 to 5.3.22Release notes
Sourced from spring-core's releases.
... (truncated)
Commits
508cc34Release v5.3.22e50131dAdd Consumer methods to configure Jackson modulescdd4e8cImprove regex support for URL path matching02b7ddbUpgrade to Log4J 2.18, H2 2.1.214, OpenPDF 1.3.29, XStream 1.4.19, HtmlUnit 2...8e5c490Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindingsbd34996Fix typos in test code2e4d7e4Polishingc6be3b3Fix and improve Javadoc in spring-aopc112bb0Fix and improve Javadoc in spring-beans165fba8Fix typos in reference docsUpdates
spring-expressionfrom 5.3.21 to 5.3.22Release notes
Sourced from spring-expression's releases.
... (truncated)
Commits
508cc34Release v5.3.22e50131dAdd Consumer methods to configure Jackson modulescdd4e8cImprove regex support for URL path matching02b7ddbUpgrade to Log4J 2.18, H2 2.1.214, OpenPDF 1.3.29, XStream 1.4.19, HtmlUnit 2...8e5c490Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindingsbd34996Fix typos in test code2e4d7e4Polishingc6be3b3Fix and improve Javadoc in spring-aopc112bb0Fix and improve Javadoc in spring-beans165fba8Fix typos in reference docsUpdates
spring-beansfrom 5.3.21 to 5.3.22Release notes
Sourced from spring-beans's releases.
... (truncated)
Commits
508cc34Release v5.3.22e50131dAdd Consumer methods to configure Jackson modulescdd4e8cImprove regex support for URL path matching02b7ddbUpgrade to Log4J 2.18, H2 2.1.214, OpenPDF 1.3.29, XStream 1.4.19, HtmlUnit 2...8e5c490Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindingsbd34996Fix typos in test code2e4d7e4Polishingc6be3b3Fix and improve Javadoc in spring-aopc112bb0Fix and improve Javadoc in spring-beans165fba8Fix typos in reference docsUpdates
spring-contextfrom 5.3.21 to 5.3.22Release notes
Sourced from spring-context's releases.
... (truncated)
Commits
508cc34Release v5.3.22e50131dAdd Consumer methods to configure Jackson modulescdd4e8cImprove regex support for URL path matching02b7ddbUpgrade to Log4J 2.18, H2 2.1.214, OpenPDF 1.3.29, XStream 1.4.19, HtmlUnit 2...8e5c490Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindingsbd34996Fix typos in test code2e4d7e4Polishingc6be3b3Fix and improve Javadoc in spring-aopc112bb0Fix and improve Javadoc in spring-beans165fba8Fix typos in reference docsUpdates
spring-context-supportfrom 5.3.21 to 5.3.22Release notes
Sourced from spring-context-support's releases.