Skip to content

Commit b968c03

Browse files
committed
Fjern usikker avhengighet
1 parent 8806c96 commit b968c03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ dependencies {
6666
implementation("commons-codec:commons-codec:1.18.0")
6767
}
6868
testImplementation("no.nav.security:mock-oauth2-server:$mockOAuth2ServerVersion")
69+
constraints {
70+
implementation("net.minidev:json-smart:2.5.2")
71+
}
6972
testImplementation("org.assertj:assertj-core:3.27.3")
7073
testImplementation(kotlin("test"))
7174
}

0 commit comments

Comments
 (0)