Skip to content

Commit 801a254

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump junit-platform-launcher from 1.8.1 to 1.8.2
Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.8.1 to 1.8.2. - [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 f9fbf39 commit 801a254

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.6.10")
8080
testImplementation("io.kotest:kotest-runner-junit5:5.1.0")
81-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.8.1")
81+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.8.2")
8282
}
8383

8484
val dependencyVersions = listOf(

0 commit comments

Comments
 (0)