Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 2ce9f12 commit 1c1aeea
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.4"
testImplementation "io.mockk:mockk:1.13.8"
testImplementation "org.testcontainers:junit-jupiter:1.19.1"
}

0 comments on commit 1c1aeea

Please sign in to comment.