Skip to content

Commit 0528727

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump junit-platform-launcher from 1.9.0 to 1.9.1
Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a7fd56 commit 0528727

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
@@ -78,7 +78,7 @@ dependencies {
7878

7979
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.7.10")
8080
testImplementation("io.kotest:kotest-runner-junit5:5.4.2")
81-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.0")
81+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.1")
8282
}
8383

8484
val dependencyVersions = listOf(

0 commit comments

Comments
 (0)