File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ are included.
5151
5252| Type | Version | Info |
5353| -----------------------| ---------| -------------------------------------------|
54- | kotlin | ` 2.1.0 ` | used in kotlin compiler und kotlin libs. |
54+ | kotlin | ` 2.1.10 ` | used in kotlin compiler und kotlin libs. |
5555| java | ` 17 ` | compile target |
5656| kotlinx-coroutines | ` 1.10.1 ` | all BOM libs explicitly listed |
5757| kotlinx-serialization | ` 1.8.0 ` | all BOM libs explicitly listed |
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 >2025.1.0 </version >
7+ <version >2025.1.1 </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.1.0 </kotlin .version>
42+ <kotlin .version>2.1.10 </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>
You can’t perform that action at this time.
0 commit comments