Skip to content

Commit

Permalink
fix(deps): update dependency io.mockk:mockk to v1.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent d0cc3d3 commit 4b22811
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 @@ -93,7 +93,7 @@ dependencies {
testImplementation("io.kotest:kotest-property:$kotestVersion")
testImplementation("io.kotest:kotest-framework-datatest:$kotestVersion")
testImplementation("io.kotest:kotest-extensions-spring:4.4.3")
testImplementation("io.mockk:mockk:1.13.2")
testImplementation("io.mockk:mockk:1.13.10")
testImplementation("com.ninja-squad:springmockk:3.1.1")
testImplementation("nl.jqno.equalsverifier:equalsverifier:3.10.1")

Expand Down

0 comments on commit 4b22811

Please sign in to comment.