|
4 | 4 |
|
5 | 5 | <groupId>io.toolisticon.maven.parent</groupId> |
6 | 6 | <artifactId>maven-parent-kotlin-base</artifactId> |
7 | | - <version>2024.8.1</version> |
| 7 | + <version>2024.8.2</version> |
8 | 8 |
|
9 | 9 | <name>Maven Parent - Kotlin Base</name> |
10 | 10 | <description>Maven parent for a holistic kotlin lib project.</description> |
|
54 | 54 | <jetbrains-annotations.version>24.1.0</jetbrains-annotations.version> |
55 | 55 |
|
56 | 56 | <!-- TEST --> |
57 | | - <junit5.version>5.10.3</junit5.version> |
| 57 | + <junit5.version>5.11.0</junit5.version> |
58 | 58 | </properties> |
59 | 59 |
|
60 | 60 | <dependencyManagement> |
|
183 | 183 | <version>${kotlin.version}</version> |
184 | 184 | </dependency> |
185 | 185 | <!-- // KOTLIN (from kotlin-bom) --> |
| 186 | + <dependency> |
| 187 | + <groupId>org.jetbrains.kotlin</groupId> |
| 188 | + <artifactId>kotlin-annotation-processing-embeddable</artifactId> |
| 189 | + <version>${kotlin.version}</version> |
| 190 | + </dependency> |
| 191 | + <dependency> |
| 192 | + <groupId>org.jetbrains.kotlin</groupId> |
| 193 | + <artifactId>kotlin-annotation-processing-compiler</artifactId> |
| 194 | + <version>${kotlin.version}</version> |
| 195 | + </dependency> |
186 | 196 |
|
187 | 197 | <!-- KOTLIN SERIALIZATION --> |
188 | 198 | <dependency> |
|
576 | 586 | <plugin> |
577 | 587 | <groupId>org.apache.maven.plugins</groupId> |
578 | 588 | <artifactId>maven-deploy-plugin</artifactId> |
579 | | - <version>3.1.2</version> |
| 589 | + <version>3.1.3</version> |
580 | 590 | <configuration> |
581 | 591 | <skip>${kp.plugin.skipDeploy}</skip> |
582 | 592 | </configuration> |
|
618 | 628 | <plugin> |
619 | 629 | <groupId>org.apache.maven.plugins</groupId> |
620 | 630 | <artifactId>maven-surefire-plugin</artifactId> |
621 | | - <version>3.3.1</version> |
| 631 | + <version>3.4.0</version> |
622 | 632 | <configuration> |
623 | 633 | <useSystemClassLoader>false</useSystemClassLoader> |
624 | 634 | <shutdown>kill</shutdown> |
|
639 | 649 | <plugin> |
640 | 650 | <groupId>org.apache.maven.plugins</groupId> |
641 | 651 | <artifactId>maven-failsafe-plugin</artifactId> |
642 | | - <version>3.3.1</version> |
| 652 | + <version>3.4.0</version> |
643 | 653 | <executions> |
644 | 654 | <execution> |
645 | 655 | <id>integration-tests</id> |
|
667 | 677 | <plugin> |
668 | 678 | <groupId>org.apache.maven.plugins</groupId> |
669 | 679 | <artifactId>maven-gpg-plugin</artifactId> |
670 | | - <version>3.2.4</version> |
| 680 | + <version>3.2.5</version> |
671 | 681 | <configuration> |
672 | 682 | <!-- pass -Dgpg.keyname=.. and -Dgpg.passphrase=... --> |
673 | 683 | <gpgArguments> |
|
692 | 702 | <plugin> |
693 | 703 | <groupId>org.apache.maven.plugins</groupId> |
694 | 704 | <artifactId>maven-install-plugin</artifactId> |
695 | | - <version>3.1.2</version> |
| 705 | + <version>3.1.3</version> |
696 | 706 | </plugin> |
697 | 707 |
|
698 | 708 | <!-- SOURCE (version) --> |
|
841 | 851 | <plugin> |
842 | 852 | <groupId>org.openapitools</groupId> |
843 | 853 | <artifactId>openapi-generator-maven-plugin</artifactId> |
844 | | - <version>7.7.0</version> |
| 854 | + <version>7.8.0</version> |
845 | 855 | </plugin> |
846 | 856 |
|
847 | 857 | <!-- [GENERATOR]: PROPERTIES (writes maven properties to src) (version,execution) --> |
|
0 commit comments