Skip to content

build(deps-dev): align JUnit Platform and Jupiter to 6.1.0#4774

Open
dependabot[bot] wants to merge 4 commits into
masterfrom
dependabot/maven/junit-platform.version-6.1.0
Open

build(deps-dev): align JUnit Platform and Jupiter to 6.1.0#4774
dependabot[bot] wants to merge 4 commits into
masterfrom
dependabot/maven/junit-platform.version-6.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps junit-platform.version from 1.13.4 to 6.1.0.
Aligns junit-jupiter.version from 5.13.4 to 6.1.0 to keep JUnit Platform and Jupiter versions consistent.


Updates org.junit.platform:junit-platform-launcher from 1.13.4 to 6.1.0


Updates org.junit.platform:junit-platform-commons from 1.13.4 to 6.1.0


Updates org.junit.platform:junit-platform-engine from 1.13.4 to 6.1.0


Updates org.junit.platform:junit-platform-reporting from 1.13.4 to 6.1.0


Updates org.junit.jupiter:junit-jupiter-api from 5.13.4 to 6.1.0


Updates org.junit.jupiter:junit-jupiter-engine from 5.13.4 to 6.1.0


Updates org.junit.jupiter:junit-jupiter-params from 5.13.4 to 6.1.0


Regenerates the Bazel dependency block in MODULE.bazel so Bazel test discovery uses the same JUnit versions as Maven.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 20, 2026
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign brendandburns for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 20, 2026
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@brendandburns brendandburns reopened this May 29, 2026
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 1, 2026
@brendandburns

Copy link
Copy Markdown
Contributor

@copilot please resolve conflicts and fix CI/CD

@brendandburns

Copy link
Copy Markdown
Contributor

@copilot please fix merge conflicts and CI/CD failures.

@linux-foundation-easycla

linux-foundation-easycla Bot commented Jun 2, 2026

Copy link
Copy Markdown

CLA Not Signed

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 2, 2026

Copilot AI commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

@copilot please resolve conflicts and fix CI/CD

Done in 24c5800: I merged master into the branch, resolved the generated Bazel lockfile conflict, and aligned JUnit Jupiter with Platform 6.1.0 so the Bazel CI failure is fixed. Targeted Bazel and Maven checks passed.

Copilot AI changed the title build(deps-dev): bump junit-platform.version from 1.13.4 to 6.1.0 build(deps-dev): align junit-platform.version and junit-jupiter.version to 6.1.0 Jun 2, 2026

Copilot AI commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

@copilot please fix merge conflicts and CI/CD failures.

24c5800 already resolves the branch update and the Bazel/JUnit mismatch that was breaking test discovery (NoSuchMethodError from mixed JUnit versions). I verified the branch is based on current master, python3 scripts/sync_bazel_dependencies.py --check passes, and the Maven CI test command passes locally. The remaining red statuses on the PR are EasyCLA and tide gating, not a code/CI failure I can fix in this branch.

@brendandburns

Copy link
Copy Markdown
Contributor

@dependabot recreate

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 4, 2026
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

rebase

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Bumps `junit-platform.version` from 1.13.4 to 6.1.0.

Updates `org.junit.platform:junit-platform-launcher` from 1.13.4 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)

Updates `org.junit.platform:junit-platform-commons` from 1.13.4 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)

Updates `org.junit.platform:junit-platform-engine` from 1.13.4 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)

Updates `org.junit.platform:junit-platform-reporting` from 1.13.4 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-commons
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.junit.platform:junit-platform-engine
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.junit.platform:junit-platform-reporting
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): align junit-platform.version and junit-jupiter.version to 6.1.0 build(deps-dev): bump junit-platform.version from 1.13.4 to 6.1.0 Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/junit-platform.version-6.1.0 branch from 24c5800 to bd53608 Compare June 4, 2026 02:38
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jun 4, 2026
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 4, 2026
@brendandburns brendandburns reopened this Jun 4, 2026
@brendandburns

Copy link
Copy Markdown
Contributor

@copilot please fix CI/CD

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. and removed cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 8, 2026

Copilot AI commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@copilot please fix CI/CD

Fixed in 0c24f40: aligned junit-jupiter.version with JUnit Platform 6.1.0 and regenerated the Bazel dependency block so Bazel test discovery no longer mixes JUnit 5.13.4 with Platform 6.1.0. Verified with python3 scripts/sync_bazel_dependencies.py --check, targeted Maven tests for MetricsTest and WaitUtilsTest, and final validation.

Copilot AI changed the title build(deps-dev): bump junit-platform.version from 1.13.4 to 6.1.0 build(deps-dev): align JUnit Platform and Jupiter to 6.1.0 Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. dependencies Pull requests that update a dependency file java Pull requests that update Java code size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants