Skip to content

Commit 38be6ee

Browse files
build(deps): bump org.junit.platform:junit-platform-launcher from 1.13.4 to 6.0.0 (#19286)
* build(deps): bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): combine junit dependencies junitPlatformLauncher and junitJupiter now use the same versioning scheme as-of Junit 6 Use `junit` as dependency name ---- > Single version number for Platform, Jupiter, and Vintage https://docs.junit.org/6.0.0/release-notes/#release-notes-6.0.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Allison <[email protected]>
1 parent 3cf941e commit 38be6ee

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ json = "20250517"
8383
jsoup = "1.21.2"
8484
androidTestJunit = "1.3.0"
8585
# https://github.com/junit-team/junit5/releases/
86-
junitJupiter = "6.0.0"
87-
# https://github.com/junit-team/junit5/releases/ - version numbers differ; changelogs in bundle
88-
junitPlatformLauncher = "1.13.4"
86+
junit = "6.0.0"
8987
# https://github.com/JetBrains/kotlin/releases/
9088
kotlin = '2.2.10'
9189
# https://github.com/Kotlin/kotlinx.serialization/releases
@@ -191,10 +189,10 @@ hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
191189
hamcrest-library = { module = "org.hamcrest:hamcrest-library", version.ref = "hamcrest" }
192190
ivanshafran-shared-preferences-mock = { module = "io.github.ivanshafran:shared-preferences-mock", version.ref = "sharedPreferencesMock" }
193191
json = { module = "org.json:json", version.ref = "json" }
194-
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junitJupiter" }
195-
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junitJupiter" }
196-
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junitPlatformLauncher" }
197-
junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junitJupiter" }
192+
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
193+
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
194+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" }
195+
junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit" }
198196
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
199197
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
200198
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }

0 commit comments

Comments
 (0)