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 be8db6b commit a704db4Copy full SHA for a704db4
build.gradle.kts
@@ -22,7 +22,7 @@ repositories {
22
dependencies {
23
implementation("com.gradle:develocity-gradle-plugin-adapters:1.2.1")
24
25
- testImplementation(platform("org.junit:junit-bom:5.12.2"))
+ testImplementation(platform("org.junit:junit-bom:5.13.0"))
26
testImplementation("org.junit.jupiter:junit-jupiter")
27
28
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
0 commit comments