Skip to content

Commit

Permalink
Bump spring.version from 5.3.22 to 6.0.0 (#105)
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 5.3.22 to 6.0.0.

Updates `spring-core` from 5.3.22 to 6.0.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.22...v6.0.0)

Updates `spring-beans` from 5.3.22 to 6.0.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.22...v6.0.0)

Updates `spring-context` from 5.3.22 to 6.0.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.22...v6.0.0)

Updates `spring-test` from 5.3.22 to 6.0.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.22...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 18, 2022
1 parent 7a39350 commit eb409e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
</commons.osgi.import>
<log4j.version>2.19.0</log4j.version>
<slf4j.version>2.0.4</slf4j.version>
<spring.version>5.3.22</spring.version>
<spring.version>6.0.0</spring.version>

<commons.japicmp.version>0.15.2</commons.japicmp.version>
<japicmp.skip>false</japicmp.skip>
Expand Down

0 comments on commit eb409e8

Please sign in to comment.