Skip to content

Commit

Permalink
Update dependency org.springframework.cloud:spring-cloud-dependencies…
Browse files Browse the repository at this point in the history
… to v2024
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 0506db0 commit cdf44d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.register("runtimeBootRun", BootRun.class) {
}

dependencies {
implementation platform('org.springframework.cloud:spring-cloud-dependencies:2023.0.3')
implementation platform('org.springframework.cloud:spring-cloud-dependencies:2024.0.0')
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
Expand Down Expand Up @@ -124,7 +124,7 @@ dependencies {
testFixturesApi platform('com.contentgrid.configuration:contentgrid-configuration-bom:0.1.2')
testFixturesApi 'com.contentgrid.configuration:contentgrid-configuration-contentgrid-apps'

testFixturesImplementation platform('org.springframework.cloud:spring-cloud-dependencies:2023.0.3')
testFixturesImplementation platform('org.springframework.cloud:spring-cloud-dependencies:2024.0.0')
testFixturesImplementation 'io.projectreactor:reactor-test'
testFixturesImplementation 'com.fasterxml.jackson.core:jackson-databind'
testFixturesImplementation 'org.springframework.security:spring-security-core'
Expand Down

0 comments on commit cdf44d1

Please sign in to comment.