We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2250fd2 commit a1c6905Copy full SHA for a1c6905
dp-inntekt-api/build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
75
testImplementation("no.nav.security:mock-oauth2-server:2.1.10")
76
testImplementation("io.ktor:ktor-client-mock:${libs.versions.ktor.get()}")
77
78
- testImplementation("org.wiremock:wiremock-standalone:3.12.0")
+ testImplementation("org.wiremock:wiremock-standalone:3.12.1")
79
80
testImplementation(libs.bundles.kotest.assertions)
81
testImplementation("io.kotest:kotest-property:${libs.versions.kotest.get()}")
0 commit comments