We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a8875 commit bc5b310Copy full SHA for bc5b310
build.gradle
@@ -212,7 +212,7 @@ dependencies {
212
implementation 'org.springframework.boot:spring-boot-starter-actuator'
213
implementation 'org.springframework.boot:spring-boot-starter-aop'
214
implementation 'org.springframework.boot:spring-boot-starter-json'
215
- implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.6'
+ implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.8'
216
217
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.8'
218
0 commit comments