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 1d7f04f + 3161ca1 commit 360d1a8Copy full SHA for 360d1a8
1 file changed
build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
testImplementation(gradleTestKit())
24
25
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
26
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
27
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
28
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
29
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1")
0 commit comments