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 681a3ca commit 93dc6daCopy full SHA for 93dc6da
build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
37
38
implementation(platform("org.jetbrains.kotlin:kotlin-bom:${embeddedKotlinVersion}"))
39
40
- testImplementation(platform("org.junit:junit-bom:6.0.0"))
+ testImplementation(platform("org.junit:junit-bom:6.0.1"))
41
testImplementation("org.assertj:assertj-core:3.27.6")
42
testImplementation("org.junit.jupiter:junit-jupiter-params")
43
}
0 commit comments