@@ -53,16 +53,16 @@ are included.
5353| -----------------------| ----------| -------------------------------------------|
5454| kotlin | ` 2.1.20 ` | used in kotlin compiler und kotlin libs. |
5555| java | ` 17 ` | compile target |
56- | kotlinx-coroutines | ` 1.10.1 ` | all BOM libs explicitly listed |
56+ | kotlinx-coroutines | ` 1.10.2 ` | all BOM libs explicitly listed |
5757| kotlinx-serialization | ` 1.8.1 ` | all BOM libs explicitly listed |
58- | [ kotlin-logging] ( https://github.com/oshai/kotlin-logging ) | ` 7.0.6 ` | logging support |
58+ | [ kotlin-logging] ( https://github.com/oshai/kotlin-logging ) | ` 7.0.7 ` | logging support |
5959
6060## Libs
6161
6262| Lib | Version | Info |
6363| --------| ----------| --------------------------------------|
6464| jetbrains-annotations | ` 26.0.1 ` | common annotations |
65- | junit5 | ` 5.12.1 ` | bom dependency, unit testing |
65+ | junit5 | ` 5.12.2 ` | bom dependency, unit testing |
6666
6767## Plugins
6868
@@ -88,7 +88,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
8888| [ maven-surefire] ( https://maven.apache.org/surefire/maven-surefire-plugin/ ) | ` 3.5.3 ` | testing |
8989| [ build-helper] ( https://www.mojohaus.org/build-helper-maven-plugin/ ) | ` 3.6.0 ` | define source directories |
9090| [ gitflow-maven] ( https://aleksandr-m.github.io/gitflow-maven-plugin/ ) | ` 1.21.0 ` | gitflow relase master/develop/release |
91- | [ jacoco-maven] ( https://www.eclemma.org/jacoco/trunk/doc/maven.html ) | ` 0.8.12 ` | test reports |
91+ | [ jacoco-maven] ( https://www.eclemma.org/jacoco/trunk/doc/maven.html ) | ` 0.8.13 ` | test reports |
9292| [ jgiven-maven] ( https://jgiven.org/userguide/#_maven ) | ` 2.0.2 ` | jgiven test reports |
9393| [ 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 |
0 commit comments