|
4 | 4 |
|
5 | 5 | <groupId>io.toolisticon.maven.parent</groupId> |
6 | 6 | <artifactId>maven-parent-kotlin-base</artifactId> |
7 | | - <version>2025.2.1</version> |
| 7 | + <version>2025.3.0</version> |
8 | 8 |
|
9 | 9 | <name>Maven Parent - Kotlin Base</name> |
10 | 10 | <description>Maven parent for a holistic kotlin lib project.</description> |
|
40 | 40 |
|
41 | 41 | <!-- LANGUAGE VERSIONS --> |
42 | 42 | <kotlin.version>2.1.10</kotlin.version> |
43 | | - <kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion> |
44 | | - <kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion> |
| 43 | + <kotlin.compiler.apiVersion>2.1</kotlin.compiler.apiVersion> |
| 44 | + <kotlin.compiler.languageVersion>2.1</kotlin.compiler.languageVersion> |
45 | 45 | <kotlin.compiler.incremental>${kp.compile.useIncrementalKotlinCompiler}</kotlin.compiler.incremental> |
46 | 46 | <kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget> |
47 | 47 | <java.version>17</java.version> |
|
591 | 591 | <plugin> |
592 | 592 | <groupId>org.apache.maven.plugins</groupId> |
593 | 593 | <artifactId>maven-deploy-plugin</artifactId> |
594 | | - <version>3.1.3</version> |
| 594 | + <version>3.1.4</version> |
595 | 595 | <configuration> |
596 | 596 | <skip>${kp.plugin.skipDeploy}</skip> |
597 | 597 | </configuration> |
|
707 | 707 | <plugin> |
708 | 708 | <groupId>org.apache.maven.plugins</groupId> |
709 | 709 | <artifactId>maven-install-plugin</artifactId> |
710 | | - <version>3.1.3</version> |
| 710 | + <version>3.1.4</version> |
711 | 711 | </plugin> |
712 | 712 |
|
713 | 713 | <!-- SOURCE (version) --> |
|
837 | 837 | <plugin> |
838 | 838 | <groupId>com.tngtech.jgiven</groupId> |
839 | 839 | <artifactId>jgiven-maven-plugin</artifactId> |
840 | | - <version>2.0.1</version> |
| 840 | + <version>2.0.2</version> |
841 | 841 | <executions> |
842 | 842 | <execution> |
843 | 843 | <id>generate-report</id> |
|
856 | 856 | <plugin> |
857 | 857 | <groupId>org.openapitools</groupId> |
858 | 858 | <artifactId>openapi-generator-maven-plugin</artifactId> |
859 | | - <version>7.11.0</version> |
| 859 | + <version>7.12.0</version> |
860 | 860 | </plugin> |
861 | 861 |
|
862 | 862 | <!-- [GENERATOR]: PROPERTIES (writes maven properties to src) (version,execution) --> |
|
0 commit comments