File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ dependencies {
3636 runtimeOnly ' org.eclipse.angus:angus-activation:2.0.3'
3737
3838 // Lombok
39- compileOnly ' org.projectlombok:lombok:1.18.40 '
40- annotationProcessor ' org.projectlombok:lombok:1.18.40 '
39+ compileOnly ' org.projectlombok:lombok:1.18.42 '
40+ annotationProcessor ' org.projectlombok:lombok:1.18.42 '
4141
4242 // Log
4343 implementation ' org.slf4j:slf4j-api:2.0.17'
@@ -52,9 +52,9 @@ dependencies {
5252 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
5353 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
5454 testImplementation ' org.mockito:mockito-core:5.19.0'
55- testImplementation ' org.projectlombok:lombok:1.18.40 '
56- testCompileOnly ' org.projectlombok:lombok:1.18.40 '
57- testAnnotationProcessor ' org.projectlombok:lombok:1.18.40 '
55+ testImplementation ' org.projectlombok:lombok:1.18.42 '
56+ testCompileOnly ' org.projectlombok:lombok:1.18.42 '
57+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.42 '
5858}
5959
6060tasks. withType(JavaCompile ) {
You can’t perform that action at this time.
0 commit comments