Skip to content

Commit

Permalink
Merge branch 'release/2024.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Oct 4, 2024
2 parents fff56f1 + 5ed4dd8 commit db5da69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.9.0` | all BOM libs explicitly listed |
| kotlinx-serialization | `1.7.2` | all BOM libs explicitly listed |
| kotlinx-serialization | `1.7.3` | all BOM libs explicitly listed |
| kotlin-logging | `3.0.5` | logging support |

## Libs
Expand Down
10 changes: 5 additions & 5 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.9.2</version>
<version>2024.10.0</version>

<name>Maven Parent - Kotlin Base</name>
<description>Maven parent for a holistic kotlin lib project.</description>
Expand Down Expand Up @@ -51,10 +51,10 @@
<kotlinx-coroutines.version>1.9.0</kotlinx-coroutines.version>
<kotlin-logging.version>3.0.5</kotlin-logging.version>

<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<jetbrains-annotations.version>25.0.0</jetbrains-annotations.version>

<!-- TEST -->
<junit5.version>5.11.0</junit5.version>
<junit5.version>5.11.1</junit5.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -522,7 +522,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -677,7 +677,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<configuration>
<!-- pass -Dgpg.keyname=.. and -Dgpg.passphrase=... -->
<gpgArguments>
Expand Down

0 comments on commit db5da69

Please sign in to comment.