Skip to content

chore(deps): upgrade java dependencies and maven plugins#7

Merged
tmorin merged 4 commits intomainfrom
copilot/upgrade-java-dependencies
Feb 7, 2026
Merged

chore(deps): upgrade java dependencies and maven plugins#7
tmorin merged 4 commits intomainfrom
copilot/upgrade-java-dependencies

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 7, 2026

  • Analyze current dependencies and plugins in pom.xml
  • Upgrade dependency versions (lombok 1.18.30→1.18.42, junit-jupiter 5.10.2→5.14.2, mockito 5.11.0→5.21.0)
  • Upgrade Maven plugin versions in root pom (surefire 3.2.3→3.5.4, jacoco 0.8.12→0.8.13, javadoc 3.5.0→3.12.0, release 3.0.1→3.3.1)
  • Upgrade surefire plugin version in examples/todo-infra-quarkus (3.2.5→3.5.4)
  • Run tests to verify compatibility (all tests passed)
  • Check for vulnerabilities (none found)
  • Security scan with CodeQL (no issues)
  • Request code review (approved, comments addressed)
Original prompt

This section details on the original issue you should resolve

<issue_title>Upgrade java dependencies</issue_title>
<issue_description></issue_description>

<agent_instructions>each commit must respect conventional commit</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits February 7, 2026 17:43
Co-authored-by: tmorin <1984597+tmorin@users.noreply.github.com>
Co-authored-by: tmorin <1984597+tmorin@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Java dependencies to latest versions chore(deps): upgrade java dependencies and maven plugins Feb 7, 2026
Copilot AI requested a review from tmorin February 7, 2026 17:48
@tmorin tmorin requested review from Copilot and removed request for tmorin February 7, 2026 21:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread pom.xml
Comment on lines 69 to 71
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.5.4</version>
</plugin>
Copy link

Copilot AI Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

@tmorin
Copy link
Copy Markdown
Owner

tmorin commented Feb 7, 2026

@copilot apply the changes

…dule

Co-authored-by: tmorin <1984597+tmorin@users.noreply.github.com>
Copilot AI requested a review from tmorin February 7, 2026 21:11
@tmorin tmorin requested review from Copilot and removed request for tmorin February 7, 2026 21:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@tmorin tmorin marked this pull request as ready for review February 7, 2026 21:24
@tmorin tmorin merged commit da93977 into main Feb 7, 2026
8 checks passed
@tmorin tmorin deleted the copilot/upgrade-java-dependencies branch February 7, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade java dependencies

3 participants