Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2024

This PR contains the following updates:

Package Change Age Confidence
org.sonarqube 3.37.2.2.6593 age confidence
org.sonarsource.scanner.gradle:sonarqube-gradle-plugin (source) 3.37.2.2.6593 age confidence

Release Notes

SonarSource/sonar-scanner-gradle (org.sonarsource.scanner.gradle:sonarqube-gradle-plugin)

v7.2.2.6593

Compare Source

Release notes - Sonar Scanner for Gradle - 7.2.2

Bug

SCANGRADLE-342 Fix regression where wildcards were no longer supported in path properties

v7.2.1.6560

Compare Source

Release notes - Sonar Scanner for Gradle - 7.2.1

Bug

SCANGRADLE-339 Gradle fails to write configuration cache state for task sonar when concurrent modifications happen

v7.2.0.6526

Compare Source

Release notes - Sonar Scanner for Gradle - 7.2

Task

SCANGRADLE-245 Remove configuration cache incompatibility flag

SCANGRADLE-321 Prevent SonarPropertyComputer accessing File system at configuration time

SCANGRADLE-322 SonarPropertyComputer should only access environment variables it uses

SCANGRADLE-324 Centralize Sonar property names in ScanPropertyNames

SCANGRADLE-330 Run integration tests with configuration cache and check no problem found

SCANGRADLE-331 Add unit tests to check configuration cache works as expected for our tasks

Improvement

SCANGRADLE-263 Declare `build/sonar/` as an output directory

SCANGRADLE-314 compute compileClasspath and testClasspath using a provider

v7.1.0.6387

Compare Source

Release notes - Sonar Scanner for Gradle - 7.1

Bug

SCANGRADLE-292 Execution failed on Gradle 9.1.0 for android project with parallel execution

SCANGRADLE-293 The sonarResolver task should not create implicit dependency links with other tasks

SCANGRADLE-295 The scanner should not fail on ./gradlew clean sonar

SCANGRADLE-298 Prevent Windows QA task from running on release

Task

SCANGRADLE-273 Project resolution should not include class paths when a project does not have any

SCANGRADLE-290 Prepare next development iteration 7.1-SNASPHOT

SCANGRADLE-299 Migrate QA from Cirrus to GitHub actions

SCANGRADLE-300 Update sha256 of sonarqube-gradle-plugin-7.0.1.6134.jar

SCANGRADLE-301 Add Gradle 9.2 to the ITs

SCANGRADLE-302 Add Android Gradle Plugin 8.13 to the ITs

SCANGRADLE-303 Migrate build from Cirrus to GitHub actions

SCANGRADLE-304 Fold all contributing documentation into the README

SCANGRADLE-309 Migrate Windows build from Cirrus to GitHub action

SCANGRADLE-312 Document how to add a project to the end-to-end tests

SCANGRADLE-313 Fold all contributing documentation into the README

SCANGRADLE-316 Replace Gradle 9.2 with 9.2.1 in ITs

Improvement

SCANGRADLE-317 Compute all ProjectProperties in SonarResolverTask configuration instead of SonarPropertyComputer

v7.0.1.6134

Compare Source

Release notes - Sonar Scanner for Gradle - 7.0.1

Task

SCANGRADLE-291 Stop publishing artifacts from Windows build

SCANGRADLE-296 Prepare next development iteration

v7.0.0.6105

Compare Source

Release notes - Sonar Scanner for Gradle - 7.0

Announcement at community.sonarsource.com

Bug

SCANGRADLE-246 "sonar.java.test.libraries" classpath has a random order

SCANGRADLE-247 Classpath libraries should not be resolved across projects at configuration time

Task

SCANGRADLE-242 Update README.md with copy from Product Marketing

SCANGRADLE-243 Add Gradle 9.0.0 to ITs

SCANGRADLE-251 Create GitHub workflow to bump development iteration

SCANGRADLE-253 Update verification metadata with scanner 6.3.1

SCANGRADLE-254 Update the wrapper to Gradle 8.14.3

SCANGRADLE-255 Skip metadata verification when downloading sources and javadoc artifacts in the IDE

SCANGRADLE-258 Remove .gitattributes that introduce more problems than solution

SCANGRADLE-259 Exclude tests and integration tests projects from SCA analysis

SCANGRADLE-262 Fix FunctionalTests with Windows paths

SCANGRADLE-264 Add Gradle sources to verification metadata

SCANGRADLE-266 Serialize project name as part of project solution

SCANGRADLE-267 Update releasability status to v3

SCANGRADLE-269 Fix quality flaws in PrepareNextIteration GHA

