We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c720992 commit 1d5968fCopy full SHA for 1d5968f
src/bom-testing/build.gradle.kts
@@ -26,7 +26,7 @@ javaPlatform {
26
}
27
28
dependencies {
29
- api(platform("org.junit:junit-bom:5.10.1"))
+ api(platform("org.junit:junit-bom:5.14.0"))
30
31
constraints {
32
// api means "the dependency is for both compilation and runtime"
0 commit comments