Skip to content

Commit 19eb112

Browse files
committed
Merge branch 'release/2025.1.0'
2 parents c61982f + 5303b2e commit 19eb112

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ are included.
5353
|-----------------------|---------|-------------------------------------------|
5454
| kotlin | `2.1.0` | used in kotlin compiler und kotlin libs. |
5555
| java | `17` | compile target |
56-
| kotlinx-coroutines | `1.9.1` | all BOM libs explicitly listed |
57-
| kotlinx-serialization | `1.7.3` | all BOM libs explicitly listed |
56+
| kotlinx-coroutines | `1.10.1` | all BOM libs explicitly listed |
57+
| kotlinx-serialization | `1.8.0` | all BOM libs explicitly listed |
5858
| kotlin-logging | `3.0.5` | logging support |
5959

6060
## Libs
@@ -90,7 +90,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
9090
| [gitflow-maven](https://aleksandr-m.github.io/gitflow-maven-plugin/) | `1.21.0` | gitflow relase master/develop/release |
9191
| [jacoco-maven](https://www.eclemma.org/jacoco/trunk/doc/maven.html) | `0.8.12` | test reports |
9292
| [jgiven-maven](https://jgiven.org/userguide/#_maven) | `2.0.1` | jgiven test reports |
93-
| [openapi-generator](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin) | `7.10.0` | openapi/swagger code generation |
93+
| [openapi-generator](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin) | `7.11.0` | openapi/swagger code generation |
9494
| [properties-maven](https://www.mojohaus.org/properties-maven-plugin/) | `1.2.1` | generate build properties for project |
9595
| [versions-maven](https://www.mojohaus.org/versions/versions-maven-plugin/index.html) | `2.18.0` | modify versions of project |
9696
| [nexus-staging-maven](https://github.com/sonatype/nexus-maven-plugins/blob/main/staging/maven-plugin/README.md) | `1.6.13` | release on maven central |

pom.xml

Lines changed: 4 additions & 4 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.12.2</version>
7+
<version>2025.1.0</version>
88

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

50-
<kotlinx-serialization.version>1.7.3</kotlinx-serialization.version>
50+
<kotlinx-serialization.version>1.8.0</kotlinx-serialization.version>
5151
<kotlinx-coroutines.version>1.10.1</kotlinx-coroutines.version>
5252
<kotlin-logging.version>3.0.5</kotlin-logging.version>
5353

54-
<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
54+
<jetbrains-annotations.version>26.0.2</jetbrains-annotations.version>
5555

5656
<!-- TEST -->
5757
<junit5.version>5.11.4</junit5.version>
@@ -856,7 +856,7 @@
856856
<plugin>
857857
<groupId>org.openapitools</groupId>
858858
<artifactId>openapi-generator-maven-plugin</artifactId>
859-
<version>7.10.0</version>
859+
<version>7.11.0</version>
860860
</plugin>
861861

862862
<!-- [GENERATOR]: PROPERTIES (writes maven properties to src) (version,execution) -->

0 commit comments

Comments
 (0)