diff --git a/build.gradle b/build.gradle index 91d383a0..39d4d081 100644 --- a/build.gradle +++ b/build.gradle @@ -254,7 +254,7 @@ dependencies { implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.30.0' implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4' implementation group: 'org.projectlombok', name: 'lombok', version: versions.lombok - 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.7.0' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa'