|
14 | 14 | <dependency> |
15 | 15 | <groupId>net.sourceforge.collections</groupId> |
16 | 16 | <artifactId>collections-generic</artifactId> |
17 | | - <version>4.01</version> |
| 17 | + <version>${collections-generic.version}</version> |
18 | 18 | </dependency> |
19 | 19 | <dependency> |
20 | 20 | <groupId>com.google.guava</groupId> |
|
25 | 25 | <dependency> |
26 | 26 | <groupId>org.apache.commons</groupId> |
27 | 27 | <artifactId>commons-collections4</artifactId> |
28 | | - <version>4.0</version> |
| 28 | + <version>${commons-collections4.version}</version> |
29 | 29 | </dependency> |
30 | 30 |
|
31 | 31 | <dependency> |
32 | 32 | <groupId>commons-io</groupId> |
33 | 33 | <artifactId>commons-io</artifactId> |
34 | | - <version>2.4</version> |
| 34 | + <version>${commons-io.version}</version> |
35 | 35 | </dependency> |
36 | 36 |
|
37 | 37 | <dependency> |
|
43 | 43 | <dependency> |
44 | 44 | <groupId>org.apache.commons</groupId> |
45 | 45 | <artifactId>commons-math3</artifactId> |
46 | | - <version>3.3</version> |
| 46 | + <version>${commons-math3.version}</version> |
47 | 47 | </dependency> |
48 | 48 |
|
49 | 49 | <dependency> |
|
122 | 122 | <scope>test</scope> |
123 | 123 | </dependency> |
124 | 124 |
|
125 | | - |
126 | | - |
127 | 125 | <dependency> |
128 | 126 | <groupId>org.mockito</groupId> |
129 | 127 | <artifactId>mockito-core</artifactId> |
|
321 | 319 | </profiles> |
322 | 320 |
|
323 | 321 | <properties> |
324 | | - <!-- persistence --> |
325 | | - <hibernate.version>4.3.11.Final</hibernate.version> |
326 | | - <mysql-connector-java.version>5.1.38</mysql-connector-java.version> |
327 | | - |
328 | 322 | <!-- marshalling --> |
329 | | - <jackson.version>2.7.8</jackson.version> |
| 323 | + <jackson.version>2.8.5</jackson.version> |
330 | 324 |
|
331 | 325 | <!-- logging --> |
332 | | - <org.slf4j.version>1.7.13</org.slf4j.version> |
333 | | - <logback.version>1.1.3</logback.version> |
334 | | - |
335 | | - <!-- various --> |
336 | | - <hibernate-validator.version>5.1.3.Final</hibernate-validator.version> |
| 326 | + <org.slf4j.version>1.7.21</org.slf4j.version> |
| 327 | + <logback.version>1.1.7</logback.version> |
337 | 328 |
|
338 | 329 | <!-- util --> |
339 | 330 | <guava.version>19.0</guava.version> |
340 | | - <commons-lang3.version>3.4</commons-lang3.version> |
| 331 | + <commons-lang3.version>3.5</commons-lang3.version> |
341 | 332 | <bouncycastle.version>1.55</bouncycastle.version> |
342 | 333 | <commons-codec.version>1.10</commons-codec.version> |
| 334 | + <commons-math3.version>3.6.1</commons-math3.version> |
| 335 | + <commons-io.version>2.5</commons-io.version> |
| 336 | + <commons-collections4.version>4.1</commons-collections4.version> |
| 337 | + <collections-generic.version>4.01</collections-generic.version> |
343 | 338 |
|
344 | 339 | <!-- testing --> |
345 | 340 | <org.hamcrest.version>1.3</org.hamcrest.version> |
346 | 341 | <junit.version>4.12</junit.version> |
347 | 342 | <mockito.version>1.10.19</mockito.version> |
348 | | - <testng.version>6.8</testng.version> |
349 | | - <assertj.version>3.5.1</assertj.version> |
350 | | - |
351 | | - <httpcore.version>4.4.1</httpcore.version> |
352 | | - <httpclient.version>4.5</httpclient.version> |
353 | | - |
354 | | - <rest-assured.version>2.9.0</rest-assured.version> |
| 343 | + <testng.version>6.10</testng.version> |
| 344 | + <assertj.version>3.6.1</assertj.version> |
355 | 345 |
|
356 | 346 | <!-- maven plugins --> |
357 | | - <maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version> |
358 | | - <maven-war-plugin.version>2.6</maven-war-plugin.version> |
| 347 | + <maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version> |
359 | 348 | <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version> |
360 | | - <maven-resources-plugin.version>2.7</maven-resources-plugin.version> |
361 | | - <cargo-maven2-plugin.version>1.4.18</cargo-maven2-plugin.version> |
362 | 349 |
|
363 | 350 | </properties> |
364 | 351 |
|
|
0 commit comments