Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<pact.jvm.consumer.version>4.0.10</pact.jvm.consumer.version>
<pact.jvm.provider.junit.version>4.0.10</pact.jvm.provider.junit.version>
<spotbugs.version>4.9.4</spotbugs.version>
<puppycrawl-tools-checkstyle.version>10.26.1</puppycrawl-tools-checkstyle.version>
<puppycrawl-tools-checkstyle.version>11.0.0</puppycrawl-tools-checkstyle.version>
Copy link

Copilot AI Aug 13, 2025

Choose a reason for hiding this comment

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

Checkstyle 11.0.0 requires JDK 17 as the minimum version. Please ensure that the project's Java version is compatible with this requirement, as this is a breaking change from the previous version.

Copilot uses AI. Check for mistakes.
<junit-jupiter.version>5.13.4</junit-jupiter.version>
<assertj.core.version>3.27.4</assertj.core.version>
<hamcrest.version>3.0</hamcrest.version>
Expand Down