We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c12c3 commit 365c111Copy full SHA for 365c111
build.gradle
@@ -159,7 +159,7 @@ dependencies {
159
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
160
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
161
162
- implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.11'
+ implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.12'
163
implementation "org.flywaydb:flyway-core:9.22.3"
164
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.4'
165
implementation group: 'com.zaxxer', name: 'HikariCP', version: '5.1.0'
0 commit comments