|
10 | 10 |
|
11 | 11 | <properties> |
12 | 12 | <jdk.version>1.8</jdk.version> |
13 | | - <jersey.version>2.22.2</jersey.version> |
14 | | - <httpclient.version>4.5.2</httpclient.version> |
| 13 | + <jersey.version>2.25</jersey.version> |
| 14 | + <httpclient.version>4.5.6</httpclient.version> |
15 | 15 | <jackson.version>2.9.8</jackson.version> |
16 | 16 | <commons-io.version>2.6</commons-io.version> |
17 | 17 | <projectName>doecodeapi</projectName> |
|
29 | 29 | <dependency> |
30 | 30 | <groupId>junit</groupId> |
31 | 31 | <artifactId>junit</artifactId> |
32 | | - <version>4.11</version> |
| 32 | + <version>4.12</version> |
33 | 33 | <scope>test</scope> |
34 | 34 | </dependency> |
35 | 35 | <dependency> |
|
42 | 42 | <dependency> |
43 | 43 | <groupId>org.apache.commons</groupId> |
44 | 44 | <artifactId>commons-dbcp2</artifactId> |
45 | | - <version>2.1.1</version> |
| 45 | + <version>2.5.0</version> |
46 | 46 | </dependency> |
47 | 47 |
|
48 | 48 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> |
49 | 49 | <dependency> |
50 | 50 | <groupId>org.apache.commons</groupId> |
51 | 51 | <artifactId>commons-lang3</artifactId> |
52 | | - <version>3.5</version> |
| 52 | + <version>3.8.1</version> |
53 | 53 | </dependency> |
54 | 54 |
|
55 | 55 | <dependency> |
56 | 56 | <groupId>org.slf4j</groupId> |
57 | 57 | <artifactId>slf4j-log4j12</artifactId> |
58 | | - <version>1.7.22</version> |
| 58 | + <version>1.7.25</version> |
59 | 59 | </dependency> |
60 | 60 |
|
61 | 61 | <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> |
62 | 62 | <dependency> |
63 | 63 | <groupId>org.postgresql</groupId> |
64 | 64 | <artifactId>postgresql</artifactId> |
65 | | - <version>9.4.1212</version> |
| 65 | + <version>42.2.5</version> |
66 | 66 | </dependency> |
67 | 67 |
|
68 | 68 | <!-- for COUNTRY CODE and name conversions based on ISO-3166-1 standard --> |
69 | 69 | <dependency> |
70 | 70 | <groupId>com.neovisionaries</groupId> |
71 | 71 | <artifactId>nv-i18n</artifactId> |
72 | | - <version>1.22</version> |
| 72 | + <version>1.23</version> |
73 | 73 | </dependency> |
74 | 74 |
|
75 | 75 | <!-- https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber --> |
76 | 76 | <!-- for phone number validation, including international --> |
77 | 77 | <dependency> |
78 | 78 | <groupId>com.googlecode.libphonenumber</groupId> |
79 | 79 | <artifactId>libphonenumber</artifactId> |
80 | | - <version>8.7.1</version> |
| 80 | + <version>8.10.4</version> |
81 | 81 | </dependency> |
82 | 82 |
|
83 | 83 |
|
|
133 | 133 | <dependency> |
134 | 134 | <groupId>javax.ws.rs</groupId> |
135 | 135 | <artifactId>javax.ws.rs-api</artifactId> |
136 | | - <version>2.0.1</version> |
| 136 | + <version>2.1.1</version> |
137 | 137 | <type>jar</type> |
138 | 138 | </dependency> |
139 | 139 |
|
|
177 | 177 |
|
178 | 178 | <dependency> |
179 | 179 | <groupId>org.eclipse.persistence</groupId> |
180 | | - <artifactId>eclipselink</artifactId> |
181 | | - <version>2.6.0</version> |
| 180 | + <artifactId>org.eclipse.persistence.jpa</artifactId> |
| 181 | + <version>2.7.4</version> |
| 182 | + </dependency> |
| 183 | + <dependency> |
| 184 | + <groupId>org.eclipse.persistence</groupId> |
| 185 | + <artifactId>org.eclipse.persistence.moxy</artifactId> |
| 186 | + <version>2.7.4</version> |
182 | 187 | </dependency> |
183 | 188 | <dependency> |
184 | 189 | <groupId>commons-beanutils</groupId> |
185 | 190 | <artifactId>commons-beanutils</artifactId> |
186 | | - <version>1.9.2</version> |
| 191 | + <version>1.9.3</version> |
187 | 192 | <type>jar</type> |
188 | 193 | </dependency> |
189 | 194 |
|
190 | 195 | <!-- javax bean validation reference spec --> |
191 | 196 | <dependency> |
192 | 197 | <groupId>javax.validation</groupId> |
193 | 198 | <artifactId>validation-api</artifactId> |
194 | | - <version>2.0.0.Final</version> |
| 199 | + <version>2.0.1.Final</version> |
195 | 200 | </dependency> |
196 | 201 |
|
197 | 202 | <!-- Java Bean validation libraries from Hibernate --> |
198 | 203 | <dependency> |
199 | 204 | <groupId>org.hibernate.validator</groupId> |
200 | 205 | <artifactId>hibernate-validator</artifactId> |
201 | | - <version>6.0.2.Final</version> |
| 206 | + <version>6.0.14.Final</version> |
202 | 207 | </dependency> |
203 | 208 | <dependency> |
204 | 209 | <groupId>org.hibernate.validator</groupId> |
205 | 210 | <artifactId>hibernate-validator-annotation-processor</artifactId> |
206 | | - <version>6.0.2.Final</version> |
| 211 | + <version>6.0.14.Final</version> |
207 | 212 | </dependency> |
208 | 213 |
|
209 | 214 | <!-- apache shiro authentication layer --> |
210 | 215 | <dependency> |
211 | 216 | <groupId>org.apache.shiro</groupId> |
212 | 217 | <artifactId>shiro-core</artifactId> |
213 | | - <version>1.3.2</version> |
| 218 | + <version>1.4.0</version> |
214 | 219 | </dependency> |
215 | 220 |
|
216 | 221 | <dependency> |
217 | 222 | <groupId>org.apache.shiro</groupId> |
218 | 223 | <artifactId>shiro-web</artifactId> |
219 | | - <version>1.3.2</version> |
| 224 | + <version>1.4.0</version> |
220 | 225 | </dependency> |
221 | 226 |
|
222 | 227 | <dependency> |
|
228 | 233 | <dependency> |
229 | 234 | <groupId>io.jsonwebtoken</groupId> |
230 | 235 | <artifactId>jjwt</artifactId> |
231 | | - <version>0.7.0</version> |
| 236 | + <version>0.9.1</version> |
232 | 237 | </dependency> |
233 | 238 |
|
234 | 239 |
|
235 | 240 | <dependency> |
236 | 241 | <groupId>org.apache.commons</groupId> |
237 | 242 | <artifactId>commons-email</artifactId> |
238 | | - <version>1.4</version> |
| 243 | + <version>1.5</version> |
239 | 244 | </dependency> |
240 | 245 | <!-- git support --> |
241 | 246 | <dependency> |
242 | 247 | <groupId>org.eclipse.jgit</groupId> |
243 | 248 | <artifactId>org.eclipse.jgit</artifactId> |
244 | | - <version>5.2.0.201812061821-r</version> |
| 249 | + <version>5.2.1.201812262042-r</version> |
245 | 250 | <type>jar</type> |
246 | 251 | </dependency> |
247 | 252 | <!-- SVN support --> |
248 | 253 | <dependency> |
249 | 254 | <groupId>org.tmatesoft.svnkit</groupId> |
250 | 255 | <artifactId>svnkit</artifactId> |
251 | | - <version>1.9.0</version> |
| 256 | + <version>1.9.3</version> |
252 | 257 | <type>jar</type> |
253 | 258 | </dependency> |
254 | 259 |
|
|
269 | 274 | </resources> |
270 | 275 |
|
271 | 276 | <plugins> |
| 277 | + <!-- support checking for latest versions --> |
| 278 | + <plugin> |
| 279 | + <groupId>org.codehaus.mojo</groupId> |
| 280 | + <artifactId>versions-maven-plugin</artifactId> |
| 281 | + <version>2.7</version> |
| 282 | + <configuration> |
| 283 | + <rulesUri>file:///${project.basedir}/plugin_rules.xml</rulesUri> |
| 284 | + </configuration> |
| 285 | + </plugin> |
272 | 286 | <!-- support shared resources properties files --> |
273 | 287 | <plugin> |
274 | 288 | <groupId>org.codehaus.mojo</groupId> |
|
291 | 305 | <plugin> |
292 | 306 | <groupId>org.apache.maven.plugins</groupId> |
293 | 307 | <artifactId>maven-surefire-plugin</artifactId> |
294 | | - <version>2.16</version> |
| 308 | + <version>2.22.1</version> |
295 | 309 | <configuration> |
296 | 310 | <systemPropertyVariables> |
297 | 311 | <!-- to fool logging --> |
|
306 | 320 | <plugin> |
307 | 321 | <groupId>org.eclipse.jetty</groupId> |
308 | 322 | <artifactId>jetty-maven-plugin</artifactId> |
309 | | - <version>9.4.2.v20170220</version> |
| 323 | + <version>9.4.14.v20181114</version> |
310 | 324 | <configuration> |
311 | 325 | <scanIntervalSeconds>10</scanIntervalSeconds> |
312 | 326 | <webApp> |
|
333 | 347 | <plugin> |
334 | 348 | <groupId>org.apache.maven.plugins</groupId> |
335 | 349 | <artifactId>maven-compiler-plugin</artifactId> |
336 | | - <version>2.3.2</version> |
| 350 | + <version>2.5.1</version> |
337 | 351 | <configuration> |
338 | 352 | <source>${jdk.version}</source> |
339 | 353 | <target>${jdk.version}</target> |
|
345 | 359 | <plugin> |
346 | 360 | <groupId>org.apache.maven.plugins</groupId> |
347 | 361 | <artifactId>maven-war-plugin</artifactId> |
348 | | - <version>3.2.0</version> |
| 362 | + <version>3.2.2</version> |
349 | 363 | <configuration> |
350 | 364 | <webResources> |
351 | 365 | <resource> |
|
363 | 377 | <plugin> |
364 | 378 | <groupId>org.apache.maven.plugins</groupId> |
365 | 379 | <artifactId>maven-resources-plugin</artifactId> |
366 | | - <version>2.4.3</version> |
| 380 | + <version>2.6</version> |
367 | 381 | <configuration> |
368 | 382 | <encoding>${project.build.sourceEncoding}</encoding> |
369 | 383 | </configuration> |
|
0 commit comments