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 238c7e5 commit 89f91d9Copy full SHA for 89f91d9
dp-inntekt-api/build.gradle.kts
@@ -76,7 +76,7 @@ dependencies {
76
testImplementation("no.nav.security:mock-oauth2-server:2.2.1")
77
testImplementation("io.ktor:ktor-client-mock:${libs.versions.ktor.get()}")
78
79
- testImplementation("org.wiremock:wiremock-standalone:3.13.0")
+ testImplementation("org.wiremock:wiremock-standalone:3.13.1")
80
81
testImplementation(libs.bundles.kotest.assertions)
82
testImplementation("io.kotest:kotest-property:${libs.versions.kotest.get()}")
0 commit comments