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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<fabric8-httpclient-impl.name>jdk</fabric8-httpclient-impl.name>
<junit.version>6.0.3</junit.version>
<fabric8-client.version>7.5.2</fabric8-client.version>
<fabric8-client.version>7.6.0</fabric8-client.version>
<slf4j.version>2.0.17</slf4j.version>
<log4j.version>2.25.3</log4j.version>
<mokito.version>5.22.0</mokito.version>
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

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

The Maven property name appears to have a typo: 'mokito' is likely intended to be 'mockito'. Consider renaming the property to avoid confusion and ensure consistency with the actual dependency naming.

Suggested change
<mokito.version>5.22.0</mokito.version>
<mockito.version>5.22.0</mockito.version>

Copilot uses AI. Check for mistakes.
Expand Down