File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
38
38
<properties >
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
- <spring .version>5.2.8 .RELEASE</spring .version>
40
+ <spring .version>5.2.9 .RELEASE</spring .version>
41
41
<slf4j .version>1.7.25</slf4j .version>
42
42
<jsf .version>2.2.20</jsf .version>
43
- <hibernate .version>5.4.20 .Final</hibernate .version>
44
- <junit .jupiter.version>5.6.2 </junit .jupiter.version>
43
+ <hibernate .version>5.4.21 .Final</hibernate .version>
44
+ <junit .jupiter.version>5.7.0 </junit .jupiter.version>
45
45
<hamcrest .version>2.2</hamcrest .version>
46
46
<java .version>1.8</java .version>
47
47
</properties >
204
204
<plugin >
205
205
<groupId >org.apache.maven.plugins</groupId >
206
206
<artifactId >maven-project-info-reports-plugin</artifactId >
207
- <version >3.1.0 </version >
207
+ <version >3.1.1 </version >
208
208
</plugin >
209
209
</plugins >
210
210
</pluginManagement >
215
215
<plugin >
216
216
<groupId >org.owasp</groupId >
217
217
<artifactId >dependency-check-maven</artifactId >
218
- <version >5.3.2 </version >
218
+ <version >6.0.1 </version >
219
219
<configuration >
220
220
<skipProvidedScope >true</skipProvidedScope >
221
221
<skipRuntimeScope >true</skipRuntimeScope >
You can’t perform that action at this time.
0 commit comments