File tree 1 file changed +5
-5
lines changed 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.1.0 .RELEASE</spring .version>
40
+ <spring .version>5.1.3 .RELEASE</spring .version>
41
41
<slf4j .version>1.7.25</slf4j .version>
42
42
<jsf .version>2.2.18</jsf .version>
43
- <hibernate .version>5.3.6 .Final</hibernate .version>
44
- <junit .jupiter.version>5.3.1 </junit .jupiter.version>
43
+ <hibernate .version>5.3.7 .Final</hibernate .version>
44
+ <junit .jupiter.version>5.3.2 </junit .jupiter.version>
45
45
<hamcrest .version>1.3</hamcrest .version>
46
46
<sonar .language>java</sonar .language>
47
47
</properties >
162
162
<plugin >
163
163
<groupId >com.github.spotbugs</groupId >
164
164
<artifactId >spotbugs-maven-plugin</artifactId >
165
- <version >3.1.6 </version >
165
+ <version >3.1.8 </version >
166
166
<configuration >
167
167
<effort >Max</effort >
168
168
<threshold >Low</threshold >
212
212
<plugin >
213
213
<groupId >org.owasp</groupId >
214
214
<artifactId >dependency-check-maven</artifactId >
215
- <version >3.3.2 </version >
215
+ <version >4.0.0 </version >
216
216
<configuration >
217
217
<skipProvidedScope >true</skipProvidedScope >
218
218
<skipRuntimeScope >true</skipRuntimeScope >
You can’t perform that action at this time.
0 commit comments