Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 546e83a commit 31859bd
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 @@ -17,7 +17,7 @@ dependencies {
implementation("io.ktor:ktor-client-cio:2.3.9")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("io.mockk:mockk:1.13.9")
testImplementation("io.mockk:mockk:1.13.10")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.wiremock:wiremock:3.4.2")
testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-13")
Expand Down

0 comments on commit 31859bd

Please sign in to comment.