File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
<build >
21
21
<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 >
22
37
<plugin >
23
38
<groupId >org.apache.maven.plugins</groupId >
24
39
<artifactId >maven-compiler-plugin</artifactId >
41
56
<dependency >
42
57
<groupId >net.java.dev.javacc</groupId >
43
58
<artifactId >javacc</artifactId >
44
- <version >7.0.4 </version >
59
+ <version >7.0.10 </version >
45
60
</dependency >
46
61
</dependencies >
47
62
</plugin >
112
127
<dependency >
113
128
<groupId >com.puppycrawl.tools</groupId >
114
129
<artifactId >checkstyle</artifactId >
115
- <version >8.37 </version >
130
+ <version >8.38 </version >
116
131
</dependency >
117
132
</dependencies >
118
133
</plugin >
306
321
<dependency >
307
322
<groupId >commons-io</groupId >
308
323
<artifactId >commons-io</artifactId >
309
- <version >2.6 </version >
324
+ <version >2.8.0 </version >
310
325
<scope >test</scope >
311
326
</dependency >
312
327
</dependencies >
You can’t perform that action at this time.
0 commit comments