Skip to content

chore(deps): update plugin org.sonarqube to v7#2496

Open
renovate-bot wants to merge 1 commit into
jbangdev:mainfrom
renovate-bot:renovate/org.sonarqube-7.x
Open

chore(deps): update plugin org.sonarqube to v7#2496
renovate-bot wants to merge 1 commit into
jbangdev:mainfrom
renovate-bot:renovate/org.sonarqube-7.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented May 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.sonarqube 4.0.0.29297.3.1.8318 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main change: updating the org.sonarqube plugin to version 7. It is concise, directly related to the changeset, and follows conventional commit format.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
build.gradle (1)

17-17: ⚡ Quick win

Check SonarQube Gradle plugin (7.3.0) compatibility for the jump from 4.x

  • Gradle wrapper is using Gradle 8.14.3/8.14.4, which meets the documented minimum for the SonarScanner-for-Gradle 7.x line.
  • CI runs Gradle with JDK 25 by default (via .github/actions/shared-build-setup, java-version: 25). The only explicit override to JDK 11 is in tag-and-release.yml, and current workflows don’t invoke ./gradlew sonar / ./gradlew sonarqube tasks—so the scanner’s stricter JDK requirement shouldn’t be exercised there.
  • Optional forward-compat: update build.gradle’s sonarqube { ... } block to the modern sonar { ... } DSL (and task name to sonar if/when analysis is wired in).
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@build.gradle` at line 17, The SonarQube Gradle plugin is using org.sonarqube
version "7.3.0.8198" and the project still uses the legacy sonarqube { ... } DSL
and task name; to forward‑compatibly support the 7.x scanner line update the
build to use the modern DSL by renaming the sonarqube { ... } configuration
block to sonar { ... } and, where CI or local scripts would invoke analysis,
change task invocations from ./gradlew sonarqube to ./gradlew sonar; keep the
existing plugin id/version unless you also want to proactively bump the plugin
but ensure any CI jobs that run sonar are executed with a JDK supported by the
scanner (adjust java-version in workflows if you enable the task).
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@build.gradle`:
- Line 17: The SonarQube Gradle plugin is using org.sonarqube version
"7.3.0.8198" and the project still uses the legacy sonarqube { ... } DSL and
task name; to forward‑compatibly support the 7.x scanner line update the build
to use the modern DSL by renaming the sonarqube { ... } configuration block to
sonar { ... } and, where CI or local scripts would invoke analysis, change task
invocations from ./gradlew sonarqube to ./gradlew sonar; keep the existing
plugin id/version unless you also want to proactively bump the plugin but ensure
any CI jobs that run sonar are executed with a JDK supported by the scanner
(adjust java-version in workflows if you enable the task).

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9f8e1c11-648f-496a-aed3-872c60505d0c

📥 Commits

Reviewing files that changed from the base of the PR and between 27b1c9b and f90b27d.

📒 Files selected for processing (1)
  • build.gradle

@sonarqubecloud

Copy link
Copy Markdown

@renovate-bot renovate-bot force-pushed the renovate/org.sonarqube-7.x branch from f90b27d to 72c5b6f Compare June 3, 2026 15:07
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.

1 participant