File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 2727 <junit .jupiter.version>5.7.0</junit .jupiter.version>
2828 <mockito .version>3.7.7</mockito .version>
2929 <hamcrest .version>2.2</hamcrest .version>
30+
31+ <!-- build plugin dependencies -->
32+ <dependency-check .version>6.1.6</dependency-check .version>
33+ <jacoco .version>0.8.6</jacoco .version>
34+ <nexus-staging .version>1.6.8</nexus-staging .version>
3035 </properties >
3136
3237 <licenses >
219224 <plugin >
220225 <groupId >org.owasp</groupId >
221226 <artifactId >dependency-check-maven</artifactId >
222- <version >6.1.0 </version >
227+ <version >${dependency-check.version} </version >
223228 <configuration >
224229 <cveValidForHours >24</cveValidForHours >
225230 <failBuildOnCVSS >0</failBuildOnCVSS >
246251 <plugin >
247252 <groupId >org.jacoco</groupId >
248253 <artifactId >jacoco-maven-plugin</artifactId >
249- <version >0.8.6 </version >
254+ <version >${jacoco.version} </version >
250255 <executions >
251256 <execution >
252257 <id >prepare-agent</id >
307312 <plugin >
308313 <groupId >org.sonatype.plugins</groupId >
309314 <artifactId >nexus-staging-maven-plugin</artifactId >
310- <version >1.6.8 </version >
315+ <version >${nexus-staging.version} </version >
311316 <extensions >true</extensions >
312317 <configuration >
313318 <serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments