Update dependency org.projectlombok:lombok to v1.18.30

This commit is contained in:
Renovate Bot 2024-03-19 18:03:44 +00:00
parent 7a9897e604
commit 255ffafe02

View File

@ -33,7 +33,7 @@ dependencies {
api("org.springframework.cloud:spring-cloud-starter-openfeign:4.0.4")
api("org.springframework.boot:spring-boot-starter-data-mongodb:${springBootVersion}")
api("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}")
api("org.projectlombok:lombok:1.18.28")
api("org.projectlombok:lombok:1.18.30")
runtimeOnly("org.springframework.boot:spring-boot-devtools:${springBootVersion}")
testImplementation("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
}