File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 <build >
2121 <plugins >
22+ <plugin >
23+ <groupId >org.owasp</groupId >
24+ <artifactId >dependency-check-maven</artifactId >
25+ <version >6.0.3</version >
26+ <configuration >
27+ <failBuildOnCVSS >8</failBuildOnCVSS >
28+ </configuration >
29+ <executions >
30+ <execution >
31+ <goals >
32+ <goal >check</goal >
33+ </goals >
34+ </execution >
35+ </executions >
36+ </plugin >
2237 <plugin >
2338 <groupId >org.apache.maven.plugins</groupId >
2439 <artifactId >maven-compiler-plugin</artifactId >
4156 <dependency >
4257 <groupId >net.java.dev.javacc</groupId >
4358 <artifactId >javacc</artifactId >
44- <version >7.0.4 </version >
59+ <version >7.0.10 </version >
4560 </dependency >
4661 </dependencies >
4762 </plugin >
112127 <dependency >
113128 <groupId >com.puppycrawl.tools</groupId >
114129 <artifactId >checkstyle</artifactId >
115- <version >8.37 </version >
130+ <version >8.38 </version >
116131 </dependency >
117132 </dependencies >
118133 </plugin >
306321 <dependency >
307322 <groupId >commons-io</groupId >
308323 <artifactId >commons-io</artifactId >
309- <version >2.6 </version >
324+ <version >2.8.0 </version >
310325 <scope >test</scope >
311326 </dependency >
312327 </dependencies >
You can’t perform that action at this time.
0 commit comments