Skip to content

Commit

Permalink
Merge branch 'release/2024.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Jun 9, 2024
2 parents 08c3607 + 8f4f9ce commit 77baf2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0` | used in kotlin compiler und kotlin libs. |
| java | `17` | compile target |
| kotlinx-coroutines | `1.8.1` | BOM |
| kotlinx-serialization | `1.6.3` | BOM |
| kotlinx-serialization | `1.7.0` | BOM |
| kotlin-logging | `3.0.5` | logging support |

## Libs
Expand Down
6 changes: 3 additions & 3 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.5.2</version>
<version>2024.6.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.6.3</kotlinx-serialization.version>
<kotlinx-serialization.version>1.7.0</kotlinx-serialization.version>
<kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
<kotlin-logging.version>3.0.5</kotlin-logging.version>

Expand Down Expand Up @@ -374,7 +374,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 77baf2f

Please sign in to comment.