Skip to content

Commit ff7cbef

Browse files
Update spring cloud to v4.2.0
1 parent bc6207d commit ff7cbef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ dependencies {
283283
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json'
284284
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation'
285285
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'
287287

288288
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.17.27'
289289
implementation group: 'uk.gov.service.notify', name: 'notifications-java-client', version: '5.2.1-RELEASE'
@@ -307,8 +307,8 @@ dependencies {
307307
testImplementation group: 'com.github.stefanbirkner', name: 'system-lambda', version: '1.2.1'
308308
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
309309
testImplementation group: 'org.assertj', name: 'assertj-guava', version: '3.27.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'
312312
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
313313
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
314314
testImplementation 'org.powermock:powermock-api-mockito2:2.0.9'

0 commit comments

Comments
 (0)