Skip to content

Commit

Permalink
Bump mockk from 1.12.7 to 1.13.3 (#9)
Browse files Browse the repository at this point in the history
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.7 to 1.13.3.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.12.7...1.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2022
1 parent 6f83de3 commit f7e548c
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 @@ -46,7 +46,7 @@ allprojects {
dependencies {
implementation("org.javassist:javassist:3.29.2-GA")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("io.mockk:mockk:1.12.7")
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
}

Expand Down

0 comments on commit f7e548c

Please sign in to comment.