|
192 | 192 |
|
193 | 193 | <properties> |
194 | 194 | <!-- Spring --> |
195 | | - <org.springframework.version>4.0.0.RELEASE</org.springframework.version> |
| 195 | + <org.springframework.version>4.0.1.RELEASE</org.springframework.version> |
196 | 196 | <org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version> |
197 | 197 | <javassist.version>3.18.1-GA</javassist.version> |
198 | 198 | <jstl.version>1.2</jstl.version> |
199 | 199 |
|
200 | 200 | <!-- persistence --> |
201 | | - <hibernate.version>4.3.0.Final</hibernate.version> |
202 | | - <mysql-connector-java.version>5.1.28</mysql-connector-java.version> |
| 201 | + <hibernate.version>4.3.1.Final</hibernate.version> |
| 202 | + <mysql-connector-java.version>5.1.29</mysql-connector-java.version> |
203 | 203 |
|
204 | 204 | <!-- logging --> |
205 | 205 | <org.slf4j.version>1.7.5</org.slf4j.version> |
206 | 206 | <logback.version>1.0.11</logback.version> |
207 | 207 |
|
208 | 208 | <!-- various --> |
209 | | - <hibernate-validator.version>5.0.2.Final</hibernate-validator.version> |
| 209 | + <hibernate-validator.version>5.0.3.Final</hibernate-validator.version> |
210 | 210 |
|
211 | 211 | <!-- util --> |
212 | | - <guava.version>16.0-rc1</guava.version> |
| 212 | + <guava.version>16.0.1</guava.version> |
213 | 213 | <commons-lang3.version>3.2.1</commons-lang3.version> |
214 | 214 |
|
215 | 215 | <!-- testing --> |
216 | 216 | <org.hamcrest.version>1.3</org.hamcrest.version> |
217 | 217 | <junit.version>4.11</junit.version> |
218 | 218 | <mockito.version>1.9.5</mockito.version> |
219 | 219 |
|
220 | | - <httpcore.version>4.3</httpcore.version> |
221 | | - <httpclient.version>4.3.1</httpclient.version> |
| 220 | + <httpcore.version>4.3.1</httpcore.version> |
| 221 | + <httpclient.version>4.3.2</httpclient.version> |
222 | 222 |
|
223 | | - <rest-assured.version>2.1.0</rest-assured.version> |
| 223 | + <rest-assured.version>2.3.0</rest-assured.version> |
224 | 224 |
|
225 | 225 |
|
226 | 226 | <!-- maven plugins --> |
227 | 227 | <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version> |
228 | 228 | <maven-war-plugin.version>2.4</maven-war-plugin.version> |
229 | 229 | <maven-surefire-plugin.version>2.16</maven-surefire-plugin.version> |
230 | 230 | <maven-resources-plugin.version>2.6</maven-resources-plugin.version> |
231 | | - <cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version> |
| 231 | + <cargo-maven2-plugin.version>1.4.7</cargo-maven2-plugin.version> |
232 | 232 |
|
233 | 233 | </properties> |
234 | 234 |
|
|
0 commit comments