Skip to content

Commit

Permalink
Update dependency io.mockk:mockk to v1.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 58e27f7 commit b911ac7
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 @@ -29,7 +29,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.13"
testImplementation "io.mockk:mockk-agent-jvm:1.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.21"
}
Expand Down

0 comments on commit b911ac7

Please sign in to comment.