We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce3281 commit 5459e37Copy full SHA for 5459e37
1 file changed
build.gradle
@@ -176,7 +176,7 @@ dependencies {
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'
178
179
- implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.15'
+ implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '3.0.1'
180
181
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.9'
182
0 commit comments