diff --git a/build.gradle b/build.gradle index c826ed9..d1af499 100644 --- a/build.gradle +++ b/build.gradle @@ -36,8 +36,8 @@ dependencies { runtimeOnly 'org.eclipse.angus:angus-activation:2.0.2' // Lombok - compileOnly 'org.projectlombok:lombok:1.18.36' - annotationProcessor 'org.projectlombok:lombok:1.18.36' + compileOnly 'org.projectlombok:lombok:1.18.38' + annotationProcessor 'org.projectlombok:lombok:1.18.38' // Log implementation 'org.slf4j:slf4j-api:2.0.17' @@ -52,9 +52,9 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.16.1' - testImplementation 'org.projectlombok:lombok:1.18.36' - testCompileOnly 'org.projectlombok:lombok:1.18.36' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.36' + testImplementation 'org.projectlombok:lombok:1.18.38' + testCompileOnly 'org.projectlombok:lombok:1.18.38' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.38' } tasks.withType(JavaCompile) {