diff --git a/build.gradle b/build.gradle index d41270e..0c3be83 100644 --- a/build.gradle +++ b/build.gradle @@ -52,9 +52,9 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.14.2' - testImplementation 'org.projectlombok:lombok:1.18.34' - testCompileOnly 'org.projectlombok:lombok:1.18.34' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.34' + testImplementation 'org.projectlombok:lombok:1.18.36' + testCompileOnly 'org.projectlombok:lombok:1.18.36' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.36' } tasks.withType(JavaCompile) {