Skip to content

Commit 813ab32

Browse files
committed
Merge branch 'release/2025.6.0'
2 parents 0f9a213 + e39beff commit 813ab32

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 |

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.toolisticon.maven.parent</groupId>
66
<artifactId>maven-parent-kotlin-base</artifactId>
7-
<version>2025.5.0</version>
7+
<version>2025.6.0</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -54,7 +54,7 @@
5454
<jetbrains-annotations.version>26.0.2</jetbrains-annotations.version>
5555

5656
<!-- TEST -->
57-
<junit5.version>5.12.2</junit5.version>
57+
<junit5.version>5.13.1</junit5.version>
5858
</properties>
5959

6060
<dependencyManagement>
@@ -577,7 +577,7 @@
577577
<plugin>
578578
<groupId>org.apache.maven.plugins</groupId>
579579
<artifactId>maven-clean-plugin</artifactId>
580-
<version>3.4.1</version>
580+
<version>3.5.0</version>
581581
</plugin>
582582

583583
<!-- DEPENDENCY (version) -->
@@ -808,7 +808,7 @@
808808
<plugin>
809809
<groupId>org.codehaus.mojo</groupId>
810810
<artifactId>build-helper-maven-plugin</artifactId>
811-
<version>3.6.0</version>
811+
<version>3.6.1</version>
812812
</plugin>
813813

814814
<!-- [RELEASE] GITFLOW (version, config) -->

0 commit comments

Comments
 (0)