|
29 | 29 | <maven.assembly.plugin.version>3.7.1</maven.assembly.plugin.version>
|
30 | 30 | <maven.changes.plugin.version>2.12.1</maven.changes.plugin.version>
|
31 | 31 | <maven.clean.plugin.version>3.3.1</maven.clean.plugin.version>
|
32 |
| - <maven.dependency.plugin.version>3.6.0</maven.dependency.plugin.version> |
| 32 | + <maven.dependency.plugin.version>3.8.1</maven.dependency.plugin.version> |
33 | 33 | <maven.deploy.plugin.version>3.1.1</maven.deploy.plugin.version>
|
34 | 34 | <maven.failsafe.plugin.version>2.22.2</maven.failsafe.plugin.version>
|
35 | 35 | <maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
|
36 |
| - <maven.helper.plugin.version>3.4.0</maven.helper.plugin.version> |
| 36 | + <maven.helper.plugin.version>3.6.0</maven.helper.plugin.version> |
37 | 37 | <maven.install.plugin.version>3.1.1</maven.install.plugin.version>
|
38 | 38 | <maven.jar.plugin.version>3.3.0</maven.jar.plugin.version>
|
39 |
| - <maven.javadoc.plugin.version>3.5.0</maven.javadoc.plugin.version> |
| 39 | + <maven.javadoc.plugin.version>3.11.2</maven.javadoc.plugin.version> |
40 | 40 | <maven.nexus-staging.plugin.version>1.6.13</maven.nexus-staging.plugin.version>
|
41 | 41 | <maven.plugin.annotations.version>3.13.1</maven.plugin.annotations.version>
|
42 | 42 | <maven.plugin.plugin.version>3.9.0</maven.plugin.plugin.version>
|
43 | 43 | <maven.release.plugin.version>3.0.1</maven.release.plugin.version>
|
44 |
| - <maven.resources.plugin.version>3.0.2</maven.resources.plugin.version> |
| 44 | + <maven.resource.plugin.version>3.3.1</maven.resource.plugin.version> |
45 | 45 | <maven.scm.plugin.version>1.11.2</maven.scm.plugin.version>
|
46 | 46 | <maven.source.plugin.version>3.0.1</maven.source.plugin.version>
|
47 | 47 | <maven.surefire.plugin.version>2.22.2</maven.surefire.plugin.version>
|
48 | 48 | <maven.war.plugin.version>3.4.0</maven.war.plugin.version>
|
49 |
| - <apache.rat.plugin.version>0.15</apache.rat.plugin.version> |
| 49 | + <apache.rat.plugin.version>0.16.1</apache.rat.plugin.version> |
50 | 50 |
|
51 |
| - <citrus.version>4.4.0</citrus.version> |
| 51 | + <citrus.version>4.5.0</citrus.version> |
52 | 52 | <commons.logging.api.version>1.1</commons.logging.api.version>
|
53 |
| - <commons.logging.version>1.3.3</commons.logging.version> |
54 |
| - <httpclient.version>5.3.1</httpclient.version> |
55 |
| - <jackson.version>2.17.2</jackson.version> |
56 |
| - <log4j2.version>2.22.1</log4j2.version> |
| 53 | + <commons.logging.version>1.3.4</commons.logging.version> |
| 54 | + <httpclient.version>5.4.1</httpclient.version> |
| 55 | + <jackson.version>2.18.2</jackson.version> |
| 56 | + <log4j2.version>2.23.1</log4j2.version> |
57 | 57 | <slf4j.version>2.0.11</slf4j.version>
|
58 |
| - <vertx.version>4.5.9</vertx.version> |
59 |
| - <xstream.version>1.4.20</xstream.version> |
| 58 | + <vertx.version>4.5.10</vertx.version> |
| 59 | + <xstream.version>1.4.21</xstream.version> |
60 | 60 |
|
61 | 61 | <!-- Documentation -->
|
62 | 62 | <javadoc.options>-Xdoclint:none</javadoc.options>
|
|
331 | 331 | <plugin>
|
332 | 332 | <groupId>org.apache.maven.plugins</groupId>
|
333 | 333 | <artifactId>maven-resources-plugin</artifactId>
|
334 |
| - <version>${maven.resources.plugin.version}</version> |
| 334 | + <version>${maven.resource.plugin.version}</version> |
335 | 335 | </plugin>
|
336 | 336 | <plugin>
|
337 | 337 | <groupId>org.apache.maven.plugins</groupId>
|
|
0 commit comments