Skip to content

Commit

Permalink
Update dependency io.mockk:mockk to v1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2023
1 parent 4de69d0 commit dbf1b4c
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 @@ -44,7 +44,7 @@ dependencies {
testImplementation("org.testcontainers:oracle-xe")
testImplementation("ch.qos.logback", "logback-classic", "1.2.11")
testImplementation("ch.qos.logback", "logback-core", "1.2.11")
testImplementation("io.mockk:mockk:1.12.3")
testImplementation("io.mockk:mockk:1.13.4")
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
}
Expand Down

0 comments on commit dbf1b4c

Please sign in to comment.