diff --git a/build.gradle b/build.gradle index 9a66bd1a3..d2f8562f7 100644 --- a/build.gradle +++ b/build.gradle @@ -268,7 +268,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation' - implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0' + implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.1' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa' implementation group: 'org.springframework.hateoas', name: 'spring-hateoas', version: '2.4.1' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security'