chore: upgrade junit and surfire version#908
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #908 +/- ##
=========================================
Coverage 88.84% 88.84%
- Complexity 789 791 +2
=========================================
Files 174 174
Lines 7282 7282
Branches 421 421
=========================================
Hits 6470 6470
Misses 680 680
Partials 132 132 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s test/build tooling versions and centralizes JUnit version management via a BOM, aligning the multi-module build with newer Maven Surefire and JUnit 5 releases.
Changes:
- Bump
maven-surefire-pluginversion to3.5.5. - Bump JUnit Jupiter version to
5.13.4and importorg.junit:junit-bomfor dependency management. - Add
junit-platform-launcheras a test dependency (newly introduced in this PR).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| pom.xml | Updates Surefire/JUnit versions, imports junit-bom, and adds junit-platform-launcher test dependency. |
| CHANGELOG.md | Documents the dependency upgrades for the upcoming 8.1.0 release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
217d63a to
6a9a0a0
Compare
6a9a0a0 to
fcb4959
Compare
Closes:
Proposed Changes
surefireversion to 3.5.5junit-jupiterto 5.13.4junit-bomfor better dependency management for JUnit framework.Checklist
mvn testcompletes successfully