|
4 | 4 |
|
5 | 5 | <groupId>io.toolisticon.maven.parent</groupId> |
6 | 6 | <artifactId>maven-parent-kotlin-base</artifactId> |
7 | | - <version>2024.6.0</version> |
| 7 | + <version>2024.6.1</version> |
8 | 8 |
|
9 | 9 | <name>Maven Parent - Kotlin Base</name> |
10 | 10 | <description>Maven parent for a holistic kotlin lib project.</description> |
|
47 | 47 | <java.version>17</java.version> |
48 | 48 | <jdk.version>17</jdk.version> |
49 | 49 |
|
50 | | - <kotlinx-serialization.version>1.7.0</kotlinx-serialization.version> |
| 50 | + <kotlinx-serialization.version>1.7.1</kotlinx-serialization.version> |
51 | 51 | <kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version> |
52 | 52 | <kotlin-logging.version>3.0.5</kotlin-logging.version> |
53 | 53 |
|
54 | 54 | <jetbrains-annotations.version>24.1.0</jetbrains-annotations.version> |
55 | 55 |
|
56 | 56 | <!-- TEST --> |
57 | | - <junit5.version>5.10.2</junit5.version> |
| 57 | + <junit5.version>5.10.3</junit5.version> |
58 | 58 | </properties> |
59 | 59 |
|
60 | 60 | <dependencyManagement> |
|
424 | 424 | <plugin> |
425 | 425 | <groupId>org.apache.maven.plugins</groupId> |
426 | 426 | <artifactId>maven-clean-plugin</artifactId> |
427 | | - <version>3.3.2</version> |
| 427 | + <version>3.4.0</version> |
428 | 428 | </plugin> |
429 | 429 |
|
430 | 430 | <!-- DEPENDENCY (version) --> |
431 | 431 | <plugin> |
432 | 432 | <groupId>org.apache.maven.plugins</groupId> |
433 | 433 | <artifactId>maven-dependency-plugin</artifactId> |
434 | | - <version>3.6.1</version> |
| 434 | + <version>3.7.1</version> |
435 | 435 | </plugin> |
436 | 436 |
|
437 | 437 | <!-- DEPLOY (version, config) --> |
|
473 | 473 | <plugin> |
474 | 474 | <groupId>org.apache.maven.plugins</groupId> |
475 | 475 | <artifactId>maven-surefire-plugin</artifactId> |
476 | | - <version>3.2.5</version> |
| 476 | + <version>3.3.0</version> |
477 | 477 | <configuration> |
478 | 478 | <useSystemClassLoader>false</useSystemClassLoader> |
479 | 479 | <shutdown>kill</shutdown> |
|
494 | 494 | <plugin> |
495 | 495 | <groupId>org.apache.maven.plugins</groupId> |
496 | 496 | <artifactId>maven-failsafe-plugin</artifactId> |
497 | | - <version>3.2.5</version> |
| 497 | + <version>3.3.0</version> |
498 | 498 | <executions> |
499 | 499 | <execution> |
500 | 500 | <id>integration-tests</id> |
|
584 | 584 | <plugin> |
585 | 585 | <groupId>org.apache.maven.plugins</groupId> |
586 | 586 | <artifactId>maven-jar-plugin</artifactId> |
587 | | - <version>3.4.1</version> |
| 587 | + <version>3.4.2</version> |
588 | 588 | </plugin> |
589 | 589 |
|
590 | 590 | <!-- ========== //MAVEN OFFICIAL --> |
|
0 commit comments