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 08a1e90 commit 84958b1Copy full SHA for 84958b1
build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
testImplementation(detectPlugin)
35
testImplementation("org.assertj:assertj-core:3.24.2")
36
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
37
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
38
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
39
}
40
0 commit comments