Skip to content

Commit c6d815d

Browse files
Bump org.junit.platform:junit-platform-launcher from 6.0.2 to 6.0.3
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7b74e4 commit c6d815d

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
@@ -61,7 +61,7 @@ subprojects {
6161

6262
dependencies {
6363
"testImplementation"("org.junit.jupiter:junit-jupiter:6.0.2")
64-
"testImplementation"("org.junit.platform:junit-platform-launcher:6.0.2")
64+
"testImplementation"("org.junit.platform:junit-platform-launcher:6.0.3")
6565
"testImplementation"("org.assertj:assertj-core:3.27.7")
6666
"testImplementation"("io.mockk:mockk:1.14.9")
6767
}

0 commit comments

Comments
 (0)