@@ -62,7 +62,7 @@ are included.
6262| Lib | Version | Info |
6363| --------| ----------| --------------------------------------|
6464| jetbrains-annotations | ` 26.0.1 ` | common annotations |
65- | junit5 | ` 5.12.2 ` | bom dependency, unit testing |
65+ | junit5 | ` 5.13.1 ` | bom dependency, unit testing |
6666
6767## Plugins
6868
@@ -75,7 +75,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
7575| [ maven-javadoc] ( https://maven.apache.org/plugins/maven-javadoc-plugin/ ) | ` 3.11.2 ` | include javadoc |
7676| [ dokka] ( https://kotlinlang.org/docs/dokka-maven.html#apply-dokka ) | ` 2.0.0 ` | use dokka for javadoc |
7777| [ 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 |
78+ | [ maven-clean] ( https://maven.apache.org/plugins/maven-clean-plugin/ ) | ` 3.5.0 ` | clean project |
7979| [ maven-dependency] ( https://maven.apache.org/plugins/maven-dependency-plugin/ ) | ` 3.8.1 ` | check/update dependency versions |
8080| [ maven-deploy] ( https://maven.apache.org/plugins/maven-deploy-plugin/ ) | ` 3.1.4 ` | - |
8181| [ maven-enforcer] ( https://maven.apache.org/enforcer/maven-enforcer-plugin/ ) | ` 3.4.1 ` | enforce project setup |
@@ -87,7 +87,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
8787| [ maven-source] ( https://maven.apache.org/plugins/maven-source-plugin/ ) | ` 3.3.1 ` | add sources to artifacts |
8888| [ maven-surefire] ( https://maven.apache.org/surefire/maven-surefire-plugin/ ) | ` 3.5.3 ` | testing |
8989| [ 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 |
90+ | [ build-helper] ( https://www.mojohaus.org/build-helper-maven-plugin/ ) | ` 3.6.1 ` | define source directories |
9191| [ gitflow-maven] ( https://aleksandr-m.github.io/gitflow-maven-plugin/ ) | ` 1.21.0 ` | gitflow relase master/develop/release |
9292| [ jacoco-maven] ( https://www.eclemma.org/jacoco/trunk/doc/maven.html ) | ` 0.8.13 ` | test reports |
9393| [ jgiven-maven] ( https://jgiven.org/userguide/#_maven ) | ` 2.0.2 ` | jgiven test reports |
0 commit comments