File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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.6 .RELEASE</spring .version>
40
+ <spring .version>5.1.7 .RELEASE</spring .version>
41
41
<slf4j .version>1.7.25</slf4j .version>
42
- <jsf .version>2.2.18 </jsf .version>
43
- <hibernate .version>5.4.2 .Final</hibernate .version>
42
+ <jsf .version>2.2.19 </jsf .version>
43
+ <hibernate .version>5.4.3 .Final</hibernate .version>
44
44
<junit .jupiter.version>5.4.1</junit .jupiter.version>
45
45
<hamcrest .version>2.1</hamcrest .version>
46
46
<sonar .language>java</sonar .language>
138
138
<dependency >
139
139
<groupId >org.apache.commons</groupId >
140
140
<artifactId >commons-lang3</artifactId >
141
- <version >3.8.1 </version >
141
+ <version >3.9 </version >
142
142
</dependency >
143
143
<dependency >
144
144
<groupId >org.junit.jupiter</groupId >
160
160
<plugin >
161
161
<groupId >com.github.spotbugs</groupId >
162
162
<artifactId >spotbugs-maven-plugin</artifactId >
163
- <version >3.1.11 </version >
163
+ <version >3.1.12 </version >
164
164
<configuration >
165
165
<effort >Max</effort >
166
166
<threshold >Low</threshold >
215
215
<plugin >
216
216
<groupId >org.owasp</groupId >
217
217
<artifactId >dependency-check-maven</artifactId >
218
- <version >4 .0.2 </version >
218
+ <version >5 .0.0 </version >
219
219
<configuration >
220
220
<skipProvidedScope >true</skipProvidedScope >
221
221
<skipRuntimeScope >true</skipRuntimeScope >
You can’t perform that action at this time.
0 commit comments