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 d2ed069 commit 6fd85aa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ buildscript {
springKafkaVersion = '3.2.4'
archunitVersion = '1.3.0'
tokenSupportVersion = '5.0.5'

//test
jupiterVersion = '5.11.2'
}

repositories {
Expand Down Expand Up @@ -81,9 +84,9 @@ dependencies {
testImplementation("com.ninja-squad:springmockk:4.0.2")

testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation(platform("org.junit:junit-bom:$jupiterVersion"))
testImplementation("org.junit.jupiter:junit-jupiter:$jupiterVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$jupiterVersion")
testImplementation("org.mock-server:mockserver-netty:5.15.0") {
exclude module: 'junit'
}
Expand Down

0 comments on commit 6fd85aa

Please sign in to comment.