We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4ff5c commit 14d06b2Copy full SHA for 14d06b2
1 file changed
build.gradle
@@ -173,7 +173,7 @@ dependencies {
173
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
174
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
175
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa'
176
- implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.3.1'
+ implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '5.0.0'
177
178
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.14'
179
0 commit comments