Skip to content

Commit 29bb7dc

Browse files
authored
Merge pull request #193 from navikt/dependabot/gradle/io.mockk-mockk-1.13.17
Bump io.mockk:mockk from 1.13.16 to 1.13.17
2 parents 8f925b8 + 23849d3 commit 29bb7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
testImplementation("io.ktor:ktor-server-test-host:$ktor_version")
9191
testImplementation("io.ktor:ktor-server-test-host-jvm:$ktor_version")
9292
testImplementation("io.ktor:ktor-client-mock-jvm:$ktor_version")
93-
testImplementation("io.mockk:mockk:1.13.16")
93+
testImplementation("io.mockk:mockk:1.13.17")
9494
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
9595
}
9696

0 commit comments

Comments
 (0)