Skip to content

Commit 5e6df9c

Browse files
authored
Merge pull request #104 from navikt/dependabot/gradle/io.mockk-mockk-1.13.12
Bump io.mockk:mockk from 1.13.11 to 1.13.12
2 parents dd9f45f + f0a0b71 commit 5e6df9c

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
@@ -87,7 +87,7 @@ dependencies {
8787
implementation("io.ktor:ktor-server-core-jvm:2.3.12")
8888
implementation("io.ktor:ktor-server-swagger-jvm:2.3.12")
8989

90-
testImplementation("io.mockk:mockk:1.13.11")
90+
testImplementation("io.mockk:mockk:1.13.12")
9191
testImplementation("io.ktor:ktor-server-tests:2.3.12")
9292
testImplementation("io.ktor:ktor-client-mock:$ktor_version")
9393
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")

0 commit comments

Comments
 (0)