Skip to content

Commit f571058

Browse files
committed
Merge branch 'release/2025.1.1'
2 parents 19eb112 + 4b9ba1e commit f571058

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -39,7 +39,7 @@
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>

0 commit comments

Comments
 (0)