Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.11.4 -> 5.12.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) 5.11.4 -> 5.12.2 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from nakamura-to February 21, 2025 14:34
@renovate renovate bot force-pushed the renovate/org.junit.jupiter branch 2 times, most recently from 02679a5 to bdb7165 Compare March 1, 2025 06:32
@renovate renovate bot force-pushed the renovate/org.junit.jupiter branch from bdb7165 to 0d19912 Compare March 14, 2025 18:06
@renovate renovate bot changed the title Update org.junit.jupiter to v5.12.0 Update org.junit.jupiter to v5.12.1 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/org.junit.jupiter branch 2 times, most recently from 7cef77b to 7e189e3 Compare March 20, 2025 18:34
@renovate renovate bot force-pushed the renovate/org.junit.jupiter branch 2 times, most recently from 57bf637 to deed447 Compare April 11, 2025 18:12
@renovate renovate bot changed the title Update org.junit.jupiter to v5.12.1 Update org.junit.jupiter to v5.12.2 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/org.junit.jupiter branch from deed447 to b6d55a5 Compare May 3, 2025 17:18
@renovate
Copy link
Contributor Author

renovate bot commented May 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@devin-ai-integration
Copy link
Contributor

I've updated the PR to fix the test failures by:

  1. Using the JUnit BOM (org.junit:junit-bom:5.12.2) for version management
  2. Adding org.junit.platform:junit-platform-launcher as a testRuntimeOnly dependency

This approach has several advantages:

  • Ensures version consistency across all JUnit components
  • Simplifies dependency management by centralizing version information
  • Eliminates version alignment issues between JUnit Platform and JUnit Jupiter

The error was: "OutputDirectoryProvider not available; probably due to unaligned versions of the junit-platform-engine and junit-platform-launcher jars on the classpath/module path."

All tests now pass successfully in the main project. There is an unrelated duplicate file handling issue in the test projects that would need to be addressed separately.

@nakamura-to nakamura-to merged commit c2e1f9c into master May 3, 2025
1 check passed
@nakamura-to nakamura-to deleted the renovate/org.junit.jupiter branch May 3, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants