Skip to content

Commit d113e78

Browse files
renovate[bot]NielsCW
authored andcommitted
Update dependency org.springframework.cloud:spring-cloud-dependencies to v2024
1 parent ea13667 commit d113e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tasks.register("runtimeBootRun", BootRun.class) {
6161
}
6262

6363
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')
6565
implementation 'org.springframework.cloud:spring-cloud-starter-gateway'
6666
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
6767
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
@@ -124,7 +124,7 @@ dependencies {
124124
testFixturesApi platform('com.contentgrid.configuration:contentgrid-configuration-bom:0.1.2')
125125
testFixturesApi 'com.contentgrid.configuration:contentgrid-configuration-contentgrid-apps'
126126

127-
testFixturesImplementation platform('org.springframework.cloud:spring-cloud-dependencies:2023.0.3')
127+
testFixturesImplementation platform('org.springframework.cloud:spring-cloud-dependencies:2024.0.0')
128128
testFixturesImplementation 'io.projectreactor:reactor-test'
129129
testFixturesImplementation 'com.fasterxml.jackson.core:jackson-databind'
130130
testFixturesImplementation 'org.springframework.security:spring-security-core'

0 commit comments

Comments
 (0)