Skip to content

Commit

Permalink
Bump io.mockk:mockk from 1.13.4 to 1.13.5 (#53)
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.4 to 1.13.5.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@v1.13.4...1.13.5)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 619aef4 commit 266b31d
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.4") // mock framework
testImplementation("io.mockk:mockk:1.13.5") // 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 266b31d

Please sign in to comment.