|
32 | 32 | <project.build.outputTimestamp>2025-10-02T08:45:44Z</project.build.outputTimestamp> |
33 | 33 |
|
34 | 34 | <aspectj.version>1.9.22.1</aspectj.version> |
35 | | - <maven.version>3.9.11</maven.version> |
36 | | - <vertx.version>5.0.6</vertx.version> |
37 | | - <micrometer.version>1.15.5</micrometer.version> <!-- https://github.com/vert-x3/vertx-micrometer-metrics/blob/master/pom.xml#L41 --> |
| 35 | + <maven.version>3.9.14</maven.version> |
| 36 | + <vertx.version>5.0.10</vertx.version> |
| 37 | + <micrometer.version>1.16.3</micrometer.version> <!-- https://github.com/vert-x3/vertx-micrometer-metrics/blob/master/pom.xml#L41 --> |
38 | 38 | <awaitility.version>4.3.0</awaitility.version> |
39 | 39 | <hamcrest.version>3.0</hamcrest.version> |
40 | | - <okapi.version>7.0.1</okapi.version> |
| 40 | + <okapi.version>7.0.3</okapi.version> |
41 | 41 |
|
42 | 42 | <!-- ramlfiles_path needed to generate interfaces, pojos and api mapping |
43 | 43 | path to func, ui of raml --> |
|
65 | 65 | <dependency> |
66 | 66 | <groupId>org.apache.logging.log4j</groupId> |
67 | 67 | <artifactId>log4j-bom</artifactId> |
68 | | - <version>2.25.2</version> |
| 68 | + <version>2.25.4</version> |
69 | 69 | <type>pom</type> |
70 | 70 | <scope>import</scope> |
71 | 71 | </dependency> |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>io.rest-assured</groupId> |
88 | 88 | <artifactId>rest-assured</artifactId> |
89 | | - <version>5.5.6</version> |
| 89 | + <version>5.5.7</version> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>javax.ws.rs</groupId> |
|
96 | 96 | <dependency> |
97 | 97 | <groupId>commons-io</groupId> |
98 | 98 | <artifactId>commons-io</artifactId> |
99 | | - <version>2.18.0</version> |
| 99 | + <version>2.21.0</version> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>junit</groupId> |
|
111 | 111 | <dependency> |
112 | 112 | <groupId>org.apache.commons</groupId> |
113 | 113 | <artifactId>commons-lang3</artifactId> |
114 | | - <version>3.17.0</version> |
| 114 | + <version>3.20.0</version> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>org.aspectj</groupId> |
|
136 | 136 | <dependency> |
137 | 137 | <groupId>org.assertj</groupId> |
138 | 138 | <artifactId>assertj-core</artifactId> |
139 | | - <version>3.27.3</version> |
| 139 | + <version>3.27.7</version> |
140 | 140 | </dependency> |
141 | 141 | <dependency> |
142 | 142 | <groupId>org.junit</groupId> |
143 | 143 | <artifactId>junit-bom</artifactId> |
144 | | - <version>6.0.1</version> |
| 144 | + <version>6.0.3</version> |
145 | 145 | <type>pom</type> |
146 | 146 | <scope>import</scope> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>org.mockito</groupId> |
150 | 150 | <artifactId>mockito-bom</artifactId> |
151 | | - <version>5.20.0</version> |
| 151 | + <version>5.23.0</version> |
152 | 152 | <type>pom</type> |
153 | 153 | <scope>import</scope> |
154 | 154 | </dependency> |
155 | 155 | <dependency> |
156 | 156 | <groupId>org.glassfish.jersey.media</groupId> |
157 | 157 | <artifactId>jersey-media-json-jackson</artifactId> |
158 | | - <version>2.46</version> |
| 158 | + <version>2.48</version> |
159 | 159 | </dependency> |
160 | 160 | <dependency> |
161 | 161 | <groupId>org.hibernate.validator</groupId> |
162 | 162 | <artifactId>hibernate-validator</artifactId> |
163 | | - <version>8.0.2.Final</version> |
| 163 | + <version>9.1.0.Final</version> |
164 | 164 | </dependency> |
165 | 165 | <dependency> |
166 | 166 | <groupId>org.glassfish</groupId> |
|
180 | 180 | <dependency> |
181 | 181 | <groupId>org.apache.commons</groupId> |
182 | 182 | <artifactId>commons-collections4</artifactId> |
183 | | - <version>4.4</version> |
| 183 | + <version>4.5.0</version> |
184 | 184 | </dependency> |
185 | 185 | <dependency> |
186 | 186 | <groupId>org.testcontainers</groupId> |
187 | 187 | <artifactId>testcontainers-bom</artifactId> |
188 | | - <version>2.0.3</version> |
| 188 | + <version>2.0.4</version> |
189 | 189 | <type>pom</type> |
190 | 190 | <scope>import</scope> |
191 | 191 | </dependency> |
192 | | - <!-- remove org.postgresql:postgresql dependency when testcontainers |
193 | | - comes with postgresql:postgresql >= 42.7.2 fixing |
194 | | - https://nvd.nist.gov/vuln/detail/CVE-2024-1597 |
195 | | - --> |
196 | 192 | <dependency> |
197 | 193 | <groupId>org.postgresql</groupId> |
198 | 194 | <artifactId>postgresql</artifactId> |
199 | | - <version>42.7.5</version> |
| 195 | + <version>42.7.10</version> |
200 | 196 | </dependency> |
201 | 197 | </dependencies> |
202 | 198 | </dependencyManagement> |
|
208 | 204 | <plugin> |
209 | 205 | <groupId>org.apache.maven.plugins</groupId> |
210 | 206 | <artifactId>maven-compiler-plugin</artifactId> |
211 | | - <version>3.14.0</version> |
| 207 | + <version>3.15.0</version> |
212 | 208 | <configuration> |
213 | 209 | <release>21</release> |
214 | 210 | <compilerArgument>-Xlint:unchecked</compilerArgument> |
|
219 | 215 | <plugin> |
220 | 216 | <groupId>dev.aspectj</groupId> |
221 | 217 | <artifactId>aspectj-maven-plugin</artifactId> |
222 | | - <version>1.14</version> |
| 218 | + <version>1.14.1</version> |
223 | 219 | </plugin> |
224 | 220 |
|
225 | 221 | <plugin> |
226 | 222 | <groupId>org.codehaus.mojo</groupId> |
227 | 223 | <artifactId>exec-maven-plugin</artifactId> |
228 | | - <version>3.5.0</version> |
| 224 | + <version>3.6.3</version> |
229 | 225 | </plugin> |
230 | 226 |
|
231 | 227 | <plugin> |
232 | 228 | <groupId>org.apache.maven.plugins</groupId> |
233 | 229 | <artifactId>maven-enforcer-plugin</artifactId> |
234 | | - <version>3.5.0</version> |
| 230 | + <version>3.6.2</version> |
235 | 231 | </plugin> |
236 | 232 |
|
237 | 233 | <plugin> |
238 | 234 | <groupId>org.apache.maven.plugins</groupId> |
239 | 235 | <artifactId>maven-surefire-plugin</artifactId> |
240 | | - <version>3.5.2</version> |
| 236 | + <version>3.5.5</version> |
241 | 237 | </plugin> |
242 | 238 |
|
243 | 239 | <plugin> |
244 | 240 | <groupId>org.apache.maven.plugins</groupId> |
245 | 241 | <artifactId>maven-shade-plugin</artifactId> |
246 | | - <version>3.6.0</version> |
| 242 | + <version>3.6.2</version> |
247 | 243 | <configuration> |
248 | 244 | <filters> |
249 | 245 | <filter> |
|
259 | 255 | <plugin> |
260 | 256 | <groupId>org.apache.maven.plugins</groupId> |
261 | 257 | <artifactId>maven-failsafe-plugin</artifactId> |
262 | | - <version>3.5.2</version> |
| 258 | + <version>3.5.5</version> |
263 | 259 | <configuration> |
264 | 260 | <useSystemClassLoader>false</useSystemClassLoader> |
265 | 261 | <classesDirectory>${project.build.outputDirectory}</classesDirectory> |
|
278 | 274 | <plugin> |
279 | 275 | <groupId>org.apache.maven.plugins</groupId> |
280 | 276 | <artifactId>maven-resources-plugin</artifactId> |
281 | | - <version>3.3.1</version> |
| 277 | + <version>3.5.0</version> |
282 | 278 | </plugin> |
283 | 279 |
|
284 | 280 | <plugin> |
|
313 | 309 | <plugin> |
314 | 310 | <groupId>org.codehaus.mojo</groupId> |
315 | 311 | <artifactId>versions-maven-plugin</artifactId> |
316 | | - <version>2.18.0</version> |
| 312 | + <version>2.21.0</version> |
317 | 313 | <configuration> |
318 | 314 | <generateBackupPoms>false</generateBackupPoms> |
319 | 315 | </configuration> |
|
322 | 318 | <plugin> |
323 | 319 | <groupId>org.codehaus.mojo</groupId> |
324 | 320 | <artifactId>properties-maven-plugin</artifactId> |
325 | | - <version>1.2.1</version> |
| 321 | + <version>1.3.0</version> |
326 | 322 | <executions> |
327 | 323 | <execution> |
328 | 324 | <goals> |
|
343 | 339 | <plugin> |
344 | 340 | <groupId>org.apache.maven.plugins</groupId> |
345 | 341 | <artifactId>maven-checkstyle-plugin</artifactId> |
346 | | - <version>3.5.0</version> |
| 342 | + <version>3.6.0</version> |
347 | 343 | <dependencies> |
348 | 344 | <dependency> |
349 | 345 | <groupId>com.puppycrawl.tools</groupId> |
350 | 346 | <artifactId>checkstyle</artifactId> |
351 | | - <version>10.21.3</version> |
| 347 | + <version>13.4.0</version> |
352 | 348 | </dependency> |
353 | 349 | </dependencies> |
354 | 350 | <executions> |
|
374 | 370 | <plugin> |
375 | 371 | <groupId>org.apache.maven.plugins</groupId> |
376 | 372 | <artifactId>maven-release-plugin</artifactId> |
377 | | - <version>3.1.1</version> |
| 373 | + <version>3.3.1</version> |
378 | 374 | <configuration> |
379 | 375 | <preparationGoals>clean verify</preparationGoals> |
380 | 376 | <tagNameFormat>v@{project.version}</tagNameFormat> |
|
409 | 405 | <plugin> |
410 | 406 | <groupId>org.apache.maven.plugins</groupId> |
411 | 407 | <artifactId>maven-jar-plugin</artifactId> |
412 | | - <version>3.4.2</version> |
| 408 | + <version>3.5.0</version> |
413 | 409 | </plugin> |
414 | 410 |
|
415 | 411 | <plugin> |
416 | 412 | <artifactId>maven-source-plugin</artifactId> |
417 | | - <version>3.3.1</version> |
| 413 | + <version>3.4.0</version> |
418 | 414 | <executions> |
419 | 415 | <execution> |
420 | 416 | <id>attach-sources</id> |
|
428 | 424 |
|
429 | 425 | <plugin> |
430 | 426 | <artifactId>maven-javadoc-plugin</artifactId> |
431 | | - <version>3.11.2</version> |
| 427 | + <version>3.12.0</version> |
432 | 428 | <executions> |
433 | 429 | <execution> |
434 | 430 | <id>attach-javadocs</id> |
|
0 commit comments