File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828
2929 <properties >
3030 <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>
3232 <slf4j .version>1.7.25</slf4j .version>
3333 <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>
3535 <jacoco .version>0.7.9</jacoco .version>
3636 </properties >
3737
194194 <plugin >
195195 <groupId >org.apache.maven.plugins</groupId >
196196 <artifactId >maven-compiler-plugin</artifactId >
197- <version >3.6.2 </version >
197+ <version >3.7.0 </version >
198198 <configuration >
199199 <source >1.8</source >
200200 <target >1.8</target >
229229 <plugin >
230230 <groupId >org.owasp</groupId >
231231 <artifactId >dependency-check-maven</artifactId >
232- <version >2.1 .1</version >
232+ <version >3.0 .1</version >
233233 <configuration >
234234 <skipProvidedScope >true</skipProvidedScope >
235235 <skipRuntimeScope >true</skipRuntimeScope >
You can’t perform that action at this time.
0 commit comments