File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 122122 <dependency >
123123 <groupId >org.projectlombok</groupId >
124124 <artifactId >lombok</artifactId >
125- <version >1.18.16 </version >
125+ <version >1.18.22 </version >
126126 <scope >provided</scope >
127127 </dependency >
128128 <dependency >
184184 <plugin >
185185 <groupId >org.apache.maven.plugins</groupId >
186186 <artifactId >maven-compiler-plugin</artifactId >
187- <version >3.2 </version >
187+ <version >3.9.0 </version >
188188 <configuration >
189189 <source >1.8</source >
190190 <target >1.8</target >
198198 <plugin >
199199 <groupId >org.projectlombok</groupId >
200200 <artifactId >lombok-maven-plugin</artifactId >
201- <version >1.18.16 .0</version >
201+ <version >1.18.20 .0</version >
202202 <executions >
203203 <execution >
204204 <id >delombok</id >
263263 <artifactId >maven-shade-plugin</artifactId >
264264 <version >2.3</version >
265265 <configuration >
266+ <annotationProcessorPaths >
267+ <path >
268+ <groupId >org.projectlombok</groupId >
269+ <artifactId >lombok</artifactId >
270+ <version >1.18.22</version >
271+ </path >
272+ </annotationProcessorPaths >
266273 <createDependencyReducedPom >false</createDependencyReducedPom >
267274 <shadedArtifactAttached >true</shadedArtifactAttached >
268275 <shadedClassifierName >shaded</shadedClassifierName >
276283 </execution >
277284 </executions >
278285 </plugin >
286+
279287 </plugins >
280288
281289 </build >
You can’t perform that action at this time.
0 commit comments