Skip to content

Commit

Permalink
fix(deps): update dependency io.mockk:mockk to v1.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 19, 2024
1 parent f747814 commit 334175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation("io.github.microutils:kotlin-logging:3.0.5")
testImplementation("io.kotest:kotest-assertions-core:5.9.0")
testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.19")
testImplementation("io.mockk:mockk:1.13.10")
testImplementation("io.mockk:mockk:1.13.11")
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:2.0.19")
}

Expand Down

0 comments on commit 334175b

Please sign in to comment.