Skip to content

Commit

Permalink
Update dependency io.mockk:mockk-agent-jvm to v1.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 6a4f652 commit cf4a695
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 @@ -32,7 +32,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-agent-jvm:1.13.2"
testImplementation "io.mockk:mockk-agent-jvm:1.13.10"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.21"
}

Expand Down

0 comments on commit cf4a695

Please sign in to comment.