File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ tasks.register("runtimeBootRun", BootRun.class) {
61
61
}
62
62
63
63
dependencies {
64
- implementation platform(' org.springframework.cloud:spring-cloud-dependencies:2023 .0.3 ' )
64
+ implementation platform(' org.springframework.cloud:spring-cloud-dependencies:2024 .0.0 ' )
65
65
implementation ' org.springframework.cloud:spring-cloud-starter-gateway'
66
66
implementation ' org.springframework.boot:spring-boot-starter-oauth2-client'
67
67
implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server'
@@ -124,7 +124,7 @@ dependencies {
124
124
testFixturesApi platform(' com.contentgrid.configuration:contentgrid-configuration-bom:0.1.2' )
125
125
testFixturesApi ' com.contentgrid.configuration:contentgrid-configuration-contentgrid-apps'
126
126
127
- testFixturesImplementation platform(' org.springframework.cloud:spring-cloud-dependencies:2023 .0.3 ' )
127
+ testFixturesImplementation platform(' org.springframework.cloud:spring-cloud-dependencies:2024 .0.0 ' )
128
128
testFixturesImplementation ' io.projectreactor:reactor-test'
129
129
testFixturesImplementation ' com.fasterxml.jackson.core:jackson-databind'
130
130
testFixturesImplementation ' org.springframework.security:spring-security-core'
You can’t perform that action at this time.
0 commit comments