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 v2024
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 809d2dd commit e8db2cb
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 @@ -132,7 +132,7 @@ task functionalTest(type: Test) {
}

dependencies {
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2023.0.4"))
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2024.0.0"))
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
implementation group: 'io.github.openfeign', name: 'feign-jackson'
Expand Down

0 comments on commit e8db2cb

Please sign in to comment.