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 bc130e8 commit 07e83c1Copy full SHA for 07e83c1
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.10'
+ implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.11'
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