Skip to content

Commit

Permalink
Merge branch 'release/2024.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Sep 1, 2024
2 parents a952994 + 9e40b3b commit 256be38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ are included.
| kotlin | `2.0.20` | used in kotlin compiler und kotlin libs. |
| java | `17` | compile target |
| kotlinx-coroutines | `1.8.1` | all BOM libs explicitly listed |
| kotlinx-serialization | `1.7.1` | all BOM libs explicitly listed |
| kotlinx-serialization | `1.7.2` | all BOM libs explicitly listed |
| kotlin-logging | `3.0.5` | logging support |

## Libs
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.toolisticon.maven.parent</groupId>
<artifactId>maven-parent-kotlin-base</artifactId>
<version>2024.8.4</version>
<version>2024.9.0</version>

<name>Maven Parent - Kotlin Base</name>
<description>Maven parent for a holistic kotlin lib project.</description>
Expand Down Expand Up @@ -47,7 +47,7 @@
<java.version>17</java.version>
<jdk.version>17</jdk.version>

<kotlinx-serialization.version>1.7.1</kotlinx-serialization.version>
<kotlinx-serialization.version>1.7.2</kotlinx-serialization.version>
<kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
<kotlin-logging.version>3.0.5</kotlin-logging.version>

Expand Down

0 comments on commit 256be38

Please sign in to comment.