We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537d301 commit f910ca4Copy full SHA for f910ca4
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