4 Commits

Author SHA1 Message Date
dc07067cb2 Update dependency org.modelmapper:modelmapper to v3.2.6
All checks were successful
Build / build (pull_request) Successful in 1m29s
2026-05-03 10:56:19 +00:00
76008065bf Merge pull request 'Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v3' (#13) from renovate/org.springdoc-springdoc-openapi-starter-webmvc-ui-3.x into master
All checks were successful
Deploy / build (push) Successful in 1m36s
Reviewed-on: #13
2026-05-03 12:41:22 +02:00
be9aeeae33 Merge branch 'master' into renovate/org.springdoc-springdoc-openapi-starter-webmvc-ui-3.x
All checks were successful
Build / build (pull_request) Successful in 2m0s
2026-05-03 12:39:20 +02:00
9f642a65dd Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v3
All checks were successful
Build / build (pull_request) Successful in 1m54s
2026-05-02 21:00:57 +00:00

View File

@@ -28,8 +28,8 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
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.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.3")
implementation("org.modelmapper:modelmapper:3.2.6")
compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("org.postgresql:postgresql")