You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hashicorp-vault-sonar-prodBot
changed the title
Update default maven scanner to version 5.6.0.6792
PREQ-5529 Update default maven scanner to version 5.6.0.6792
Apr 28, 2026
This PR upgrades the default SonarQube Maven plugin version from 5.3.0.6276 to 5.6.0.6792 across the build system.
The change is straightforward: two files are updated with the new version number:
The main build script (build-maven/build.sh) where the default is configured
The test specification (spec/build-maven_spec.sh) where test assertions are updated to match
This is a dependency version bump with no functional code changes.
What reviewers should know
Start with: Review the changes in build-maven/build.sh — it's the core change showing the new default version is set consistently in both the documentation comment and the actual variable initialization.
Then check: The test updates in spec/build-maven_spec.sh to verify the assertion has been updated to match the new version.
Key point: This is a pure version bump. If reviewing, you may want to verify:
That the new SonarQube plugin version (5.6.0.6792) is intentional and tested in your environment
Any relevant release notes or breaking changes between the old and new versions
Whether this is part of a broader SonarQube/SonarSource upgrade effort
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ✅
Clean, minimal version bump with no issues. The change is complete — no references to the old version (5.3.0.6276) remain anywhere in the repo, and the update is applied consistently across both the implementation and its test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.