|
193 | 193 |
|
194 | 194 | <properties> |
195 | 195 | <!-- Spring --> |
196 | | - <org.springframework.version>3.2.4.RELEASE</org.springframework.version> |
| 196 | + <org.springframework.version>3.2.6.RELEASE</org.springframework.version> |
197 | 197 | <org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version> |
198 | | - <javassist.version>3.18.0-GA</javassist.version> |
| 198 | + <javassist.version>3.18.1-GA</javassist.version> |
199 | 199 | <jstl.version>1.2</jstl.version> |
200 | 200 |
|
201 | 201 | <!-- persistence --> |
202 | | - <hibernate.version>4.2.4.Final</hibernate.version> |
| 202 | + <hibernate.version>4.3.0.Final</hibernate.version> |
203 | 203 | <mysql-connector-java.version>5.1.26</mysql-connector-java.version> |
204 | 204 | <tomcat-dbcp.version>7.0.42</tomcat-dbcp.version> |
205 | 205 |
|
|
211 | 211 | <hibernate-validator.version>5.0.1.Final</hibernate-validator.version> |
212 | 212 |
|
213 | 213 | <!-- util --> |
214 | | - <guava.version>14.0.1</guava.version> |
| 214 | + <guava.version>15.0</guava.version> |
215 | 215 | <commons-lang3.version>3.1</commons-lang3.version> |
216 | 216 |
|
217 | 217 | <!-- testing --> |
218 | 218 | <org.hamcrest.version>1.3</org.hamcrest.version> |
219 | 219 | <junit.version>4.11</junit.version> |
220 | 220 | <mockito.version>1.9.5</mockito.version> |
221 | 221 |
|
222 | | - <httpcore.version>4.2.4</httpcore.version> |
223 | | - <httpclient.version>4.2.5</httpclient.version> |
| 222 | + <httpcore.version>4.3</httpcore.version> |
| 223 | + <httpclient.version>4.3.1</httpclient.version> |
224 | 224 |
|
225 | | - <rest-assured.version>1.8.1</rest-assured.version> |
| 225 | + <rest-assured.version>2.1.0</rest-assured.version> |
226 | 226 | <groovy.version>1.8.9</groovy.version> |
227 | 227 |
|
228 | 228 | <!-- Maven plugins --> |
229 | | - <cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version> |
| 229 | + <cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version> |
230 | 230 | <maven-surefire-plugin.version>2.16</maven-surefire-plugin.version> |
231 | 231 | </properties> |
232 | 232 |
|
|
0 commit comments