Skip to content

Commit

Permalink
Use JUnit BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
no-preserve-root committed Sep 27, 2024
1 parent 9ecfd99 commit 6bca608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ repositories { mavenCentral() }
dependencies {
api(libs.jspecify)

testImplementation(platform(libs.junit))
testImplementation(libs.assertj.core)
testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.launcher)
Expand Down
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }

assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.26.3" }
jspecify = { group = "org.jspecify", name = "jspecify", version = "1.0.0" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.0" }
junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version = "1.11.0" }
junit = { group = "org.junit", name = "junit-bom", version = "5.11.1" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter" }
junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
pmd = { group = "net.sourceforge.pmd", name = "pmd", version = "7.5.0" }

0 comments on commit 6bca608

Please sign in to comment.