Skip to content

Commit ca0c529

Browse files
committed
Merge branch 'release/2025.10.1'
2 parents a646b7c + b731798 commit ca0c529

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

README.md

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

pom.xml

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

88
<groupId>io.toolisticon.maven.parent</groupId>
99
<artifactId>maven-parent-kotlin-base</artifactId>
10-
<version>2025.10.0</version>
10+
<version>2025.10.1</version>
1111

1212
<name>Maven Parent - Kotlin Base</name>
1313
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -63,6 +63,7 @@
6363
<!-- region [RUNTIME VERSIONS] -->
6464
<apiguardian.version>1.1.2</apiguardian.version>
6565
<jetbrains-annotations.version>26.0.2-1</jetbrains-annotations.version>
66+
<logback.version>1.5.20</logback.version>
6667
<!-- endregion [RUNTIME VERSIONS] -->
6768

6869
<!-- region [TEST VERSIONS] -->
@@ -369,14 +370,19 @@
369370
</dependency>
370371
<!-- endregion [KOTLIN COROUTINES] -->
371372

372-
<!-- KLOGGING (use as default) -->
373+
<!-- region [RUNTIME DEPENDENCIES] -->
373374
<dependency>
374375
<groupId>io.github.oshai</groupId>
375376
<artifactId>kotlin-logging-jvm</artifactId>
376377
<version>${kotlin-logging.version}</version>
377378
</dependency>
378379

379-
<!-- region [RUNTIME DEPENDENCIES] -->
380+
<dependency>
381+
<groupId>ch.qos.logback</groupId>
382+
<artifactId>logback-classic</artifactId>
383+
<version>${logback.version}</version>
384+
</dependency>
385+
380386
<dependency>
381387
<groupId>org.apiguardian</groupId>
382388
<artifactId>apiguardian-api</artifactId>
@@ -594,7 +600,7 @@
594600
<plugin>
595601
<groupId>org.jetbrains.dokka</groupId>
596602
<artifactId>dokka-maven-plugin</artifactId>
597-
<version>2.0.0</version>
603+
<version>2.1.0</version>
598604
<executions>
599605
<execution>
600606
<phase>package</phase>
@@ -618,7 +624,7 @@
618624
<plugin>
619625
<groupId>org.apache.avro</groupId>
620626
<artifactId>avro-maven-plugin</artifactId>
621-
<version>1.12.0</version>
627+
<version>1.12.1</version>
622628
</plugin>
623629

624630
<!-- CLEAN (version) -->
@@ -808,7 +814,7 @@
808814
<plugin>
809815
<groupId>org.jacoco</groupId>
810816
<artifactId>jacoco-maven-plugin</artifactId>
811-
<version>0.8.13</version>
817+
<version>0.8.14</version>
812818
<executions>
813819
<execution>
814820
<id>pre-unit-test</id>
@@ -955,7 +961,7 @@
955961
<plugin>
956962
<groupId>com.github.hazendaz.maven</groupId>
957963
<artifactId>directory-maven-plugin</artifactId>
958-
<version>1.2.1</version>
964+
<version>1.2.2</version>
959965
<executions>
960966
<execution>
961967
<id>directories</id>

0 commit comments

Comments
 (0)