Skip to content

Commit efc5121

Browse files
Bump org.junit.platform:junit-platform-launcher in the junit group (#450)
Bumps the junit group with 1 update: [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5). Updates `org.junit.platform:junit-platform-launcher` from 1.10.3 to 1.11.0 - [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-minor dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8177294 commit efc5121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181

8282
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.0")
8383
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
84-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.3")
84+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
8585
}
8686

8787
val dependencyVersions = listOf(

0 commit comments

Comments
 (0)