diff --git a/build.gradle b/build.gradle index 54f436fa2..e28e6ff9c 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.4' 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'