Skip to content

Commit 3c70bed

Browse files
Bump org.junit.platform:junit-platform-launcher in the junit group
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.0 to 1.11.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 dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65904ec commit 3c70bed

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.0")
84+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.1")
8585
}
8686

8787
val dependencyVersions = listOf(

0 commit comments

Comments
 (0)