We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a5b64 commit 6973ddfCopy full SHA for 6973ddf
1 file changed
build.gradle
@@ -172,7 +172,7 @@ dependencies {
172
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
173
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
174
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa'
175
- 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'
176
177
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.14'
178
0 commit comments