diff --git a/build.gradle b/build.gradle index 6e0c9449c..8a5864d54 100644 --- a/build.gradle +++ b/build.gradle @@ -52,8 +52,8 @@ java { } dependencies { - compileOnly 'org.projectlombok:lombok:1.18.46' - annotationProcessor 'org.projectlombok:lombok:1.18.46' + compileOnly 'org.projectlombok:lombok:1.18.48' + annotationProcessor 'org.projectlombok:lombok:1.18.48' // Pin exact Selenium version when using a SNAPSHOT (needs snapshot repo); otherwise use version range. if (seleniumVersion.toString().contains('SNAPSHOT')) {