Update all minor and patch updates
All checks were successful
Build / build (pull_request) Successful in 1m33s

This commit is contained in:
2026-05-03 11:08:07 +00:00
parent 9f31be7c04
commit c10ff0de3b
2 changed files with 2 additions and 2 deletions

View File

@@ -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:3.0.3")
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")