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 {
14
14
}
15
15
16
16
dependencies {
17
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.0 " )
17
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.9.21 " )
18
18
testImplementation(" org.junit.jupiter:junit-jupiter:[5.10.1,)" )
19
19
testImplementation(" org.hamcrest:hamcrest-core:[2.2,)" )
20
20
testImplementation(" org.zapodot:embedded-db-junit-jupiter:[2.1.1,)" )
Original file line number Diff line number Diff line change 109
109
<plugin >
110
110
<groupId >org.jetbrains.dokka</groupId >
111
111
<artifactId >dokka-maven-plugin</artifactId >
112
- <version >1.9.0 </version >
112
+ <version >1.9.10 </version >
113
113
<executions >
114
114
<execution >
115
115
<phase >prepare-package</phase >
Original file line number Diff line number Diff line change 101
101
<plugin >
102
102
<groupId >org.jetbrains.dokka</groupId >
103
103
<artifactId >dokka-maven-plugin</artifactId >
104
- <version >1.8.20 </version >
104
+ <version >1.9.10 </version >
105
105
<executions >
106
106
<execution >
107
107
<phase >prepare-package</phase >
You can’t perform that action at this time.
0 commit comments