Skip to content

Commit 71c0511

Browse files
committed
SDIT-423 SpringDoc fixed in springdoc/springdoc-openapi#2185
1 parent c05529b commit 71c0511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:2.0.0-beta-13")
3333
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
3434

35-
// OpenAPI - please keep this at version 2.0.2 for now as there is a breaking change to the @Schema required flag in 2.0.3
36-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2")
35+
// OpenAPI
36+
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0")
3737

3838
// Other dependencies
3939
implementation("org.apache.commons:commons-text:1.10.0")

0 commit comments

Comments
 (0)