We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353a108 commit 2eeed68Copy full SHA for 2eeed68
1 file changed
build.gradle
@@ -21,11 +21,11 @@ dependencies {
21
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
22
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
23
24
- compileOnly 'org.projectlombok:lombok:1.18.20'
25
- annotationProcessor 'org.projectlombok:lombok:1.18.20'
+ compileOnly 'org.projectlombok:lombok:1.18.26'
+ annotationProcessor 'org.projectlombok:lombok:1.18.26'
26
27
- testCompileOnly 'org.projectlombok:lombok:1.18.20'
28
- testAnnotationProcessor 'org.projectlombok:lombok:1.18.20'
+ testCompileOnly 'org.projectlombok:lombok:1.18.26'
+ testAnnotationProcessor 'org.projectlombok:lombok:1.18.26'
29
}
30
31
test {
0 commit comments