diff --git a/build.gradle.kts b/build.gradle.kts index 36bf0bb..cdd0836 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8") - implementation("org.modelmapper:modelmapper:3.2.3") + implementation("org.modelmapper:modelmapper:3.2.6") compileOnly("org.projectlombok:lombok") developmentOnly("org.springframework.boot:spring-boot-devtools") runtimeOnly("org.postgresql:postgresql")