Skip to content

build(deps): bump org.junit.platform:junit-platform-launcher from 1.14.3 to 6.1.0#541

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.junit.platform-junit-platform-launcher-6.1.0
Open

build(deps): bump org.junit.platform:junit-platform-launcher from 1.14.3 to 6.1.0#541
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.junit.platform-junit-platform-launcher-6.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps org.junit.platform:junit-platform-launcher from 1.14.3 to 6.1.0.

Release notes

Sourced from org.junit.platform:junit-platform-launcher's releases.

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0...r6.1.0-M1

JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.2...r6.0.3

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file no-release-notes no-review labels May 25, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 25, 2026 01:13
@dependabot dependabot Bot added no-release-notes no-review dependencies Pull requests that update a dependency file labels May 25, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 178fca561d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread gradle/libs.versions.toml
# Testing
junit = "5.14.3"
junit-platform = "1.14.3" # JUnit Platform version corresponding to JUnit Jupiter 5.9.2
junit-platform = "6.1.0" # JUnit Platform version corresponding to JUnit Jupiter 5.9.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use Java-8-compatible junit-platform-launcher version

Setting junit-platform = "6.1.0" upgrades org.junit.platform:junit-platform-launcher in libs.bundles.testing, but this project still runs tests on Java 8/11 in CI (see .github/workflows/test_workflow.yml matrices including "8"/"11" and "8-librca"/"11-librca"). The musl path executes ProfilerTestRunner via createExecTestTask() with the test classpath, so loading JUnit Platform 6 (Java 17+ baseline) on those runtimes will fail before test execution (class-version/runtime incompatibility).

Useful? React with 👍 / 👎.

@datadog-official
Copy link
Copy Markdown

datadog-official Bot commented May 25, 2026

Pipelines

Fix all issues with BitsAI

⚠️ Warnings

🚦 12 Pipeline jobs failed

CI Run | test-matrix / test-linux-glibc-amd64 (8-ibm, debug)   View in Datadog   GitHub Actions

🔄 Retry job. This looks flaky and may succeed on retry. Could not start Gradle Test Executor 1 due to bad major version 61.0 of class=org/junit/platform/launcher/core/LauncherFactory; maximum supported major version is 52.0.

CI Run | test-matrix / test-linux-glibc-aarch64 (11-j9, debug)   View in Datadog   GitHub Actions

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Execution failed for task ':ddprof-test:testDebug'. Error: JVMCFRE199E bad major version 61.0 of class=org/junit/platform/launcher/core/LauncherFactory, maximum supported major version is 55.0.

CI Run | test-matrix / test-linux-glibc-aarch64 (8-j9, debug)   View in Datadog   GitHub Actions

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Bad major version 61.0 of class org.junit.platform.launcher.core.LauncherFactory, maximum supported version is 52.0.

View all 12 failed jobs.

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: e5df588 | Docs | Datadog PR Page | Give us feedback!

@dd-octo-sts
Copy link
Copy Markdown
Contributor

dd-octo-sts Bot commented May 25, 2026

CI Test Results

Run: #26385387444 | Commit: 3079de6 | Duration: 32m 21s (longest job)

12 of 32 test jobs failed

Status Overview

JDK glibc-aarch64/debug glibc-amd64/debug musl-aarch64/debug musl-amd64/debug
8 - - -
8-ibm - - -
8-j9 - -
8-librca - -
8-orcl - - -
11 - - -
11-j9 - -
11-librca - -
17 - -
17-graal - -
17-j9 - -
17-librca - -
21 - -
21-graal - -
21-librca - -
25 - -
25-graal - -
25-librca - -

Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled

Failed Tests

musl-aarch64/debug / 11-librca

Job: View logs

No detailed failure information available. Check the job logs.

musl-aarch64/debug / 8-librca

Job: View logs

No detailed failure information available. Check the job logs.

musl-amd64/debug / 11-librca

Job: View logs

No detailed failure information available. Check the job logs.

musl-amd64/debug / 8-librca

Job: View logs

No detailed failure information available. Check the job logs.

glibc-aarch64/debug / 8-j9

Job: View logs

No detailed failure information available. Check the job logs.

glibc-aarch64/debug / 11-j9

Job: View logs

No detailed failure information available. Check the job logs.

glibc-amd64/debug / 8-j9

Job: View logs

No detailed failure information available. Check the job logs.

glibc-amd64/debug / 11-j9

Job: View logs

No detailed failure information available. Check the job logs.

glibc-amd64/debug / 8-ibm

Job: View logs

No detailed failure information available. Check the job logs.

glibc-amd64/debug / 8-orcl

Job: View logs

No detailed failure information available. Check the job logs.

glibc-amd64/debug / 8

Job: View logs

No detailed failure information available. Check the job logs.

glibc-amd64/debug / 11

Job: View logs

No detailed failure information available. Check the job logs.

Summary: Total: 32 | Passed: 20 | Failed: 12


Updated: 2026-05-25 06:22:57 UTC

Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.3 to 6.1.0.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits/r6.1.0)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/org.junit.platform-junit-platform-launcher-6.1.0 branch from 178fca5 to e5df588 Compare May 25, 2026 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file no-release-notes no-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants