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 db8db58 commit 1ec2a29Copy full SHA for 1ec2a29
build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.1,)")
19
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
20
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")
21
- testRuntimeOnly("org.junit.platform:junit-platform-launcher")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.1,)")
22
}
23
24
tasks.test {
0 commit comments