File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >org.projectlombok</groupId >
5151 <artifactId >lombok</artifactId >
52- <version >1.18.12 </version >
52+ <version >1.18.22 </version >
5353 <optional >true</optional >
5454 <scope >provided</scope >
5555 </dependency >
Original file line number Diff line number Diff line change 2929 <version >19.2.1</version >
3030 <scope >provided</scope >
3131 </dependency >
32+ <dependency >
33+ <groupId >org.projectlombok</groupId >
34+ <artifactId >lombok</artifactId >
35+ <version >1.18.22</version >
36+ </dependency >
3237 </dependencies >
3338 <build >
39+ <plugins >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
42+ <artifactId >maven-compiler-plugin</artifactId >
43+ <version >3.8.1</version >
44+ </plugin >
45+ </plugins >
3446 </build >
3547 <profiles >
3648 <profile >
Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >org.projectlombok</groupId >
3838 <artifactId >lombok</artifactId >
39- <version >1.18.12 </version >
39+ <version >1.18.22 </version >
4040 </dependency >
4141 <dependency >
4242 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments