We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24cce3 commit 669a05eCopy full SHA for 669a05e
1 file changed
build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-mongodb', version: '2.6.6'
20
21
// swagger
22
- implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.7'
+ implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.7.0'
23
24
// monitoring
25
implementation group: 'io.micrometer', name: 'micrometer-registry-prometheus', version: '1.8.4'
0 commit comments