Skip to content

Commit e17b7a9

Browse files
Update dependency org.springframework.cloud:spring-cloud-starter-openfeign to v4
1 parent 90d7d66 commit e17b7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ dependencies {
242242
implementation 'org.springframework.boot:spring-boot-starter-actuator'
243243
implementation 'org.springframework.boot:spring-boot-configuration-processor'
244244
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
245-
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.8'
245+
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.2.1'
246246
implementation 'org.springframework.retry:spring-retry'
247247
implementation group: 'org.testng', name: 'testng', version: '7.11.0'
248248
implementation group: 'uk.gov.service.notify', name: 'notifications-java-client', version: '5.2.1-RELEASE'

0 commit comments

Comments
 (0)