Skip to content

Commit

Permalink
Bump mockk from 1.13.3 to 1.13.4 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 30, 2023
1 parent c0e1c9d commit f6d2547
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 @@ -36,7 +36,7 @@ dependencies {
testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit5"))
testImplementation(kotlin("stdlib-jdk8"))
testImplementation("io.mockk:mockk:1.13.3") // mock framework
testImplementation("io.mockk:mockk:1.13.4") // mock framework
@Suppress("GradlePackageUpdate") // we want to run tests on JVM 8, so we will stay on 1.3.x version
testImplementation("ch.qos.logback:logback-classic:1.3.3") // logging framework for the tests

Expand Down

0 comments on commit f6d2547

Please sign in to comment.