@@ -283,7 +283,7 @@ dependencies {
283
283
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-json'
284
284
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-validation'
285
285
implementation group : ' org.springframework.retry' , name : ' spring-retry'
286
- implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-bootstrap' , version : ' 4.1.5 '
286
+ implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-bootstrap' , version : ' 4.2.0 '
287
287
288
288
implementation group : ' org.elasticsearch' , name : ' elasticsearch' , version : ' 7.17.26'
289
289
implementation group : ' uk.gov.service.notify' , name : ' notifications-java-client' , version : ' 5.2.1-RELEASE'
@@ -307,8 +307,8 @@ dependencies {
307
307
testImplementation group : ' com.github.stefanbirkner' , name : ' system-lambda' , version : ' 1.2.1'
308
308
testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.26.3'
309
309
testImplementation group : ' org.assertj' , name : ' assertj-guava' , version : ' 3.26.3'
310
- testImplementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-contract-stub-runner' , version : ' 4.1.5 '
311
- testImplementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-openfeign' , version : ' 4.1.4 '
310
+ testImplementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-contract-stub-runner' , version : ' 4.2.0 '
311
+ testImplementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-openfeign' , version : ' 4.2.0 '
312
312
testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : ' 5.2.0'
313
313
testImplementation ' org.powermock:powermock-module-junit4:2.0.9'
314
314
testImplementation ' org.powermock:powermock-api-mockito2:2.0.9'
0 commit comments