Skip to content

Commit

Permalink
maven(deps): bump springVersion from 5.3.30 to 6.2.1
Browse files Browse the repository at this point in the history
Bumps `springVersion` from 5.3.30 to 6.2.1.

Updates `org.springframework:spring-core` from 5.3.30 to 6.2.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.30...v6.2.1)

Updates `org.springframework:spring-test` from 5.3.30 to 6.2.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.30...v6.2.1)

Updates `org.springframework:spring-framework-bom` from 5.3.30 to 6.2.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.30...v6.2.1)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-test
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 723fb0c commit 49b3de2
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 @@ -1211,7 +1211,7 @@
For instance, our version of Lucene is tied to the version of Hibernate Search. Similarly, our
version of Hibernate Search must be compatible with the version of Hibernate and Hibernate must
be compatible with our version of Spring. -->
<springVersion>5.3.30</springVersion>
<springVersion>6.2.1</springVersion>
<hibernateVersion>5.6.15.Final</hibernateVersion>
<hibernateSearchVersion>5.11.12.Final</hibernateSearchVersion>
<luceneVersion>5.5.5</luceneVersion>
Expand Down

0 comments on commit 49b3de2

Please sign in to comment.