|
51 | 51 | <dependency> |
52 | 52 | <groupId>commons-codec</groupId> |
53 | 53 | <artifactId>commons-codec</artifactId> |
54 | | - <version>1.9</version> |
| 54 | + <version>${commons-codec.version}</version> |
55 | 55 | </dependency> |
56 | 56 |
|
57 | 57 | <dependency> |
58 | 58 | <groupId>org.apache.httpcomponents</groupId> |
59 | 59 | <artifactId>httpasyncclient</artifactId> |
60 | | - <version>4.1-beta1</version> <!-- 4.0.2 --> <!-- 4.1-beta1 --> |
| 60 | + <version>${httpasyncclient.version}</version> <!-- 4.0.2 --> <!-- 4.1-beta1 --> |
61 | 61 | </dependency> |
62 | 62 |
|
63 | 63 | <!-- logging --> |
|
188 | 188 | </profiles> |
189 | 189 |
|
190 | 190 | <properties> |
191 | | - <!-- persistence --> |
192 | | - <hibernate.version>4.3.11.Final</hibernate.version> |
193 | | - <mysql-connector-java.version>5.1.38</mysql-connector-java.version> |
194 | | - |
195 | 191 | <!-- logging --> |
196 | | - <org.slf4j.version>1.7.13</org.slf4j.version> |
197 | | - <logback.version>1.1.3</logback.version> |
198 | | - |
199 | | - <!-- various --> |
200 | | - <hibernate-validator.version>5.1.3.Final</hibernate-validator.version> |
| 192 | + <org.slf4j.version>1.7.21</org.slf4j.version> |
| 193 | + <logback.version>1.1.7</logback.version> |
201 | 194 |
|
202 | 195 | <!-- util --> |
203 | 196 | <guava.version>19.0</guava.version> |
204 | | - <commons-lang3.version>3.4</commons-lang3.version> |
| 197 | + <commons-lang3.version>3.5</commons-lang3.version> |
| 198 | + <commons-codec.version>1.10</commons-codec.version> |
| 199 | + <httpasyncclient.version>4.1.2</httpasyncclient.version> |
205 | 200 |
|
206 | 201 | <!-- testing --> |
207 | 202 | <org.hamcrest.version>1.3</org.hamcrest.version> |
208 | 203 | <junit.version>4.12</junit.version> |
209 | 204 | <mockito.version>1.10.19</mockito.version> |
210 | 205 |
|
211 | | - <httpcore.version>4.4.1</httpcore.version> |
212 | | - <httpclient.version>4.5</httpclient.version> <!-- 4.3.6 --> <!-- 4.4-beta1 --> |
213 | | - |
214 | | - <rest-assured.version>2.9.0</rest-assured.version> |
| 206 | + <httpcore.version>4.4.5</httpcore.version> |
| 207 | + <httpclient.version>4.5.2</httpclient.version> <!-- 4.3.6 --> <!-- 4.4-beta1 --> |
215 | 208 |
|
216 | 209 | <!-- maven plugins --> |
217 | | - <maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version> |
218 | | - <maven-war-plugin.version>2.6</maven-war-plugin.version> |
| 210 | + <maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version> |
219 | 211 | <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version> |
220 | | - <maven-resources-plugin.version>2.7</maven-resources-plugin.version> |
221 | | - <cargo-maven2-plugin.version>1.4.18</cargo-maven2-plugin.version> |
| 212 | + <cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version> |
222 | 213 |
|
223 | 214 | </properties> |
224 | 215 |
|
|
0 commit comments