We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbd697 commit fec43c0Copy full SHA for fec43c0
1 file changed
build.gradle
@@ -173,7 +173,7 @@ dependencies {
173
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
174
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa'
175
176
- 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'
177
178
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.8'
179
0 commit comments