Skip to content

Commit c76f195

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 e698a26 commit c76f195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kotlin {
1616
dependencies {
1717
implementation "org.jetbrains.kotlin:kotlin-stdlib"
1818
implementation 'org.junit.jupiter:junit-jupiter:6.0.2'
19-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.2'
19+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3'
2020
testImplementation("com.approvaltests:approvaltests:27.0.0")
2121
testImplementation("com.google.code.gson:gson:2.13.2")
2222
}

0 commit comments

Comments
 (0)