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 a345b54 commit 345fa0d
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 {
cxfVersion = '3.4.2'
jacksonModuleKotlinVersion = '2.17.2'
tokenSupportVersion = '5.0.5'

//test
jupiterVersion = '5.11.2'
}
}

Expand Down Expand Up @@ -95,8 +98,8 @@ dependencies {
testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
testImplementation("no.nav.security:token-validation-spring-test:${tokenSupportVersion}")

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")

//mock - test
testImplementation("org.mock-server:mockserver-netty:5.15.0") {
Expand Down

0 comments on commit 345fa0d

Please sign in to comment.