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.
2 parents 392452d + 21c8015 commit 6394c80Copy full SHA for 6394c80
1 file changed
build.gradle.kts
@@ -22,7 +22,7 @@ dependencies {
22
compileOnly(gradleApi())
23
testImplementation(gradleTestKit())
24
25
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
26
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
27
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.2")
28
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
0 commit comments