We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf520b5 commit 08f34a6Copy full SHA for 08f34a6
1 file changed
build.gradle
@@ -174,7 +174,7 @@ dependencies {
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.boot', name: 'spring-boot-starter-aop'
177
- 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.1'
178
179
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.15'
180
0 commit comments