diff --git a/build.gradle b/build.gradle index bf20856bf7..4dd20e140e 100644 --- a/build.gradle +++ b/build.gradle @@ -283,7 +283,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation' implementation group: 'org.springframework.retry', name: 'spring-retry' - implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.1.5' + implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.2.0' implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.17.26' implementation group: 'uk.gov.service.notify', name: 'notifications-java-client', version: '5.2.1-RELEASE' @@ -306,8 +306,8 @@ dependencies { testImplementation group: 'com.github.stefanbirkner', name: 'system-lambda', version: '1.2.1' testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3' testImplementation group: 'org.assertj', name: 'assertj-guava', version: '3.26.3' - testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '4.1.5' - testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.4' + testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '4.2.0' + testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.2.0' testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0' testImplementation 'org.powermock:powermock-module-junit4:2.0.9' testImplementation 'org.powermock:powermock-api-mockito2:2.0.9'