Skip to content

Commit 9903801

Browse files
Update dependency org.junit.platform:junit-platform-launcher to v1.13.2
1 parent 3f79298 commit 9903801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subprojects {
2424
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
2525
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
2626
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
27-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")
27+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
2828
}
2929

3030
tasks.test {

0 commit comments

Comments
 (0)