build(deps): bump org.junit.platform:junit-platform-launcher from 1.14.3 to 6.1.0#541
Conversation
There was a problem hiding this comment.
💡 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".
| # 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 |
There was a problem hiding this comment.
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 👍 / 👎.
|
CI Test ResultsRun: #26385387444 | Commit:
Status Overview
Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled Failed Testsmusl-aarch64/debug / 11-librcaJob: View logs No detailed failure information available. Check the job logs. musl-aarch64/debug / 8-librcaJob: View logs No detailed failure information available. Check the job logs. musl-amd64/debug / 11-librcaJob: View logs No detailed failure information available. Check the job logs. musl-amd64/debug / 8-librcaJob: View logs No detailed failure information available. Check the job logs. glibc-aarch64/debug / 8-j9Job: View logs No detailed failure information available. Check the job logs. glibc-aarch64/debug / 11-j9Job: View logs No detailed failure information available. Check the job logs. glibc-amd64/debug / 8-j9Job: View logs No detailed failure information available. Check the job logs. glibc-amd64/debug / 11-j9Job: View logs No detailed failure information available. Check the job logs. glibc-amd64/debug / 8-ibmJob: View logs No detailed failure information available. Check the job logs. glibc-amd64/debug / 8-orclJob: View logs No detailed failure information available. Check the job logs. glibc-amd64/debug / 11Job: 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>
178fca5 to
e5df588
Compare
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.
... (truncated)
Commits