Commit acaa08a 1 parent 3b32285 commit acaa08a Copy full SHA for acaa08a
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 289
289
<plugin >
290
290
<groupId >org.apache.maven.plugins</groupId >
291
291
<artifactId >maven-checkstyle-plugin</artifactId >
292
- <version >3.2.1 </version >
292
+ <version >3.2.2 </version >
293
293
<configuration >
294
294
<configLocation >${basedir} /checkstyle.xml</configLocation >
295
295
<encoding >UTF-8</encoding >
368
368
<plugin >
369
369
<groupId >org.jacoco</groupId >
370
370
<artifactId >jacoco-maven-plugin</artifactId >
371
- <version >0.8.9 </version >
371
+ <version >0.8.10 </version >
372
372
<configuration >
373
373
<destFile >${basedir} /target/coverage-reports/jacoco-unit.exec</destFile >
374
374
<dataFile >${basedir} /target/coverage-reports/jacoco-unit.exec</dataFile >
517
517
<plugin >
518
518
<groupId >org.apache.maven.plugins</groupId >
519
519
<artifactId >maven-project-info-reports-plugin</artifactId >
520
- <version >3.4.2 </version >
520
+ <version >3.4.3 </version >
521
521
</plugin >
522
522
523
523
</plugins >
You can’t perform that action at this time.
0 commit comments