diff --git a/build.gradle b/build.gradle index c1fdd6d81..d85d88449 100644 --- a/build.gradle +++ b/build.gradle @@ -38,8 +38,8 @@ ext { } dependencies { - compileOnly 'org.projectlombok:lombok:1.18.32' - annotationProcessor 'org.projectlombok:lombok:1.18.32' + compileOnly 'org.projectlombok:lombok:1.18.34' + annotationProcessor 'org.projectlombok:lombok:1.18.34' if (project.hasProperty("isCI")) { api "org.seleniumhq.selenium:selenium-api:${seleniumVersion}"