File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.0 " )
17+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.21 " )
1818 testImplementation(" org.junit.jupiter:junit-jupiter:[5.10.1,)" )
1919 testImplementation(" org.hamcrest:hamcrest-core:[2.2,)" )
2020 testImplementation(" org.zapodot:embedded-db-junit-jupiter:[2.1.1,)" )
Original file line number Diff line number Diff line change 109109 <plugin >
110110 <groupId >org.jetbrains.dokka</groupId >
111111 <artifactId >dokka-maven-plugin</artifactId >
112- <version >1.9.0 </version >
112+ <version >1.9.10 </version >
113113 <executions >
114114 <execution >
115115 <phase >prepare-package</phase >
Original file line number Diff line number Diff line change 101101 <plugin >
102102 <groupId >org.jetbrains.dokka</groupId >
103103 <artifactId >dokka-maven-plugin</artifactId >
104- <version >1.8.20 </version >
104+ <version >1.9.10 </version >
105105 <executions >
106106 <execution >
107107 <phase >prepare-package</phase >
You can’t perform that action at this time.
0 commit comments