File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<properties >
30
30
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
- <spring .version>4.3.10 .RELEASE</spring .version>
31
+ <spring .version>4.3.12 .RELEASE</spring .version>
32
32
<slf4j .version>1.7.25</slf4j .version>
33
33
<jsf .version>2.2.14</jsf .version>
34
- <hibernate .version>5.2.10 .Final</hibernate .version>
34
+ <hibernate .version>5.2.12 .Final</hibernate .version>
35
35
<jacoco .version>0.7.9</jacoco .version>
36
36
</properties >
37
37
194
194
<plugin >
195
195
<groupId >org.apache.maven.plugins</groupId >
196
196
<artifactId >maven-compiler-plugin</artifactId >
197
- <version >3.6.2 </version >
197
+ <version >3.7.0 </version >
198
198
<configuration >
199
199
<source >1.8</source >
200
200
<target >1.8</target >
229
229
<plugin >
230
230
<groupId >org.owasp</groupId >
231
231
<artifactId >dependency-check-maven</artifactId >
232
- <version >2.1 .1</version >
232
+ <version >3.0 .1</version >
233
233
<configuration >
234
234
<skipProvidedScope >true</skipProvidedScope >
235
235
<skipRuntimeScope >true</skipRuntimeScope >
You can’t perform that action at this time.
0 commit comments