diff --git a/build.gradle b/build.gradle index 62c66d5..451a919 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation("javax.validation:validation-api:2.0.1.Final") - compileOnly("org.projectlombok:lombok:1.18.18") + compileOnly("org.projectlombok:lombok:1.18.26") annotationProcessor("org.projectlombok:lombok:1.18.18") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") @@ -76,7 +76,7 @@ dependencies { testIntegrationImplementation("com.github.mikesafonov:smpp-server-mock-junit:1.5.0") testIntegrationImplementation("com.github.mikesafonov:smpp-server-mock-spring-boot:1.5.0") - testIntegrationCompileOnly("org.projectlombok:lombok:1.18.10") + testIntegrationCompileOnly("org.projectlombok:lombok:1.18.26") testIntegrationAnnotationProcessor("org.projectlombok:lombok:1.18.10") testIntegrationImplementation('org.springframework.boot:spring-boot-starter-test') }