chore(deps): upgrade java dependencies and maven plugins#7
Conversation
Co-authored-by: tmorin <1984597+tmorin@users.noreply.github.com>
Co-authored-by: tmorin <1984597+tmorin@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the root Maven POM to newer versions of key test/build dependencies and Maven plugins used across the multi-module build.
Changes:
- Upgraded Maven plugins: surefire, jacoco, javadoc, and release plugin versions.
- Upgraded managed dependencies: Lombok, JUnit Jupiter, and Mockito JUnit Jupiter versions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <artifactId>maven-surefire-plugin</artifactId> | ||
| <version>3.2.3</version> | ||
| <version>3.5.4</version> | ||
| </plugin> |
There was a problem hiding this comment.
PR description says all Maven plugins were upgraded to the latest stable versions, but examples/todo-infra-quarkus/pom.xml still pins surefire-plugin.version to 3.2.5. Either bump that property as well (and align failsafe), or adjust the PR description to clarify the scope of plugin upgrades.
There was a problem hiding this comment.
Updated surefire-plugin.version to 3.5.4 in examples/todo-infra-quarkus/pom.xml. Both surefire and failsafe plugins now use the upgraded version. (529fd10)
|
@copilot apply the changes |
…dule Co-authored-by: tmorin <1984597+tmorin@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.