diff --git a/build.gradle b/build.gradle index a12ce9e..27f464e 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14' + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.15' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.commonmark:commonmark:0.27.0' runtimeOnly 'org.postgresql:postgresql'