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 219219 <plugins >
220220 <plugin >
221221 <artifactId >maven-compiler-plugin</artifactId >
222- <version >3.11.0 </version >
222+ <version >3.12.1 </version >
223223 <configuration >
224224 <source >${project.build.version.source} </source >
225225 <target >${project.build.version.target} </target >
246246
247247 <plugin >
248248 <artifactId >maven-enforcer-plugin</artifactId >
249- <version >3.3.0 </version >
249+ <version >3.4.1 </version >
250250 <executions >
251251 <execution >
252252 <id >enforce</id >
284284 <plugin >
285285 <groupId >org.jacoco</groupId >
286286 <artifactId >jacoco-maven-plugin</artifactId >
287- <version >0.8.10 </version >
287+ <version >0.8.11 </version >
288288 <executions >
289289 <execution >
290290 <id >pre-unit-test</id >
310310
311311 <plugin >
312312 <artifactId >maven-surefire-plugin</artifactId >
313- <version >3.1.2 </version >
313+ <version >3.2.5 </version >
314314 </plugin >
315315
316316 <plugin >
327327
328328 <plugin >
329329 <artifactId >maven-javadoc-plugin</artifactId >
330- <version >3.5.0 </version >
330+ <version >3.6.3 </version >
331331 <executions >
332332 <execution >
333333 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments