File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ are included.
4949
5050| Type | Version | Info |
5151| -----------------------| ---------| -------------------------------------------|
52- | kotlin | ` 2.0.10 ` | used in kotlin compiler und kotlin libs. |
52+ | kotlin | ` 2.0.20 ` | used in kotlin compiler und kotlin libs. |
5353| java | ` 17 ` | compile target |
5454| kotlinx-coroutines | ` 1.8.1 ` | all BOM libs explicitly listed |
5555| kotlinx-serialization | ` 1.7.1 ` | all BOM libs explicitly listed |
@@ -74,7 +74,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
7474| [ dokka] ( https://kotlinlang.org/docs/dokka-maven.html#apply-dokka ) | ` 1.9.20 ` | use dokka for javadoc |
7575| [ avro-maven] ( https://avro.apache.org/docs/1.11.1/getting-started-java/ ) | ` 1.12.0 ` | avro code generation |
7676| [ maven-clean] ( https://maven.apache.org/plugins/maven-clean-plugin/ ) | ` 3.4.0 ` | clean project |
77- | [ maven-dependency] ( https://maven.apache.org/plugins/maven-dependency-plugin/ ) | ` 3.7.1 ` | check/update dependency versions |
77+ | [ maven-dependency] ( https://maven.apache.org/plugins/maven-dependency-plugin/ ) | ` 3.8.0 ` | check/update dependency versions |
7878| [ maven-deploy] ( https://maven.apache.org/plugins/maven-deploy-plugin/ ) | ` 3.1.3 ` | - |
7979| [ maven-enforcer] ( https://maven.apache.org/enforcer/maven-enforcer-plugin/ ) | ` 3.4.1 ` | enforce project setup |
8080| [ maven-failsafe] ( https://maven.apache.org/surefire/maven-failsafe-plugin/ ) | ` 3.4.0 ` | testing |
Original file line number Diff line number Diff line change 44
55 <groupId >io.toolisticon.maven.parent</groupId >
66 <artifactId >maven-parent-kotlin-base</artifactId >
7- <version >2024.8.2 </version >
7+ <version >2024.8.3 </version >
88
99 <name >Maven Parent - Kotlin Base</name >
1010 <description >Maven parent for a holistic kotlin lib project.</description >
3939 <kp .skipITests>false</kp .skipITests>
4040
4141 <!-- LANGUAGE VERSIONS -->
42- <kotlin .version>2.0.10 </kotlin .version>
42+ <kotlin .version>2.0.20 </kotlin .version>
4343 <kotlin .compiler.apiVersion>2.0</kotlin .compiler.apiVersion>
4444 <kotlin .compiler.languageVersion>2.0</kotlin .compiler.languageVersion>
4545 <kotlin .compiler.incremental>${kp.compile.useIncrementalKotlinCompiler} </kotlin .compiler.incremental>
579579 <plugin >
580580 <groupId >org.apache.maven.plugins</groupId >
581581 <artifactId >maven-dependency-plugin</artifactId >
582- <version >3.7.1 </version >
582+ <version >3.8.0 </version >
583583 </plugin >
584584
585585 <!-- DEPLOY (version, config) -->
You can’t perform that action at this time.
0 commit comments