Skip to content

Commit 6fdc901

Browse files
fix(deps): update dependency org.junit.platform:junit-platform-launcher to v6.1.2 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a09f52 commit 6fdc901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
detektPlugins(libs.detekt.formatting)
4747
testImplementation(gradleTestKit())
4848
testImplementation(kotlin("test-junit5"))
49-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
49+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2")
5050
}
5151

5252
tasks {

0 commit comments

Comments
 (0)