Skip to content

Commit a7c3cb0

Browse files
committed
Transitive dependencies should be declared directly: junit-jupiter-params
1 parent 7bf493f commit a7c3cb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jspecify = { module = 'org.jspecify:jspecify', version.ref = 'jspecify' }
2626
junit = { module = 'org.junit:junit-bom', version.ref = 'junit' }
2727
junit-jupiter = { module = 'org.junit.jupiter:junit-jupiter' }
2828
junit-jupiter-api = { module = 'org.junit.jupiter:junit-jupiter-api' }
29+
junit-jupiter-params = { module = 'org.junit.jupiter:junit-jupiter-params' }
2930
junit-jupiter-engine = { module = 'org.junit.jupiter:junit-jupiter-engine' }
3031
junit-platform-launcher = { module = 'org.junit.platform:junit-platform-launcher' }
3132
assertj = { module = 'org.assertj:assertj-core', version.ref = 'assertj' }
3233

3334
[bundles]
34-
test-implementation = ['junit-jupiter-api', 'assertj']
35+
test-implementation = ['junit-jupiter-api', 'junit-jupiter-params', 'assertj']
3536
test-compile = ['junit-jupiter', 'junit-jupiter-engine']
3637
test-runtime = ['junit-jupiter-engine', 'junit-platform-launcher']

0 commit comments

Comments
 (0)