File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ dependencies {
5454
5555 // ==== Lombok
5656 // noinspection AnnotationProcessorOnCompilePath -- because Lombok annotations are contained in this package, so you get import errors without it
57- compileOnly ' org.projectlombok:lombok:1.18.38 '
58- annotationProcessor ' org.projectlombok:lombok:1.18.38 '
57+ compileOnly ' org.projectlombok:lombok:1.18.42 '
58+ annotationProcessor ' org.projectlombok:lombok:1.18.42 '
5959 // ==== /Lombok
6060
6161
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ dependencies {
3737
3838 // ==== Lombok
3939 // noinspection AnnotationProcessorOnCompilePath -- because Lombok annotations are contained in this package, so you get import errors without it
40- compileOnly ' org.projectlombok:lombok:1.18.38 '
41- annotationProcessor ' org.projectlombok:lombok:1.18.38 '
40+ compileOnly ' org.projectlombok:lombok:1.18.42 '
41+ annotationProcessor ' org.projectlombok:lombok:1.18.42 '
4242 // ==== /Lombok
4343
4444
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ dependencies {
124124
125125 // ==== Lombok
126126 // noinspection AnnotationProcessorOnCompilePath -- because Lombok annotations are contained in this package, so you get import errors without it
127- compileOnly ' org.projectlombok:lombok:1.18.38 '
128- annotationProcessor ' org.projectlombok:lombok:1.18.38 '
127+ compileOnly ' org.projectlombok:lombok:1.18.42 '
128+ annotationProcessor ' org.projectlombok:lombok:1.18.42 '
129129 // ==== /Lombok
130130
131131
You can’t perform that action at this time.
0 commit comments