Skip to content

Commit fdcfc2e

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.1 to 1.10.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 958ffb5 commit fdcfc2e

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
@@ -80,7 +80,7 @@ dependencies {
8080

8181
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.22")
8282
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
83-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
83+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
8484
}
8585

8686
val dependencyVersions = listOf(

0 commit comments

Comments
 (0)