Skip to content

Commit

Permalink
Bump org.springframework.data:spring-data-bom (#2634)
Browse files Browse the repository at this point in the history
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2022.0.11 to 2022.0.12.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
- [Commits](spring-projects/spring-data-bom@2022.0.11...2022.0.12)

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

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 Feb 16, 2024
1 parent 86fba34 commit dad68f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ext {
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.1'
reactorVersion = '2022.0.16'
snappyVersion = '1.1.10.5'
springDataVersion = '2022.0.11'
springDataVersion = '2022.0.12'
springRetryVersion = '2.0.5'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
testcontainersVersion = '1.19.5'
Expand Down

0 comments on commit dad68f2

Please sign in to comment.