SCANGRADLE-270 Prepare next development iteration 7.0-SNASPSHOT

SCANGRADLE-271 Compute correct property key for libraries properties

SCANGRADLE-276 Upgrade commons io to version 2.20.0

SCANGRADLE-277 Recover classpaths through source sets

SCANGRADLE-278 Delete mend_scan_task

SCANGRADLE-279 Resolve classpath at execution time

SCANGRADLE-281 Add task description and group to sonar resolver task

SCANGRADLE-283 Add protection to avoid accessing getProject when config cache is enabled

SCANGRADLE-284 Move resolver task implementations to base package

SCANGRADLE-287 Add Gradle 9.1 to the ITs

SCANGRADLE-288 Explicitly make artifactory task depend on signing task

SCANGRADLE-289 Upgrade artifactory plugin to version 5.2.5

v6.3.1.5724

Compare Source

Release notes - Sonar Scanner for Gradle - 6.3.1

Bug

SCANGRADLE-249 Release version 6.3.0.5676 fails with ClassCastException: String cannot be cast to class Collection

SCANGRADLE-252 ".github" folder should not be added to "sonar.sources" if the user explicitly overrides this property

Task

SCANGRADLE-250 Prepare next development iteration 6.3.1

v6.2.0.5505

Release notes - Sonar Scanner for Gradle - 6.2

Task

SCANGRADLE-57 Make the release process "build once" compatible

SCANGRADLE-208 Create the verification-metadata.xml file

SCANGRADLE-212 Prepare next development iteration 6.2

SCANGRADLE-215 Update Slack notification in .github/workflows/slack_notify.yml

SCANGRADLE-216 Bump orchestrator to version 5.5 or greater

SCANGRADLE-227 Fix cirrus-ci depends_on error

Improvement

SCANGRADLE-135 Stop using deprecated Gradle APIs (prepare for Gradle 9)

SCANGRADLE-155 Log Sonar plugin version and execution context information

SCANGRADLE-174 Reliably detect plugin version

Sub-task

SCANGRADLE-221 Move Gradle "repositories" configuration into settings.gradle.kts

SCANGRADLE-222 Update "com.gradle.plugin-publish" from 0.21.0 to 1.3.1 to ensure compatibility with https://plugins.gradle.org

SCANGRADLE-223 Add a custom gradle task "downloadMavenArtifactsAndPublishToGradlePluginPortal" to not rebuild artifacts before publishing them

SCANGRADLE-224 Add a cirrus-ci "simulate_and_validate_release_to_plugin_portal_task" to help releasability validation and investigation

v4.4.1.3373: 4.4.1

Release notes - Sonar Scanner for Gradle - 4.4.1

Improvement

SONARGRADL-132 Rename sonar.skipCompile to sonar.gradle.skipCompile

v4.2.0.3129

Release notes - Sonar Scanner for Gradle - 4.2

Fixes:

  • fixed ClassCastException for KotlinJvmProjectExtension
  • fixed discovery of Spock tests

Improvements:

  • supported scanning for and Kotlin JVM projects

Configuration

📅 Schedule: 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 these updates again.


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

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

@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from ea02235 to 76e4946 Compare March 26, 2024 13:08
@renovate renovate bot changed the title fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v4 fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v5 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch 2 times, most recently from c194905 to c3aecdd Compare July 4, 2024 17:05
@renovate renovate bot changed the title fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v5 fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v6 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from c3aecdd to 8a04d09 Compare November 19, 2024 13:52
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from 8a04d09 to fac611f Compare November 27, 2024 17:25
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from fac611f to 5cdb5a6 Compare March 25, 2025 13:34
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from 5cdb5a6 to 56ed382 Compare May 15, 2025 13:12
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch 3 times, most recently from 884e564 to 727d30d Compare August 27, 2025 17:33
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from 727d30d to a770d3f Compare October 14, 2025 20:05
@renovate renovate bot changed the title fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v6 fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v7 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from a770d3f to a239c0e Compare October 24, 2025 11:00
@renovate renovate bot changed the title fix(deps): update dependency org.sonarsource.scanner.gradle:sonarqube-gradle-plugin to v7 fix(deps): update pluginlibs.version.sonarqube to v7 (major) Nov 18, 2025
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from a239c0e to a89278e Compare November 20, 2025 14:03
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from a89278e to 8f51f9a Compare December 4, 2025 15:05
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from 8f51f9a to f516c36 Compare December 12, 2025 16:51
@renovate renovate bot force-pushed the renovate/major-pluginlibs.version.sonarqube branch from f516c36 to 9aa0251 Compare December 18, 2025 13:40
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.

0 participants