diff --git a/build.gradle b/build.gradle index 60c9b89..257ff3a 100644 --- a/build.gradle +++ b/build.gradle @@ -36,8 +36,8 @@ dependencies { runtimeOnly 'org.eclipse.angus:angus-activation:2.0.3' // Lombok - compileOnly 'org.projectlombok:lombok:1.18.40' - annotationProcessor 'org.projectlombok:lombok:1.18.40' + compileOnly 'org.projectlombok:lombok:1.18.42' + annotationProcessor 'org.projectlombok:lombok:1.18.42' // Log implementation 'org.slf4j:slf4j-api:2.0.17' @@ -52,9 +52,9 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.19.0' - testImplementation 'org.projectlombok:lombok:1.18.40' - testCompileOnly 'org.projectlombok:lombok:1.18.40' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.40' + testImplementation 'org.projectlombok:lombok:1.18.42' + testCompileOnly 'org.projectlombok:lombok:1.18.42' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.42' } tasks.withType(JavaCompile) {