Skip to content

Commit

Permalink
Bump io.mockk:mockk from 1.13.9 to 1.13.10 in /http4k-app (#142)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 11a652e commit 39c2848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http4k-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"

testImplementation "io.mockk:mockk:1.13.9"
testImplementation "io.mockk:mockk:1.13.10"
testImplementation "org.testcontainers:junit-jupiter:1.19.6"
}

0 comments on commit 39c2848

Please sign in to comment.