Skip to content

Commit

Permalink
Bump mockk from 1.13.2 to 1.13.3 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 12, 2022
1 parent 9a37603 commit 51d5643
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.2") // mock framework
testImplementation("io.mockk:mockk:1.13.3") // 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 51d5643

Please sign in to comment.