Skip to content

Commit 1d5968f

Browse files
committed
fix(deps): update dependency org.junit:junit-bom to v5.14.0
1 parent c720992 commit 1d5968f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bom-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ javaPlatform {
2626
}
2727

2828
dependencies {
29-
api(platform("org.junit:junit-bom:5.10.1"))
29+
api(platform("org.junit:junit-bom:5.14.0"))
3030

3131
constraints {
3232
// api means "the dependency is for both compilation and runtime"

0 commit comments

Comments
 (0)