diff --git a/build.gradle b/build.gradle index 1cc9fdc6d..2c519aba0 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.40' + annotationProcessor 'org.projectlombok:lombok:1.18.40' if (project.hasProperty("isCI")) { api "org.seleniumhq.selenium:selenium-api:${seleniumVersion}"