Skip to content

Commit 5ef1d07

Browse files
build: bump org.junit.platform:junit-platform-launcher (#515)
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0ee84b commit 5ef1d07

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
@@ -30,7 +30,7 @@ dependencies {
3030
val sentryVersion = "8.19.1"
3131
val junitVersion = "6.0.1"
3232
val junit4Version = "4.13.2"
33-
val junitPlatformVersion = "1.13.4"
33+
val junitPlatformVersion = "6.0.1"
3434
val mockitoVersion = "5.19.0"
3535
val assertjVersion = "3.27.4"
3636
val pluginVerifierVersion = "1.388"

0 commit comments

Comments
 (0)