We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 537d301 + f910ca4 commit 6590f9dCopy full SHA for 6590f9d
build.gradle.kts
@@ -22,7 +22,7 @@ repositories {
22
dependencies {
23
implementation("com.gradle:develocity-gradle-plugin-adapters:1.1")
24
25
- testImplementation(platform("org.junit:junit-bom:5.12.0"))
+ testImplementation(platform("org.junit:junit-bom:5.12.1"))
26
testImplementation("org.junit.jupiter:junit-jupiter")
27
28
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
0 commit comments