Skip to content

Commit 491668f

Browse files
authored
Merge pull request #88 from navikt/dependabot/gradle/io.mockk-mockk-1.13.11
Bump io.mockk:mockk from 1.12.4 to 1.13.11
2 parents d36f522 + c6401fc commit 491668f

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.11")
8888
implementation("io.ktor:ktor-server-swagger-jvm:2.3.0")
8989

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

0 commit comments

Comments
 (0)