diff --git a/build.gradle b/build.gradle index c4fdb90..7b9581c 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { testAnnotationProcessor 'org.projectlombok:lombok' // swagger 3 springdoc openapi 2 - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0' testImplementation 'org.springframework.boot:spring-boot-starter-test'