File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 109109 <dependency >
110110 <groupId >org.projectlombok</groupId >
111111 <artifactId >lombok</artifactId >
112- <version >1.16.18 </version >
112+ <version >1.18.10 </version >
113113 <scope >provided</scope >
114114 </dependency >
115115 <dependency >
185185 <plugin >
186186 <groupId >org.projectlombok</groupId >
187187 <artifactId >lombok-maven-plugin</artifactId >
188- <version >1.16. 18.1 </version >
188+ <version >1.18.10.0 </version >
189189 <executions >
190190 <execution >
191191 <id >delombok</id >
218218 <plugin >
219219 <groupId >org.apache.maven.plugins</groupId >
220220 <artifactId >maven-javadoc-plugin</artifactId >
221- <version >2.10.3</version >
221+ <version >3.1.1</version >
222+ <configuration >
223+ <source >8</source >
224+ </configuration >
222225 <executions >
223226 <execution >
224227 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments