Skip to content

Commit

Permalink
E - Oppdatering av org.junit.jupiter: 5.11.2 og lagt inn spesfikk ver…
Browse files Browse the repository at this point in the history
…sjon for jupiter
  • Loading branch information
dskarpas committed Oct 16, 2024
1 parent 6c4bec2 commit 0457d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies {
implementation("org.springframework:spring-context")
implementation("jakarta.servlet:jakarta.servlet-api:6.1.0")

testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(platform("org.junit:junit-bom:$jupiterVersion"))
testImplementation("org.junit.jupiter:junit-jupiter:$jupiterVersion")
testImplementation("org.springframework:spring-test")
testImplementation("io.mockk:mockk:1.13.13")
}

0 comments on commit 0457d00

Please sign in to comment.