We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9333f95 commit d8a31a4Copy full SHA for d8a31a4
build.gradle
@@ -38,8 +38,8 @@ ext {
38
}
39
40
dependencies {
41
- compileOnly 'org.projectlombok:lombok:1.18.32'
42
- annotationProcessor 'org.projectlombok:lombok:1.18.32'
+ compileOnly 'org.projectlombok:lombok:1.18.34'
+ annotationProcessor 'org.projectlombok:lombok:1.18.34'
43
44
if (project.hasProperty("isCI")) {
45
api "org.seleniumhq.selenium:selenium-api:${seleniumVersion}"
0 commit comments