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 9f9d2ad commit 579865aCopy full SHA for 579865a
build.gradle
@@ -66,7 +66,7 @@ dependencies {
66
because('mockk needs it')
67
}
68
69
- testImplementation(platform("org.junit:junit-bom:5.13.4"))
+ testImplementation(platform("org.junit:junit-bom:6.0.0"))
70
testImplementation 'org.junit.jupiter:junit-jupiter-api'
71
testImplementation "org.junit.jupiter:junit-jupiter-params"
72
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
0 commit comments