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 223f9b3 commit 0274ecf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ buildscript {
jacksonModuleKotlinVersion = '2.17.2'
cxfVersion = '3.3.4'
tokenSupportVersion = '5.0.5'

//test
jupiterVersion = '5.11.2'
}
}

Expand Down Expand Up @@ -103,8 +106,8 @@ dependencies {
testImplementation ("org.springframework.kafka:spring-kafka-test:$springKafkaVersion")
testImplementation("org.pac4j:spring-webmvc-pac4j:8.0.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.skyscreamer:jsonassert:1.5.3")
testImplementation("io.mockk:mockk:1.13.13")
Expand Down

0 comments on commit 0274ecf

Please sign in to comment.