|
47 | 47 | <config.version>1.4.3</config.version> |
48 | 48 |
|
49 | 49 | <!-- dependency injection --> |
50 | | - <avaje-inject.version>10.0</avaje-inject.version> |
| 50 | + <avaje-inject.version>10.1</avaje-inject.version> |
51 | 51 | <guice.version>7.0.0</guice.version> |
52 | 52 |
|
53 | 53 | <!-- logging --> |
|
68 | 68 | <asm.version>9.7</asm.version> |
69 | 69 |
|
70 | 70 | <!-- Server --> |
71 | | - <undertow.version>2.3.14.Final</undertow.version> |
| 71 | + <undertow.version>2.3.15.Final</undertow.version> |
72 | 72 | <jetty.version>12.0.11</jetty.version> |
73 | | - <netty.version>4.1.111.Final</netty.version> |
| 73 | + <netty.version>4.1.112.Final</netty.version> |
74 | 74 |
|
75 | 75 | <!--OpenAPI--> |
76 | 76 | <swagger.version>2.2.22</swagger.version> |
|
92 | 92 | <quartz.version>2.3.2</quartz.version> |
93 | 93 | <cron-utils.version>9.2.1</cron-utils.version> |
94 | 94 | <bucket4j-core.version>8.0.1</bucket4j-core.version> |
95 | | - <aws-java-sdk.version>1.12.761</aws-java-sdk.version> |
| 95 | + <aws-java-sdk.version>1.12.762</aws-java-sdk.version> |
96 | 96 | <camel.version>3.22.2</camel.version> |
97 | 97 | <frontend-plugin-core.version>1.15.0</frontend-plugin-core.version> |
98 | 98 | <jasypt.version>1.9.3</jasypt.version> |
|
132 | 132 | <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version> |
133 | 133 | <maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version> |
134 | 134 | <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version> |
135 | | - <maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version> |
| 135 | + <maven-javadoc-plugin.version>3.8.0</maven-javadoc-plugin.version> |
136 | 136 | <archetype-packaging.version>3.2.1</archetype-packaging.version> |
137 | 137 | <maven-plugin-annotations.version>3.13.1</maven-plugin-annotations.version> |
138 | 138 | <maven-plugin-api.version>3.9.8</maven-plugin-api.version> |
|
147 | 147 | <nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version> |
148 | 148 | <plexus-utils.version>4.0.1</plexus-utils.version> |
149 | 149 | <stork-maven-plugin.version>3.1.3</stork-maven-plugin.version> |
150 | | - <versions-maven-plugin.version>2.17.0</versions-maven-plugin.version> |
| 150 | + <versions-maven-plugin.version>2.17.1</versions-maven-plugin.version> |
151 | 151 | <exec-maven-plugin.version>3.3.0</exec-maven-plugin.version> |
152 | 152 | <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
153 | 153 | <frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version> |
|
1755 | 1755 | <plugin> |
1756 | 1756 | <groupId>org.codehaus.mojo</groupId> |
1757 | 1757 | <artifactId>versions-maven-plugin</artifactId> |
1758 | | - <version>2.17.0</version> |
| 1758 | + <version>2.17.1</version> |
1759 | 1759 | <executions> |
1760 | 1760 | <execution> |
1761 | 1761 | <goals> |
|
0 commit comments