diff --git a/build.gradle.kts b/build.gradle.kts index 221fe5b..3276ae2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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}")