Skip to content

Commit

Permalink
Update dependency io.mockk:mockk to v1.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent e3d82c8 commit f823708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/funcTest/resources/testProjects/mockk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
testImplementation "io.mockk:mockk:1.13.2"
testImplementation "io.mockk:mockk:1.13.8"
testImplementation "io.mockk:mockk-agent-jvm:1.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.21"
}
Expand Down

0 comments on commit f823708

Please sign in to comment.