fix(deps): update pluginlibs.version.sonarqube to v7 (major) #86
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.
This PR contains the following updates:
3.3→7.2.2.65933.3→7.2.2.6593Release Notes
SonarSource/sonar-scanner-gradle (org.sonarsource.scanner.gradle:sonarqube-gradle-plugin)
v7.2.2.6593Compare 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.6560Compare 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.6526Compare 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.6387Compare 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.6134Compare 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.6105Compare 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.5724Compare 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.5505Release 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.1Release notes - Sonar Scanner for Gradle - 4.4.1
Improvement
SONARGRADL-132 Rename sonar.skipCompile to sonar.gradle.skipCompile
v4.2.0.3129Release notes - Sonar Scanner for Gradle - 4.2
Fixes:
Improvements:
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.
This PR was generated by Mend Renovate. View the repository job log.