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 8dfde53 + 62a6234 commit edd1dc5Copy full SHA for edd1dc5
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.38'
33
- annotationProcessor 'org.projectlombok:lombok:1.18.38'
+ compileOnly 'org.projectlombok:lombok:1.18.40'
+ annotationProcessor 'org.projectlombok:lombok:1.18.40'
34
35
- testCompileOnly 'org.projectlombok:lombok:1.18.38'
36
- testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
+ testCompileOnly 'org.projectlombok:lombok:1.18.40'
+ testAnnotationProcessor 'org.projectlombok:lombok:1.18.40'
37
}
38
39
test {
0 commit comments