Skip to content

Commit c08c6a9

Browse files
Bump io.mockk:mockk from 1.14.4 to 1.14.5
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.4 to 1.14.5. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.4...1.14.5) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56025b9 commit c08c6a9

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
@@ -90,7 +90,7 @@ dependencies {
9090
testImplementation("io.ktor:ktor-server-test-host:$ktor_version")
9191
testImplementation("io.ktor:ktor-server-test-host-jvm:$ktor_version")
9292
testImplementation("io.ktor:ktor-client-mock-jvm:$ktor_version")
93-
testImplementation("io.mockk:mockk:1.14.4")
93+
testImplementation("io.mockk:mockk:1.14.5")
9494
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
9595
}
9696

0 commit comments

Comments
 (0)