@@ -70,20 +70,20 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
7070| ----------------------------------------------------------------------------------------------------------------------------| ----------| ---------------------------------------------|
7171| [ maven-compiler] ( https://maven.apache.org/plugins/maven-compiler-plugin/ ) | ` 3.13.0 ` | disabling java compiler for kotlin projects |
7272| [ kotlin-maven-plugin] ( https://kotlinlang.org/docs/maven.html ) | ` 2.0.0 ` | kotlin compiler plugin |
73- | [ maven-javadoc] ( https://maven.apache.org/plugins/maven-javadoc-plugin/ ) | ` 3.8 .0 ` | include javadoc |
73+ | [ maven-javadoc] ( https://maven.apache.org/plugins/maven-javadoc-plugin/ ) | ` 3.10 .0 ` | include javadoc |
7474| [ dokka] ( https://kotlinlang.org/docs/dokka-maven.html#apply-dokka ) | ` 1.9.20 ` | use dokka for javadoc |
7575| [ avro-maven] ( https://avro.apache.org/docs/1.11.1/getting-started-java/ ) | ` 1.12.0 ` | avro code generation |
7676| [ maven-clean] ( https://maven.apache.org/plugins/maven-clean-plugin/ ) | ` 3.4.0 ` | clean project |
7777| [ maven-dependency] ( https://maven.apache.org/plugins/maven-dependency-plugin/ ) | ` 3.8.0 ` | check/update dependency versions |
7878| [ maven-deploy] ( https://maven.apache.org/plugins/maven-deploy-plugin/ ) | ` 3.1.3 ` | - |
7979| [ maven-enforcer] ( https://maven.apache.org/enforcer/maven-enforcer-plugin/ ) | ` 3.4.1 ` | enforce project setup |
80- | [ maven-failsafe] ( https://maven.apache.org/surefire/maven-failsafe-plugin/ ) | ` 3.4 .0 ` | testing |
80+ | [ maven-failsafe] ( https://maven.apache.org/surefire/maven-failsafe-plugin/ ) | ` 3.5 .0 ` | testing |
8181| [ maven-gpg] ( https://maven.apache.org/plugins/maven-gpg-plugin/ ) | ` 3.2.5 ` | sign artifacts for release |
8282| [ maven-install] ( https://maven.apache.org/plugins/maven-install-plugin/ ) | ` 3.1.3 ` | - |
8383| [ maven-jar-plugin] ( https://maven.apache.org/plugins/maven-jar-plugin/ ) | ` 3.4.2 ` | - |
8484| [ maven-resources] ( https://maven.apache.org/plugins/maven-resources-plugin/ ) | ` 3.3.1 ` | filter resources |
8585| [ maven-surce] ( https://maven.apache.org/plugins/maven-source-plugin/ ) | ` 3.3.1 ` | add sources to artifacts |
86- | [ maven-surefire] ( https://maven.apache.org/surefire/maven-surefire-plugin/ ) | ` 3.4 .0 ` | testing |
86+ | [ maven-surefire] ( https://maven.apache.org/surefire/maven-surefire-plugin/ ) | ` 3.5 .0 ` | testing |
8787| [ build-helper] ( https://www.mojohaus.org/build-helper-maven-plugin/ ) | ` 3.6.0 ` | define source directories |
8888| [ gitflow-maven] ( https://aleksandr-m.github.io/gitflow-maven-plugin/ ) | ` 1.21.0 ` | gitflow relase master/develop/release |
8989| [ jacoco-maven] ( https://www.eclemma.org/jacoco/trunk/doc/maven.html ) | ` 0.8.12 ` | test reports |
0 commit comments