We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6307a commit c80ccbbCopy full SHA for c80ccbb
1 file changed
build.gradle
@@ -174,7 +174,7 @@ dependencies {
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.0'
176
177
- implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.14'
+ implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '3.0.0'
178
179
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.8'
180
0 commit comments