@@ -64,10 +64,11 @@ are included.
6464| -----------------------| ------------| ----------------------|
6565| api-guardian | ` 1.1.2 ` | api annotations |
6666| jetbrains-annotations | ` 26.0.2-1 ` | common annotations |
67+ | logback-classic | ` 1.5.20 ` | logging |
6768| assertj | ` 3.27.6 ` | bom, test assertions |
6869| awaitility | ` 4.3.0 ` | async testing |
6970| jgiven | ` 2.0.3 ` | BDD testing |
70- | junit | ` 6.0.0 ` | bom, unit testing |
71+ | junit | ` 6.0.0 ` | bom, unit testing |
7172| mockito-kotlin | ` 6.1.0 ` | test, mocking |
7273
7374## Plugins
@@ -79,8 +80,8 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
7980| [ maven-compiler] ( https://maven.apache.org/plugins/maven-compiler-plugin/ ) | ` 3.14.1 ` | disabling java compiler for kotlin projects |
8081| [ kotlin-maven-plugin] ( https://kotlinlang.org/docs/maven.html ) | ` 2.2.0 ` | kotlin compiler plugin |
8182| [ maven-javadoc] ( https://maven.apache.org/plugins/maven-javadoc-plugin/ ) | ` 3.12.0 ` | include javadoc |
82- | [ dokka] ( https://kotlinlang.org/docs/dokka-maven.html#apply-dokka ) | ` 2.0 .0 ` | use dokka for javadoc |
83- | [ avro-maven] ( https://avro.apache.org/docs/1.12.0/getting-started-java/ ) | ` 1.12.0 ` | avro code generation |
83+ | [ dokka] ( https://kotlinlang.org/docs/dokka-maven.html#apply-dokka ) | ` 2.1 .0 ` | use dokka for javadoc |
84+ | [ avro-maven] ( https://avro.apache.org/docs/1.12.0/getting-started-java/ ) | ` 1.12.1 ` | avro code generation |
8485| [ maven-clean] ( https://maven.apache.org/plugins/maven-clean-plugin/ ) | ` 3.5.0 ` | clean project |
8586| [ maven-dependency] ( https://maven.apache.org/plugins/maven-dependency-plugin/ ) | ` 3.9.0 ` | check/update dependency versions |
8687| [ maven-deploy] ( https://maven.apache.org/plugins/maven-deploy-plugin/ ) | ` 3.1.4 ` | - |
@@ -92,10 +93,10 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
9293| [ maven-resources] ( https://maven.apache.org/plugins/maven-resources-plugin/ ) | ` 3.3.1 ` | filter resources |
9394| [ maven-source] ( https://maven.apache.org/plugins/maven-source-plugin/ ) | ` 3.3.1 ` | add sources to artifacts |
9495| [ maven-surefire] ( https://maven.apache.org/surefire/maven-surefire-plugin/ ) | ` 3.5.4 ` | testing |
95- | [ directory-maven-plugin] ( https://github.com/hazendaz/directory-maven-plugin ) | ` 1.2.1 ` | expose root dir for multimudule |
96+ | [ directory-maven-plugin] ( https://github.com/hazendaz/directory-maven-plugin ) | ` 1.2.2 ` | expose root dir for multimudule |
9697| [ build-helper] ( https://www.mojohaus.org/build-helper-maven-plugin/ ) | ` 3.6.1 ` | define source directories |
9798| [ gitflow-maven] ( https://aleksandr-m.github.io/gitflow-maven-plugin/ ) | ` 1.21.0 ` | gitflow relase master/develop/release |
98- | [ jacoco-maven] ( https://www.eclemma.org/jacoco/trunk/doc/maven.html ) | ` 0.8.13 ` | test reports |
99+ | [ jacoco-maven] ( https://www.eclemma.org/jacoco/trunk/doc/maven.html ) | ` 0.8.14 ` | test reports |
99100| [ jgiven-maven] ( https://jgiven.org/userguide/#_maven ) | ` 2.0.3 ` | jgiven test reports |
100101| [ openapi-generator] ( https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin ) | ` 7.16.0 ` | openapi/swagger code generation |
101102| [ properties-maven] ( https://www.mojohaus.org/properties-maven-plugin/ ) | ` 1.2.1 ` | generate build properties for project |
0 commit comments