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 3737
3838 <properties >
3939 <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>
4141 <slf4j .version>1.7.25</slf4j .version>
4242 <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>
4444 <junit .jupiter.version>5.2.0</junit .jupiter.version>
4545 <hamcrest .version>1.3</hamcrest .version>
4646 <sonar .language>java</sonar .language>
162162 <plugin >
163163 <groupId >com.github.spotbugs</groupId >
164164 <artifactId >spotbugs-maven-plugin</artifactId >
165- <version >3.1.5 </version >
165+ <version >3.1.6 </version >
166166 <configuration >
167167 <effort >Max</effort >
168168 <threshold >Low</threshold >
182182 <plugin >
183183 <groupId >org.apache.maven.plugins</groupId >
184184 <artifactId >maven-compiler-plugin</artifactId >
185- <version >3.7 .0</version >
185+ <version >3.8 .0</version >
186186 <configuration >
187187 <source >1.8</source >
188188 <target >1.8</target >
212212 <plugin >
213213 <groupId >org.owasp</groupId >
214214 <artifactId >dependency-check-maven</artifactId >
215- <version >3.2.1 </version >
215+ <version >3.3.0 </version >
216216 <configuration >
217217 <skipProvidedScope >true</skipProvidedScope >
218218 <skipRuntimeScope >true</skipRuntimeScope >
You can’t perform that action at this time.
0 commit comments