Skip to content

Commit c9dd9c7

Browse files
Update spring cloud to v4.2.1
1 parent d16a6bc commit c9dd9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ dependencies {
290290
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-activemq'
291291

292292

293-
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.3'
293+
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.2.1'
294294
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.5'
295295
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.5'
296296

@@ -353,7 +353,7 @@ dependencies {
353353

354354
integrationTestImplementation sourceSets.main.runtimeClasspath
355355
integrationTestImplementation sourceSets.test.runtimeClasspath
356-
integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.2.0', {
356+
integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.2.1', {
357357
exclude group: 'com.github.tomakehurst', module: 'wiremock-jre8-standalone'
358358
}
359359
integrationTestImplementation group: 'org.wiremock', name: 'wiremock-standalone', version: '3.12.1'

0 commit comments

Comments
 (0)