We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e03ae commit 5501235Copy full SHA for 5501235
1 file changed
settings.gradle.kts
@@ -30,7 +30,7 @@ dependencyResolutionManagement {
30
library("processor", "io.goodforgod", "graalvm-hint-processor").versionRef("goodforgod")
31
}
32
create("tests") {
33
- library("junit-bom", "org.junit:junit-bom:5.14.1")
+ library("junit-bom", "org.junit:junit-bom:5.14.2")
34
library("junit-api", "org.junit.jupiter", "junit-jupiter-api").withoutVersion()
35
library("junit-params", "org.junit.jupiter", "junit-jupiter-params").withoutVersion()
36
library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").withoutVersion()
0 commit comments