Skip to content

Commit 77baf2f

Browse files
committed
Merge branch 'release/2024.6.0'
2 parents 08c3607 + 8f4f9ce commit 77baf2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0` | used in kotlin compiler und kotlin libs. |
5353
| java | `17` | compile target |
5454
| kotlinx-coroutines | `1.8.1` | BOM |
55-
| kotlinx-serialization | `1.6.3` | BOM |
55+
| kotlinx-serialization | `1.7.0` | BOM |
5656
| kotlin-logging | `3.0.5` | logging support |
5757

5858
## Libs

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.5.2</version>
7+
<version>2024.6.0</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -47,7 +47,7 @@
4747
<java.version>17</java.version>
4848
<jdk.version>17</jdk.version>
4949

50-
<kotlinx-serialization.version>1.6.3</kotlinx-serialization.version>
50+
<kotlinx-serialization.version>1.7.0</kotlinx-serialization.version>
5151
<kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
5252
<kotlin-logging.version>3.0.5</kotlin-logging.version>
5353

@@ -374,7 +374,7 @@
374374
<plugin>
375375
<groupId>org.apache.maven.plugins</groupId>
376376
<artifactId>maven-javadoc-plugin</artifactId>
377-
<version>3.6.3</version>
377+
<version>3.7.0</version>
378378
<executions>
379379
<execution>
380380
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)