Skip to content

Commit

Permalink
Use BOM approach for junit depnendency
Browse files Browse the repository at this point in the history
  • Loading branch information
JaquelineP committed Oct 11, 2021
1 parent cbc175e commit e653dd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/zally-rule-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies {
implementation("io.swagger:swagger-models:1.6.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.2")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")
testImplementation(platform("org.junit:junit-bom:5.8.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core:3.11.0")
}

0 comments on commit e653dd4

Please sign in to comment.