chore: upgrade junit and surfire version#908
chore: upgrade junit and surfire version#908NguyenHoangSon96 wants to merge 9 commits intomasterfrom
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 789
=========================================
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.
| #### Build: | ||
| 1 [#908](https://github.com/influxdata/influxdb-client-java/pull/908): Upgrade dependencies: | ||
| - Add `junit-bom` | ||
| - `surfire` to `3.5.5` |
| Update dependencies: | ||
|
|
||
| #### Build: | ||
| 1 [#908](https://github.com/influxdata/influxdb-client-java/pull/908): Upgrade dependencies: |
| <dependency> | ||
| <groupId>org.junit.platform</groupId> | ||
| <artifactId>junit-platform-launcher</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> |
Closes:
Proposed Changes
surefireversion to 3.5.5junit-jupiterto 5.13.4junit-bomfor better dependency management for JUnit framework.Checklist
mvn testcompletes successfully