File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ dependencies {
36
36
runtimeOnly ' org.eclipse.angus:angus-activation:2.0.2'
37
37
38
38
// Lombok
39
- compileOnly ' org.projectlombok:lombok:1.18.36 '
40
- annotationProcessor ' org.projectlombok:lombok:1.18.36 '
39
+ compileOnly ' org.projectlombok:lombok:1.18.38 '
40
+ annotationProcessor ' org.projectlombok:lombok:1.18.38 '
41
41
42
42
// Log
43
43
implementation ' org.slf4j:slf4j-api:2.0.17'
@@ -52,9 +52,9 @@ dependencies {
52
52
testImplementation ' org.junit.jupiter:junit-jupiter:5.12.1'
53
53
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
54
54
testImplementation ' org.mockito:mockito-core:5.16.1'
55
- testImplementation ' org.projectlombok:lombok:1.18.36 '
56
- testCompileOnly ' org.projectlombok:lombok:1.18.36 '
57
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
55
+ testImplementation ' org.projectlombok:lombok:1.18.38 '
56
+ testCompileOnly ' org.projectlombok:lombok:1.18.38 '
57
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.38 '
58
58
}
59
59
60
60
tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments