File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ are included.
5252| kotlin | ` 2.0.20 ` | used in kotlin compiler und kotlin libs. |
5353| java | ` 17 ` | compile target |
5454| kotlinx-coroutines | ` 1.9.0 ` | all BOM libs explicitly listed |
55- | kotlinx-serialization | ` 1.7.2 ` | all BOM libs explicitly listed |
55+ | kotlinx-serialization | ` 1.7.3 ` | all BOM libs explicitly listed |
5656| kotlin-logging | ` 3.0.5 ` | logging support |
5757
5858## Libs
Original file line number Diff line number Diff line change 44
55 <groupId >io.toolisticon.maven.parent</groupId >
66 <artifactId >maven-parent-kotlin-base</artifactId >
7- <version >2024.9.2 </version >
7+ <version >2024.10.0 </version >
88
99 <name >Maven Parent - Kotlin Base</name >
1010 <description >Maven parent for a holistic kotlin lib project.</description >
5151 <kotlinx-coroutines .version>1.9.0</kotlinx-coroutines .version>
5252 <kotlin-logging .version>3.0.5</kotlin-logging .version>
5353
54- <jetbrains-annotations .version>24.1 .0</jetbrains-annotations .version>
54+ <jetbrains-annotations .version>25.0 .0</jetbrains-annotations .version>
5555
5656 <!-- TEST -->
57- <junit5 .version>5.11.0 </junit5 .version>
57+ <junit5 .version>5.11.1 </junit5 .version>
5858 </properties >
5959
6060 <dependencyManagement >
522522 <plugin >
523523 <groupId >org.apache.maven.plugins</groupId >
524524 <artifactId >maven-javadoc-plugin</artifactId >
525- <version >3.10.0 </version >
525+ <version >3.10.1 </version >
526526 <executions >
527527 <execution >
528528 <id >attach-javadocs</id >
677677 <plugin >
678678 <groupId >org.apache.maven.plugins</groupId >
679679 <artifactId >maven-gpg-plugin</artifactId >
680- <version >3.2.6 </version >
680+ <version >3.2.7 </version >
681681 <configuration >
682682 <!-- pass -Dgpg.keyname=.. and -Dgpg.passphrase=... -->
683683 <gpgArguments >
You can’t perform that action at this time.
0 commit comments