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.
2 parents edd1dc5 + dc09f52 commit 66cd528Copy full SHA for 66cd528
build.gradle
@@ -29,11 +29,11 @@ dependencies {
29
testImplementation platform('org.junit:junit-bom:5.13.4')
30
testImplementation 'org.junit.jupiter:junit-jupiter'
31
32
- compileOnly 'org.projectlombok:lombok:1.18.40'
33
- annotationProcessor 'org.projectlombok:lombok:1.18.40'
+ compileOnly 'org.projectlombok:lombok:1.18.42'
+ annotationProcessor 'org.projectlombok:lombok:1.18.42'
34
35
- testCompileOnly 'org.projectlombok:lombok:1.18.40'
36
- testAnnotationProcessor 'org.projectlombok:lombok:1.18.40'
+ testCompileOnly 'org.projectlombok:lombok:1.18.42'
+ testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
37
}
38
39
test {
0 commit comments