Skip to content

Commit b9207b5

Browse files
Bump io.mockk:mockk from 1.14.4 to 1.14.7
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.4 to 1.14.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.4...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 3cfc963 commit b9207b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turtle/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.0")
1414

1515
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.2.0")
16-
testImplementation("io.mockk:mockk:1.14.4")
16+
testImplementation("io.mockk:mockk:1.14.7")
1717
}
1818

1919
tasks.test {

0 commit comments

Comments
 (0)