Bump spring.version from 5.0.5.RELEASE to 5.3.6

Bumps `spring.version` from 5.0.5.RELEASE to 5.3.6.

Updates `spring-framework-bom` from 5.0.5.RELEASE to 5.3.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.5.RELEASE...v5.3.6)

Updates `spring-context` from 5.0.5.RELEASE to 5.3.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.5.RELEASE...v5.3.6)

Updates `spring-context-support` from 5.0.5.RELEASE to 5.3.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.5.RELEASE...v5.3.6)

Updates `spring-orm` from 5.0.5.RELEASE to 5.3.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.5.RELEASE...v5.3.6)

Updates `spring-tx` from 5.0.5.RELEASE to 5.3.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.5.RELEASE...v5.3.6)

Updates `spring-aspects` from 5.0.5.RELEASE to 5.3.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.5.RELEASE...v5.3.6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-30 20:27:26 +00:00 committed by GitHub
parent c7d05c84f8
commit 13ba9b1596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
<org.datanucleus.version>5.1.0-release</org.datanucleus.version>
<aspectj.version>1.8.10</aspectj.version>
<metrics.version>3.2.2</metrics.version>
<spring.version>5.0.5.RELEASE</spring.version>
<spring.version>5.3.6</spring.version>
<spring-data.version>1.4.6.RELEASE</spring-data.version>
<exec.mainClass>com.example.crud.Main</exec.mainClass>
</properties>