File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
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.2.6 .RELEASE</spring .version>
31
+ <spring .version>4.3.1 .RELEASE</spring .version>
32
32
<slf4j .version>1.7.21</slf4j .version>
33
33
<jsf .version>2.2.13</jsf .version>
34
+ <hibernate .version>5.2.1.Final</hibernate .version>
34
35
<sonar .language>java</sonar .language>
35
36
</properties >
36
37
87
88
<dependency >
88
89
<groupId >com.h2database</groupId >
89
90
<artifactId >h2</artifactId >
90
- <version >1.4.191 </version >
91
+ <version >1.4.192 </version >
91
92
<scope >runtime</scope >
92
93
</dependency >
93
94
<dependency >
94
95
<groupId >org.hibernate</groupId >
95
96
<artifactId >hibernate-core</artifactId >
96
- <version >5.1.0.Final </version >
97
+ <version >${hibernate.version} </version >
97
98
</dependency >
98
99
<dependency >
99
100
<groupId >com.sun.faces</groupId >
125
126
<dependency >
126
127
<groupId >com.cedarsoftware</groupId >
127
128
<artifactId >json-io</artifactId >
128
- <version >4.4 .0</version >
129
+ <version >4.5 .0</version >
129
130
</dependency >
130
131
<dependency >
131
132
<groupId >org.apache.commons</groupId >
182
183
<plugin >
183
184
<groupId >org.owasp</groupId >
184
185
<artifactId >dependency-check-maven</artifactId >
185
- <version >1.3.6 </version >
186
+ <version >1.4.0 </version >
186
187
<reportSets >
187
188
<reportSet >
188
189
<reports >
You can’t perform that action at this time.
0 commit comments