File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ are included.
5353| -----------------------| ---------| -------------------------------------------|
5454| kotlin | ` 2.1.0 ` | used in kotlin compiler und kotlin libs. |
5555| java | ` 17 ` | compile target |
56- | kotlinx-coroutines | ` 1.9 .1 ` | all BOM libs explicitly listed |
57- | kotlinx-serialization | ` 1.7.3 ` | all BOM libs explicitly listed |
56+ | kotlinx-coroutines | ` 1.10 .1 ` | all BOM libs explicitly listed |
57+ | kotlinx-serialization | ` 1.8.0 ` | all BOM libs explicitly listed |
5858| kotlin-logging | ` 3.0.5 ` | logging support |
5959
6060## Libs
@@ -90,7 +90,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
9090| [ gitflow-maven] ( https://aleksandr-m.github.io/gitflow-maven-plugin/ ) | ` 1.21.0 ` | gitflow relase master/develop/release |
9191| [ jacoco-maven] ( https://www.eclemma.org/jacoco/trunk/doc/maven.html ) | ` 0.8.12 ` | test reports |
9292| [ jgiven-maven] ( https://jgiven.org/userguide/#_maven ) | ` 2.0.1 ` | jgiven test reports |
93- | [ openapi-generator] ( https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin ) | ` 7.10 .0 ` | openapi/swagger code generation |
93+ | [ openapi-generator] ( https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin ) | ` 7.11 .0 ` | openapi/swagger code generation |
9494| [ properties-maven] ( https://www.mojohaus.org/properties-maven-plugin/ ) | ` 1.2.1 ` | generate build properties for project |
9595| [ versions-maven] ( https://www.mojohaus.org/versions/versions-maven-plugin/index.html ) | ` 2.18.0 ` | modify versions of project |
9696| [ nexus-staging-maven] ( https://github.com/sonatype/nexus-maven-plugins/blob/main/staging/maven-plugin/README.md ) | ` 1.6.13 ` | release on maven central |
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.12.2 </version >
7+ <version >2025.1.0 </version >
88
99 <name >Maven Parent - Kotlin Base</name >
1010 <description >Maven parent for a holistic kotlin lib project.</description >
4747 <java .version>17</java .version>
4848 <jdk .version>17</jdk .version>
4949
50- <kotlinx-serialization .version>1.7.3 </kotlinx-serialization .version>
50+ <kotlinx-serialization .version>1.8.0 </kotlinx-serialization .version>
5151 <kotlinx-coroutines .version>1.10.1</kotlinx-coroutines .version>
5252 <kotlin-logging .version>3.0.5</kotlin-logging .version>
5353
54- <jetbrains-annotations .version>26.0.1 </jetbrains-annotations .version>
54+ <jetbrains-annotations .version>26.0.2 </jetbrains-annotations .version>
5555
5656 <!-- TEST -->
5757 <junit5 .version>5.11.4</junit5 .version>
856856 <plugin >
857857 <groupId >org.openapitools</groupId >
858858 <artifactId >openapi-generator-maven-plugin</artifactId >
859- <version >7.10 .0</version >
859+ <version >7.11 .0</version >
860860 </plugin >
861861
862862 <!-- [GENERATOR]: PROPERTIES (writes maven properties to src) (version,execution) -->
You can’t perform that action at this time.
0 commit comments