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.0.7 .RELEASE</spring .version>
40
+ <spring .version>5.0.8 .RELEASE</spring .version>
41
41
<slf4j .version>1.7.25</slf4j .version>
42
42
<jsf .version>2.2.17</jsf .version>
43
- <hibernate .version>5.3.2 .Final</hibernate .version>
43
+ <hibernate .version>5.3.3 .Final</hibernate .version>
44
44
<junit .jupiter.version>5.2.0</junit .jupiter.version>
45
45
<hamcrest .version>1.3</hamcrest .version>
46
46
<sonar .language>java</sonar .language>
162
162
<plugin >
163
163
<groupId >com.github.spotbugs</groupId >
164
164
<artifactId >spotbugs-maven-plugin</artifactId >
165
- <version >3.1.5 </version >
165
+ <version >3.1.6 </version >
166
166
<configuration >
167
167
<effort >Max</effort >
168
168
<threshold >Low</threshold >
182
182
<plugin >
183
183
<groupId >org.apache.maven.plugins</groupId >
184
184
<artifactId >maven-compiler-plugin</artifactId >
185
- <version >3.7 .0</version >
185
+ <version >3.8 .0</version >
186
186
<configuration >
187
187
<source >1.8</source >
188
188
<target >1.8</target >
212
212
<plugin >
213
213
<groupId >org.owasp</groupId >
214
214
<artifactId >dependency-check-maven</artifactId >
215
- <version >3.2.1 </version >
215
+ <version >3.3.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