Skip to content

Commit 764486c

Browse files
Merge pull request #231 from cdsap/renovate/io.mockk-mockk-1.x
chore(deps): update dependency io.mockk:mockk to v1.14.9
2 parents d550b48 + 044564b commit 764486c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model

project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ data class Testing(
4949
val junit4: String = "4.13.2",
5050
val junit5: String = "6.0.2",
5151
val truth: String = "1.4.5",
52-
val mockk: String = "1.14.7",
52+
val mockk: String = "1.14.9",
5353
val coreTesting: String = "2.2.0",
5454
val junitExt: String = "1.3.0",
5555
)

0 commit comments

Comments
 (0)