|
103 | 103 | <javax-annotations.version>3.0.2</javax-annotations.version> |
104 | 104 |
|
105 | 105 | <osgi.version>8.0.0</osgi.version> |
106 | | - <osgi-annotations.version>1.5.0</osgi-annotations.version><!-- 1.4.0: requires OSGi R7 --> |
| 106 | + <osgi-annotations.version>1.5.1</osgi-annotations.version><!-- 1.4.0: requires OSGi R7 --> |
107 | 107 |
|
108 | | - <assertj.version>3.22.0</assertj.version> |
109 | | - <mockito.version>4.5.1</mockito.version> |
110 | | - <junit.version>5.8.2</junit.version> |
| 108 | + <assertj.version>3.24.2</assertj.version> |
| 109 | + <mockito.version>5.0.0</mockito.version> |
| 110 | + <junit.version>5.9.2</junit.version> |
111 | 111 | </properties> |
112 | 112 |
|
113 | 113 | <dependencies> |
|
253 | 253 | <plugin> |
254 | 254 | <groupId>org.apache.felix</groupId> |
255 | 255 | <artifactId>maven-bundle-plugin</artifactId> |
256 | | - <version>5.1.6</version> |
| 256 | + <version>5.1.8</version> |
257 | 257 | <extensions>true</extensions> |
258 | 258 | <configuration> |
259 | 259 | <exportScr>true</exportScr> |
|
302 | 302 | <plugin> |
303 | 303 | <groupId>org.apache.maven.plugins</groupId> |
304 | 304 | <artifactId>maven-deploy-plugin</artifactId> |
305 | | - <version>3.0.0-M1</version> |
| 305 | + <version>3.0.0</version> |
306 | 306 | </plugin> |
307 | 307 |
|
308 | 308 | <plugin> |
309 | 309 | <groupId>org.apache.maven.plugins</groupId> |
310 | 310 | <artifactId>maven-dependency-plugin</artifactId> |
311 | | - <version>3.3.0</version> |
| 311 | + <version>3.5.0</version> |
312 | 312 | </plugin> |
313 | 313 |
|
314 | 314 | <plugin> |
315 | 315 | <groupId>org.apache.maven.plugins</groupId> |
316 | 316 | <artifactId>maven-install-plugin</artifactId> |
317 | | - <version>3.0.0-M1</version> |
| 317 | + <version>3.1.0</version> |
318 | 318 | </plugin> |
319 | 319 |
|
320 | 320 | <plugin> |
|
326 | 326 | <plugin> |
327 | 327 | <groupId>org.apache.maven.plugins</groupId> |
328 | 328 | <artifactId>maven-jar-plugin</artifactId> |
329 | | - <version>3.2.2</version> |
| 329 | + <version>3.3.0</version> |
330 | 330 | <configuration> |
331 | 331 | <skipIfEmpty>true</skipIfEmpty> |
332 | 332 | </configuration> |
|
336 | 336 | <!-- `deploy-javadoc` profile comes in addition to this configuration --> |
337 | 337 | <groupId>org.apache.maven.plugins</groupId> |
338 | 338 | <artifactId>maven-javadoc-plugin</artifactId> |
339 | | - <version>3.4.0</version> |
| 339 | + <version>3.4.1</version> |
340 | 340 | <configuration> |
341 | 341 | <additionalOptions>-Xdoclint:none</additionalOptions> |
342 | 342 | <failOnError>false</failOnError> |
|
350 | 350 | <plugin> |
351 | 351 | <groupId>org.apache.maven.plugins</groupId> |
352 | 352 | <artifactId>maven-resources-plugin</artifactId> |
353 | | - <version>3.2.0</version> |
| 353 | + <version>3.3.0</version> |
354 | 354 | </plugin> |
355 | 355 |
|
356 | 356 | <plugin> |
|
362 | 362 | <plugin> |
363 | 363 | <groupId>org.apache.maven.plugins</groupId> |
364 | 364 | <artifactId>maven-surefire-plugin</artifactId> |
365 | | - <version>3.0.0-M5</version> |
| 365 | + <version>3.0.0-M7</version> |
366 | 366 | <configuration> |
367 | 367 | <!-- Property @{argLine} : created by jacoco:prepare-agent --> |
368 | 368 | <argLine>@{argLine} ${argLine.global}</argLine> |
|
372 | 372 | <java.util.logging.SimpleFormatter.format>[%4$s] %5$s%6$s%n |
373 | 373 | </java.util.logging.SimpleFormatter.format> |
374 | 374 | </systemPropertyVariables> |
| 375 | + <!-- allow to use unnamed modules --> |
| 376 | + <useModulePath>false</useModulePath> |
375 | 377 | </configuration> |
376 | 378 | </plugin> |
377 | 379 |
|
378 | 380 | <plugin> <!-- Disable by default --> |
379 | 381 | <groupId>org.apache.maven.plugins</groupId> |
380 | 382 | <artifactId>maven-site-plugin</artifactId> |
381 | | - <version>3.12.0</version> |
| 383 | + <version>3.12.1</version> |
382 | 384 | <configuration> |
383 | 385 | <skip>true</skip> |
384 | 386 | <skipDeploy>true</skipDeploy> |
|
388 | 390 | <plugin> |
389 | 391 | <groupId>org.codehaus.mojo</groupId> |
390 | 392 | <artifactId>versions-maven-plugin</artifactId> |
391 | | - <version>2.11.0</version> |
| 393 | + <version>2.14.2</version> |
392 | 394 | <configuration> |
393 | 395 | <rulesUri>https://www.atlanmod.org/Commons/versions.xml</rulesUri> |
394 | 396 | </configuration> |
|
397 | 399 | <plugin> |
398 | 400 | <groupId>org.apache.maven.plugins</groupId> |
399 | 401 | <artifactId>maven-enforcer-plugin</artifactId> |
400 | | - <version>3.0.0</version> |
| 402 | + <version>3.1.0</version> |
401 | 403 | </plugin> |
402 | 404 |
|
403 | 405 | <plugin> |
404 | 406 | <groupId>com.github.spotbugs</groupId> |
405 | 407 | <artifactId>spotbugs-maven-plugin</artifactId> |
406 | | - <version>4.5.3.0</version> |
| 408 | + <version>4.7.3.0</version> |
407 | 409 | </plugin> |
408 | 410 |
|
409 | 411 | </plugins> |
|
0 commit comments