Skip to content

Commit

Permalink
maven(deps): bump springVersion from 5.3.22 to 5.3.23 (openmrs#4151)
Browse files Browse the repository at this point in the history
Bumps `springVersion` from 5.3.22 to 5.3.23.

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

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

Updates `spring-framework-bom` from 5.3.22 to 5.3.23
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.22...v5.3.23)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 15, 2022
1 parent a934e57 commit aeea26e
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 @@ -1123,7 +1123,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.22</springVersion>
<springVersion>5.3.23</springVersion>
<hibernateVersion>5.6.11.Final</hibernateVersion>
<hibernateSearchVersion>5.11.10.Final</hibernateSearchVersion>
<luceneVersion>5.5.5</luceneVersion>
Expand Down

0 comments on commit aeea26e

Please sign in to comment.