Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework.cloud:spring-cloud-d…
Browse files Browse the repository at this point in the history
…ependencies to v2023
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent bdc3ae6 commit fb68a3f
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 @@ -19,7 +19,7 @@ repositories {

dependencies {
// spring cloud BOM
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2022.0.4"))
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2023.0.0"))

// spring dependencies
implementation("org.springframework.cloud:spring-cloud-starter-gateway")
Expand Down

0 comments on commit fb68a3f

Please sign in to comment.