diff --git a/build.gradle b/build.gradle index 1cc9fdc6d..40f0b2875 100644 --- a/build.gradle +++ b/build.gradle @@ -42,8 +42,8 @@ java { } dependencies { - compileOnly 'org.projectlombok:lombok:1.18.38' - annotationProcessor 'org.projectlombok:lombok:1.18.38' + compileOnly 'org.projectlombok:lombok:1.18.42' + annotationProcessor 'org.projectlombok:lombok:1.18.42' if (project.hasProperty("isCI")) { api "org.seleniumhq.selenium:selenium-api:${seleniumVersion}"