|
102 | 102 | </plugin>
|
103 | 103 | <plugin>
|
104 | 104 | <artifactId>maven-javadoc-plugin</artifactId>
|
105 |
| - <version>3.5.0</version> |
| 105 | + <version>3.10.0</version> |
106 | 106 | </plugin>
|
107 | 107 | <plugin>
|
108 | 108 | <artifactId>maven-plugin-plugin</artifactId>
|
|
358 | 358 | <dependency>
|
359 | 359 | <groupId>commons-codec</groupId>
|
360 | 360 | <artifactId>commons-codec</artifactId>
|
361 |
| - <version>1.15</version> |
| 361 | + <version>1.17.1</version> |
362 | 362 | <scope>test</scope>
|
363 | 363 | </dependency>
|
364 | 364 | <dependency>
|
365 | 365 | <groupId>commons-io</groupId>
|
366 | 366 | <artifactId>commons-io</artifactId>
|
367 |
| - <version>2.11.0</version> |
| 367 | + <version>2.17.0</version> |
368 | 368 | </dependency>
|
369 | 369 | <dependency>
|
370 | 370 | <groupId>commons-lang</groupId>
|
|
374 | 374 | <dependency>
|
375 | 375 | <groupId>org.apache.commons</groupId>
|
376 | 376 | <artifactId>commons-text</artifactId>
|
377 |
| - <version>1.10.0</version> |
| 377 | + <version>1.12.0</version> |
378 | 378 | </dependency>
|
379 | 379 | <dependency>
|
380 | 380 | <groupId>org.apache.commons</groupId>
|
381 | 381 | <artifactId>commons-lang3</artifactId>
|
382 |
| - <version>3.12.0</version> |
| 382 | + <version>3.17.0</version> |
383 | 383 | </dependency>
|
384 | 384 | <dependency>
|
385 | 385 | <groupId>javax.annotation</groupId>
|
|
399 | 399 | <dependency>
|
400 | 400 | <groupId>joda-time</groupId>
|
401 | 401 | <artifactId>joda-time</artifactId>
|
402 |
| - <version>2.12.2</version> |
| 402 | + <version>2.13.0</version> |
403 | 403 | </dependency>
|
404 | 404 | <dependency>
|
405 | 405 | <groupId>junit</groupId>
|
|
436 | 436 | <dependency>
|
437 | 437 | <groupId>org.apache.ant</groupId>
|
438 | 438 | <artifactId>ant</artifactId>
|
439 |
| - <version>1.10.13</version> |
| 439 | + <version>1.10.15</version> |
440 | 440 | </dependency>
|
441 | 441 | <dependency>
|
442 | 442 | <groupId>org.apache.bval</groupId>
|
|
512 | 512 | <dependency>
|
513 | 513 | <groupId>org.skyscreamer</groupId>
|
514 | 514 | <artifactId>jsonassert</artifactId>
|
515 |
| - <version>1.5.1</version> |
| 515 | + <version>1.5.3</version> |
516 | 516 | <scope>test</scope>
|
517 | 517 | </dependency>
|
518 | 518 | </dependencies>
|
|
0 commit comments