File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -62,20 +62,20 @@ are included.
6262| Lib | Version | Info |
6363| --------| ----------| --------------------------------------|
6464| jetbrains-annotations | ` 26.0.1 ` | common annotations |
65- | junit5 | ` 5.11.4 ` | bom dependency, unit testing |
65+ | junit5 | ` 5.11.0 ` | bom dependency, unit testing |
6666
6767## Plugins
6868
6969see [ official plugins] ( https://maven.apache.org/plugins/index.html )
7070
7171| Plugin | Version | Info |
7272| ----------------------------------------------------------------------------------------------------------------------------| ----------| ---------------------------------------------|
73- | [ maven-compiler] ( https://maven.apache.org/plugins/maven-compiler-plugin/ ) | ` 3.13 .0 ` | disabling java compiler for kotlin projects |
73+ | [ maven-compiler] ( https://maven.apache.org/plugins/maven-compiler-plugin/ ) | ` 3.14 .0 ` | disabling java compiler for kotlin projects |
7474| [ kotlin-maven-plugin] ( https://kotlinlang.org/docs/maven.html ) | ` 2.0.0 ` | kotlin compiler plugin |
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.0 ` | clean project |
78+ | [ maven-clean] ( https://maven.apache.org/plugins/maven-clean-plugin/ ) | ` 3.4.1 ` | 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.3 ` | - |
8181| [ maven-enforcer] ( https://maven.apache.org/enforcer/maven-enforcer-plugin/ ) | ` 3.4.1 ` | enforce project setup |
Original file line number Diff line number Diff line change 44
55 <groupId >io.toolisticon.maven.parent</groupId >
66 <artifactId >maven-parent-kotlin-base</artifactId >
7- <version >2025.2.0 </version >
7+ <version >2025.2.1 </version >
88
99 <name >Maven Parent - Kotlin Base</name >
1010 <description >Maven parent for a holistic kotlin lib project.</description >
5454 <jetbrains-annotations .version>26.0.2</jetbrains-annotations .version>
5555
5656 <!-- TEST -->
57- <junit5 .version>5.11.4 </junit5 .version>
57+ <junit5 .version>5.12.0 </junit5 .version>
5858 </properties >
5959
6060 <dependencyManagement >
488488 <plugin >
489489 <groupId >org.apache.maven.plugins</groupId >
490490 <artifactId >maven-compiler-plugin</artifactId >
491- <version >3.13 .0</version >
491+ <version >3.14 .0</version >
492492 <configuration >
493493 <encoding >${project.build.sourceEncoding} </encoding >
494494 <source >${java.version} </source >
577577 <plugin >
578578 <groupId >org.apache.maven.plugins</groupId >
579579 <artifactId >maven-clean-plugin</artifactId >
580- <version >3.4.0 </version >
580+ <version >3.4.1 </version >
581581 </plugin >
582582
583583 <!-- DEPENDENCY (version) -->
You can’t perform that action at this time.
0 commit comments