File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 69
69
<maven .compiler.source>1.8</maven .compiler.source>
70
70
<maven .compiler.target>1.8</maven .compiler.target>
71
71
72
- <junit .version>5.10.1 </junit .version>
72
+ <junit .version>5.11.4 </junit .version>
73
73
</properties >
74
74
75
75
<dependencies >
115
115
<plugin >
116
116
<groupId >org.apache.maven.plugins</groupId >
117
117
<artifactId >maven-javadoc-plugin</artifactId >
118
- <version >3.6.3 </version >
118
+ <version >3.11.2 </version >
119
119
</plugin >
120
120
<plugin >
121
121
<groupId >org.apache.maven.plugins</groupId >
145
145
<plugin >
146
146
<groupId >org.owasp</groupId >
147
147
<artifactId >dependency-check-maven</artifactId >
148
- <version >9.0.7</version >
148
+ <version >11.1.1</version >
149
+ <configuration >
150
+ <nvdApiKeyEnvironmentVariable >NVD_API_KEY</nvdApiKeyEnvironmentVariable >
151
+ </configuration >
149
152
</plugin >
150
153
</plugins >
151
154
</pluginManagement >
190
193
<goal >check</goal >
191
194
</goals >
192
195
<configuration >
193
- <failBuildOnCVSS >10 </failBuildOnCVSS >
196
+ <failBuildOnCVSS >9 </failBuildOnCVSS >
194
197
<skipTestScope >true</skipTestScope >
195
198
</configuration >
196
199
</execution >
You can’t perform that action at this time.
0 commit comments