Skip to content

Commit 564bca8

Browse files
committed
Merge branch 'release/2025.2.0'
2 parents f571058 + 863faf0 commit 564bca8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ are included.
4949

5050
### Language
5151

52-
| Type | Version | Info |
53-
|-----------------------|---------|-------------------------------------------|
52+
| Type | Version | Info |
53+
|-----------------------|----------|-------------------------------------------|
5454
| kotlin | `2.1.10` | used in kotlin compiler und kotlin libs. |
55-
| java | `17` | compile target |
55+
| java | `17` | compile target |
5656
| kotlinx-coroutines | `1.10.1` | all BOM libs explicitly listed |
57-
| kotlinx-serialization | `1.8.0` | all BOM libs explicitly listed |
58-
| kotlin-logging | `3.0.5` | logging support |
57+
| kotlinx-serialization | `1.8.0` | all BOM libs explicitly listed |
58+
| [kotlin-logging](https://github.com/oshai/kotlin-logging) | `7.0.4` | logging support |
5959

6060
## Libs
6161

pom.xml

Lines changed: 3 additions & 3 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.1</version>
7+
<version>2025.2.0</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -49,7 +49,7 @@
4949

5050
<kotlinx-serialization.version>1.8.0</kotlinx-serialization.version>
5151
<kotlinx-coroutines.version>1.10.1</kotlinx-coroutines.version>
52-
<kotlin-logging.version>3.0.5</kotlin-logging.version>
52+
<kotlin-logging.version>7.0.4</kotlin-logging.version>
5353

5454
<jetbrains-annotations.version>26.0.2</jetbrains-annotations.version>
5555

@@ -357,7 +357,7 @@
357357

358358
<!-- KLOGGING (use as default) -->
359359
<dependency>
360-
<groupId>io.github.microutils</groupId>
360+
<groupId>io.github.oshai</groupId>
361361
<artifactId>kotlin-logging-jvm</artifactId>
362362
<version>${kotlin-logging.version}</version>
363363
</dependency>

0 commit comments

Comments
 (0)