Skip to content

Commit 4c25906

Browse files
committed
Merge branch 'release/2024.8.3'
2 parents 1688227 + d7cd6ac commit 4c25906

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ are included.
4949

5050
| Type | Version | Info |
5151
|-----------------------|---------|-------------------------------------------|
52-
| kotlin | `2.0.10` | used in kotlin compiler und kotlin libs. |
52+
| kotlin | `2.0.20` | used in kotlin compiler und kotlin libs. |
5353
| java | `17` | compile target |
5454
| kotlinx-coroutines | `1.8.1` | all BOM libs explicitly listed |
5555
| kotlinx-serialization | `1.7.1` | all BOM libs explicitly listed |
@@ -74,7 +74,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
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 |
77-
| [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.7.1` | check/update dependency versions |
77+
| [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 |
8080
| [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.4.0` | testing |

pom.xml

Lines changed: 3 additions & 3 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>2024.8.2</version>
7+
<version>2024.8.3</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -39,7 +39,7 @@
3939
<kp.skipITests>false</kp.skipITests>
4040

4141
<!-- LANGUAGE VERSIONS -->
42-
<kotlin.version>2.0.10</kotlin.version>
42+
<kotlin.version>2.0.20</kotlin.version>
4343
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
4444
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
4545
<kotlin.compiler.incremental>${kp.compile.useIncrementalKotlinCompiler}</kotlin.compiler.incremental>
@@ -579,7 +579,7 @@
579579
<plugin>
580580
<groupId>org.apache.maven.plugins</groupId>
581581
<artifactId>maven-dependency-plugin</artifactId>
582-
<version>3.7.1</version>
582+
<version>3.8.0</version>
583583
</plugin>
584584

585585
<!-- DEPLOY (version, config) -->

0 commit comments

Comments
 (0)