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 8806c96 commit b968c03Copy full SHA for b968c03
app/build.gradle.kts
@@ -66,6 +66,9 @@ dependencies {
66
implementation("commons-codec:commons-codec:1.18.0")
67
}
68
testImplementation("no.nav.security:mock-oauth2-server:$mockOAuth2ServerVersion")
69
+ constraints {
70
+ implementation("net.minidev:json-smart:2.5.2")
71
+ }
72
testImplementation("org.assertj:assertj-core:3.27.3")
73
testImplementation(kotlin("test"))
74
0 commit comments