Update dependency org.projectlombok:lombok to v1.18.36

This commit is contained in:
Renovate Bot 2024-12-02 18:08:01 +00:00
parent bcbc37e897
commit a45861f9bd

View File

@ -37,7 +37,7 @@ dependencies {
api("org.postgresql:postgresql:42.6.0")
api("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}")
api("org.springframework.boot:spring-boot-actuator:${springBootVersion}")
api("org.projectlombok:lombok:1.18.28")
api("org.projectlombok:lombok:1.18.36")
runtimeOnly("org.springframework.boot:spring-boot-devtools:${springBootVersion}")
testImplementation("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
testImplementation("org.testcontainers:postgresql:${testContainersVersion}")