Skip to content

Commit db5da69

Browse files
committed
Merge branch 'release/2024.10.0'
2 parents fff56f1 + 5ed4dd8 commit db5da69

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ are included.
5252
| kotlin | `2.0.20` | used in kotlin compiler und kotlin libs. |
5353
| java | `17` | compile target |
5454
| kotlinx-coroutines | `1.9.0` | all BOM libs explicitly listed |
55-
| kotlinx-serialization | `1.7.2` | all BOM libs explicitly listed |
55+
| kotlinx-serialization | `1.7.3` | all BOM libs explicitly listed |
5656
| kotlin-logging | `3.0.5` | logging support |
5757

5858
## Libs

pom.xml

Lines changed: 5 additions & 5 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.9.2</version>
7+
<version>2024.10.0</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -51,10 +51,10 @@
5151
<kotlinx-coroutines.version>1.9.0</kotlinx-coroutines.version>
5252
<kotlin-logging.version>3.0.5</kotlin-logging.version>
5353

54-
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
54+
<jetbrains-annotations.version>25.0.0</jetbrains-annotations.version>
5555

5656
<!-- TEST -->
57-
<junit5.version>5.11.0</junit5.version>
57+
<junit5.version>5.11.1</junit5.version>
5858
</properties>
5959

6060
<dependencyManagement>
@@ -522,7 +522,7 @@
522522
<plugin>
523523
<groupId>org.apache.maven.plugins</groupId>
524524
<artifactId>maven-javadoc-plugin</artifactId>
525-
<version>3.10.0</version>
525+
<version>3.10.1</version>
526526
<executions>
527527
<execution>
528528
<id>attach-javadocs</id>
@@ -677,7 +677,7 @@
677677
<plugin>
678678
<groupId>org.apache.maven.plugins</groupId>
679679
<artifactId>maven-gpg-plugin</artifactId>
680-
<version>3.2.6</version>
680+
<version>3.2.7</version>
681681
<configuration>
682682
<!-- pass -Dgpg.keyname=.. and -Dgpg.passphrase=... -->
683683
<gpgArguments>

0 commit comments

Comments
 (0)