Skip to content

Commit

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

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

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 Jan 9, 2024
1 parent b3b35f4 commit 94a60db
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 @@ -22,7 +22,7 @@ dependencies {
implementation("io.ktor:ktor-client-cio:$ktorClientVersion")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testImplementation("io.mockk:mockk:1.13.8")
testImplementation("io.mockk:mockk:1.13.9")
testImplementation("org.assertj:assertj-core:3.25.0")
testImplementation("org.mock-server:mockserver-client-java-no-dependencies:$mockServerVersion")
testImplementation("org.mock-server:mockserver-junit-jupiter-no-dependencies:$mockServerVersion")
Expand Down

0 comments on commit 94a60db

Please sign in to comment.