Skip to content

Commit 97989fa

Browse files
Update dependency org.junit.platform:junit-platform-launcher to v1.13.2 (#4680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f471c02 commit 97989fa

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
@@ -70,7 +70,7 @@ subprojects {
7070
dependencies {
7171
// Tests
7272
testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
73-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")
73+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
7474
}
7575

7676
plugins.withId("java") {

0 commit comments

Comments
 (0)