Skip to content

Commit 2738e8e

Browse files
Update spring cloud to v4.2.1
1 parent 21b0fa1 commit 2738e8e

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
@@ -264,7 +264,7 @@ dependencies {
264264
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-activemq'
265265

266266

267-
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.3'
267+
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.2.1'
268268
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.5'
269269
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.5'
270270

@@ -327,7 +327,7 @@ dependencies {
327327

328328
integrationTestImplementation sourceSets.main.runtimeClasspath
329329
integrationTestImplementation sourceSets.test.runtimeClasspath
330-
integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.2.0', {
330+
integrationTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.2.1', {
331331
exclude group: 'com.github.tomakehurst', module: 'wiremock-jre8-standalone'
332332
}
333333
integrationTestImplementation group: 'org.wiremock', name: 'wiremock-standalone', version: '3.12.1'

0 commit comments

Comments
 (0)