Skip to content

Commit aea0924

Browse files
Bump io.mockk:mockk in /http4k-app in the dependencies group (#285)
Bumps the dependencies group in /http4k-app with 1 update: [io.mockk:mockk](https://github.com/mockk/mockk). Updates `io.mockk:mockk` from 1.13.17 to 1.14.0 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.17...1.14.0) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39f67a9 commit aea0924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http4k-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
4949
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
5050

51-
testImplementation("io.mockk:mockk:1.13.17")
51+
testImplementation("io.mockk:mockk:1.14.0")
5252
testImplementation("org.testcontainers:junit-jupiter:1.20.6")
5353
}
5454

0 commit comments

Comments
 (0)