Skip to content

Commit d31c49e

Browse files
chore: bump io.mockk:mockk-jvm from 1.13.16 to 1.14.0 in /dgs-kotlin-co (#3230)
Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.13.16 to 1.14.0. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.16...1.14.0) --- updated-dependencies: - dependency-name: io.mockk:mockk-jvm dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3107926 commit d31c49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgs-kotlin-co/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
testImplementation("com.netflix.graphql.dgs:dgs-starter-test")
6363
testImplementation("io.projectreactor:reactor-test")
6464
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test")
65-
testImplementation("io.mockk:mockk-jvm:1.13.16")
65+
testImplementation("io.mockk:mockk-jvm:1.14.0")
6666
testImplementation("com.ninja-squad:springmockk:4.0.2") {
6767
exclude(module = "mockk")
6868
}

0 commit comments

Comments
 (0)