Update dependency org.modelmapper:modelmapper to v3.2.6 - autoclosed #5

Closed
Renovate wants to merge 1 commits from renovate/org.modelmapper-modelmapper-3.x into master

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")