Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] committed Oct 10, 2022
1 parent 54b36b3 commit 6073ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -118,7 +118,7 @@ configure(subprojects.filterNot { it in internalBomModules }) {
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
}
testImplementation("io.mockk:mockk:1.12.4")
testImplementation("io.mockk:mockk:1.13.2")
}

java {
Expand Down

0 comments on commit 6073ee6

Please sign in to comment.