Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring.version from 5.2.6.RELEASE to 5.3.21 #256

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump spring.version from 5.2.6.RELEASE to 5.3.21
Bumps `spring.version` from 5.2.6.RELEASE to 5.3.21.

Updates `spring-core` from 5.2.6.RELEASE to 5.3.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.6.RELEASE...v5.3.21)

Updates `spring-beans` from 5.2.6.RELEASE to 5.3.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.6.RELEASE...v5.3.21)

Updates `spring-aspects` from 5.2.6.RELEASE to 5.3.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.6.RELEASE...v5.3.21)

Updates `spring-context` from 5.2.6.RELEASE to 5.3.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.6.RELEASE...v5.3.21)

Updates `spring-orm` from 5.2.6.RELEASE to 5.3.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.6.RELEASE...v5.3.21)

Updates `spring-test` from 5.2.6.RELEASE to 5.3.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.6.RELEASE...v5.3.21)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 16, 2022
commit ba3f21066ae4ac5b80569c4bfda76b75b72fc1ed
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<github.global.server>github</github.global.server>

<!-- Sundry library versions -->
<spring.version>5.2.6.RELEASE</spring.version>
<spring.version>5.3.21</spring.version>
<spring-boot.version>2.3.0.RELEASE</spring-boot.version>
<spring-data.version>2.3.0.RELEASE</spring-data.version>
<spring-data-rest.version>3.3.1.RELEASE</spring-data-rest.version>
Expand Down