We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05529b commit 71c0511Copy full SHA for 71c0511
build.gradle.kts
@@ -32,8 +32,8 @@ dependencies {
32
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:2.0.0-beta-13")
33
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
34
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")
+ // OpenAPI
+ implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0")
37
38
// Other dependencies
39
implementation("org.apache.commons:commons-text:1.10.0")
0 commit comments