File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
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.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 >
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
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 >
You can’t perform that action at this time.
0 commit comments