Skip to content

Commit

Permalink
Merge pull request #631 from KyoriPowered/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit:junit-bom to v5.8.2
  • Loading branch information
kashike authored Dec 11, 2021
2 parents 8456515 + a2d6acf commit 9adc5a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
testImplementation("com.google.guava:guava-testlib:31.0.1-jre")
testImplementation("com.google.truth:truth:1.1.3")
testImplementation("com.google.truth.extensions:truth-java8-extension:1.1.3")
testImplementation(platform("org.junit:junit-bom:5.7.2"))
testImplementation(platform("org.junit:junit-bom:5.8.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-engine")
testImplementation("org.junit.jupiter:junit-jupiter-params")
Expand Down

0 comments on commit 9adc5a4

Please sign in to comment.