Skip to content

Commit b0cd2c9

Browse files
dependabot[bot]MelSardes
authored andcommitted
chore(deps): Bump io.mockk:mockk from 1.14.6 to 1.14.7
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.6 to 1.14.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.6...1.14.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 287d1e0 commit b0cd2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
testImplementation("org.jetbrains.kotlin:kotlin-test")
5353
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
5454
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
55-
testImplementation("io.mockk:mockk:1.14.6")
55+
testImplementation("io.mockk:mockk:1.14.7")
5656
}
5757

5858
testing {

0 commit comments

Comments
 (0)