Skip to content

Commit f299d02

Browse files
Bump org.junit.platform:junit-platform-launcher in the junit group (#486)
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.11.2 to 1.11.3 - [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 dependency-group: junit ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d675bf commit f299d02

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
@@ -81,7 +81,7 @@ dependencies {
8181

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

8787
val dependencyVersions = listOf(

0 commit comments

Comments
 (0)