Skip to content

Commit ec35047

Browse files
chore: bump io.mockk:mockk from 1.14.6 to 1.14.7 (#234)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1fb7f1 commit ec35047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.1")
4646
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
4747
testImplementation("org.assertj:assertj-core:3.27.6")
48-
testImplementation("io.mockk:mockk:1.14.6")
48+
testImplementation("io.mockk:mockk:1.14.7")
4949
}
5050

5151
tasks.withType<Test> {

0 commit comments

Comments
 (0)