Skip to content

Commit

Permalink
Bump org.springframework.cloud:spring-cloud-dependencies
Browse files Browse the repository at this point in the history
Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2022.0.4 to 2023.0.0.
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2022.0.4...v2023.0.0)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent af47097 commit 2c1db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ configurations.matching { it.name == "detekt" }.all {
dependencyManagement {

imports {
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2022.0.4")
mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.0")
}
}

Expand Down

0 comments on commit 2c1db38

Please sign in to comment.