@@ -51,50 +51,51 @@ are included.
5151
5252| Type | Version | Info |
5353| -----------------------| ----------| -------------------------------------------|
54- | kotlin | ` 2.1.20 ` | used in kotlin compiler und kotlin libs. |
54+ | kotlin | ` 2.1.21 ` | 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
6969see [ official plugins] ( https://maven.apache.org/plugins/index.html )
7070
71- | Plugin | Version | Info |
72- | ----------------------------------------------------------------------------------------------------------------------------| ----------| ---------------------------------------------|
73- | [ maven-compiler] ( https://maven.apache.org/plugins/maven-compiler-plugin/ ) | ` 3.14.0 ` | disabling java compiler for kotlin projects |
74- | [ kotlin-maven-plugin] ( https://kotlinlang.org/docs/maven.html ) | ` 2.0.0 ` | kotlin compiler plugin |
75- | [ maven-javadoc] ( https://maven.apache.org/plugins/maven-javadoc-plugin/ ) | ` 3.11.2 ` | include javadoc |
76- | [ dokka] ( https://kotlinlang.org/docs/dokka-maven.html#apply-dokka ) | ` 2.0.0 ` | use dokka for javadoc |
77- | [ avro-maven] ( https://avro.apache.org/docs/1.11.1/getting-started-java/ ) | ` 1.12.0 ` | avro code generation |
78- | [ maven-clean] ( https://maven.apache.org/plugins/maven-clean-plugin/ ) | ` 3.4.1 ` | clean project |
79- | [ maven-dependency] ( https://maven.apache.org/plugins/maven-dependency-plugin/ ) | ` 3.8.1 ` | check/update dependency versions |
80- | [ maven-deploy] ( https://maven.apache.org/plugins/maven-deploy-plugin/ ) | ` 3.1.4 ` | - |
81- | [ maven-enforcer] ( https://maven.apache.org/enforcer/maven-enforcer-plugin/ ) | ` 3.4.1 ` | enforce project setup |
82- | [ maven-failsafe] ( https://maven.apache.org/surefire/maven-failsafe-plugin/ ) | ` 3.5.3 ` | testing |
83- | [ maven-gpg] ( https://maven.apache.org/plugins/maven-gpg-plugin/ ) | ` 3.2.7 ` | sign artifacts for release |
84- | [ maven-install] ( https://maven.apache.org/plugins/maven-install-plugin/ ) | ` 3.1.4 ` | - |
85- | [ maven-jar-plugin] ( https://maven.apache.org/plugins/maven-jar-plugin/ ) | ` 3.4.2 ` | - |
86- | [ maven-resources] ( https://maven.apache.org/plugins/maven-resources-plugin/ ) | ` 3.3.1 ` | filter resources |
87- | [ maven-source] ( https://maven.apache.org/plugins/maven-source-plugin/ ) | ` 3.3.1 ` | add sources to artifacts |
88- | [ maven-surefire] ( https://maven.apache.org/surefire/maven-surefire-plugin/ ) | ` 3.5.3 ` | testing |
89- | [ build-helper] ( https://www.mojohaus.org/build-helper-maven-plugin/ ) | ` 3.6.0 ` | define source directories |
90- | [ 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 |
92- | [ jgiven-maven] ( https://jgiven.org/userguide/#_maven ) | ` 2.0.2 ` | jgiven test reports |
93- | [ openapi-generator] ( https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin ) | ` 7.11.0 ` | openapi/swagger code generation |
94- | [ properties-maven] ( https://www.mojohaus.org/properties-maven-plugin/ ) | ` 1.2.1 ` | generate build properties for project |
95- | [ versions-maven] ( https://www.mojohaus.org/versions/versions-maven-plugin/index.html ) | ` 2.18.0 ` | modify versions of project |
96- | [ nexus-staging-maven] ( https://github.com/sonatype/nexus-maven-plugins/blob/main/staging/maven-plugin/README.md ) | ` 1.6.13 ` | release on maven central |
97- | [ maven-wrapper] ( https://maven.apache.org/wrapper/maven-wrapper-plugin/plugin-info.html ) | ` 3.3.2 ` | execute maven without central installation |
71+ | Plugin | Version | Info |
72+ | -------------------------------------------------------------------------------------------------------------------------| ----------| ---------------------------------------------|
73+ | [ maven-compiler] ( https://maven.apache.org/plugins/maven-compiler-plugin/ ) | ` 3.14.0 ` | disabling java compiler for kotlin projects |
74+ | [ kotlin-maven-plugin] ( https://kotlinlang.org/docs/maven.html ) | ` 2.0.0 ` | kotlin compiler plugin |
75+ | [ maven-javadoc] ( https://maven.apache.org/plugins/maven-javadoc-plugin/ ) | ` 3.11.2 ` | include javadoc |
76+ | [ dokka] ( https://kotlinlang.org/docs/dokka-maven.html#apply-dokka ) | ` 2.0.0 ` | use dokka for javadoc |
77+ | [ avro-maven] ( https://avro.apache.org/docs/1.11.1/getting-started-java/ ) | ` 1.12.0 ` | avro code generation |
78+ | [ maven-clean] ( https://maven.apache.org/plugins/maven-clean-plugin/ ) | ` 3.4.1 ` | clean project |
79+ | [ maven-dependency] ( https://maven.apache.org/plugins/maven-dependency-plugin/ ) | ` 3.8.1 ` | check/update dependency versions |
80+ | [ maven-deploy] ( https://maven.apache.org/plugins/maven-deploy-plugin/ ) | ` 3.1.4 ` | - |
81+ | [ maven-enforcer] ( https://maven.apache.org/enforcer/maven-enforcer-plugin/ ) | ` 3.4.1 ` | enforce project setup |
82+ | [ maven-failsafe] ( https://maven.apache.org/surefire/maven-failsafe-plugin/ ) | ` 3.5.3 ` | testing |
83+ | [ maven-gpg] ( https://maven.apache.org/plugins/maven-gpg-plugin/ ) | ` 3.2.7 ` | sign artifacts for release |
84+ | [ maven-install] ( https://maven.apache.org/plugins/maven-install-plugin/ ) | ` 3.1.4 ` | - |
85+ | [ maven-jar-plugin] ( https://maven.apache.org/plugins/maven-jar-plugin/ ) | ` 3.4.2 ` | - |
86+ | [ maven-resources] ( https://maven.apache.org/plugins/maven-resources-plugin/ ) | ` 3.3.1 ` | filter resources |
87+ | [ maven-source] ( https://maven.apache.org/plugins/maven-source-plugin/ ) | ` 3.3.1 ` | add sources to artifacts |
88+ | [ maven-surefire] ( https://maven.apache.org/surefire/maven-surefire-plugin/ ) | ` 3.5.3 ` | testing |
89+ | [ directory-maven-plugin] ( https://github.com/hazendaz/directory-maven-plugin ) | ` 1.2.1 ` | expose root dir for multimudule |
90+ | [ build-helper] ( https://www.mojohaus.org/build-helper-maven-plugin/ ) | ` 3.6.0 ` | define source directories |
91+ | [ gitflow-maven] ( https://aleksandr-m.github.io/gitflow-maven-plugin/ ) | ` 1.21.0 ` | gitflow relase master/develop/release |
92+ | [ jacoco-maven] ( https://www.eclemma.org/jacoco/trunk/doc/maven.html ) | ` 0.8.13 ` | test reports |
93+ | [ jgiven-maven] ( https://jgiven.org/userguide/#_maven ) | ` 2.0.2 ` | jgiven test reports |
94+ | [ openapi-generator] ( https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin ) | ` 7.11.0 ` | openapi/swagger code generation |
95+ | [ properties-maven] ( https://www.mojohaus.org/properties-maven-plugin/ ) | ` 1.2.1 ` | generate build properties for project |
96+ | [ versions-maven] ( https://www.mojohaus.org/versions/versions-maven-plugin/index.html ) | ` 2.18.0 ` | modify versions of project |
97+ | [ nexus-staging-maven] ( https://github.com/sonatype/nexus-maven-plugins/blob/main/staging/maven-plugin/README.md ) | ` 1.6.13 ` | release on maven central |
98+ | [ maven-wrapper] ( https://maven.apache.org/wrapper/maven-wrapper-plugin/plugin-info.html ) | ` 3.3.2 ` | execute maven without central installation |
9899
99100## Release a new version
100101
0 commit comments