We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a22e1 commit e037946Copy full SHA for e037946
build.gradle
@@ -215,7 +215,7 @@ dependencies {
215
implementation 'org.springframework.boot:spring-boot-starter-actuator'
216
implementation 'org.springframework.boot:spring-boot-starter-aop'
217
implementation 'org.springframework.boot:spring-boot-starter-json'
218
- 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'
219
220
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.8'
221
0 commit comments