PLUGINAPI-223 Update SonarSource/sonar-plugin-api monorepo to v14 - #361
Conversation
| val sonarApiVersion = "14.0.0.4498" | ||
| val scannerEngineVersion = "13.10.0.4657" | ||
| val analyzerCommonsVersion = "2.30.0.5193" |
There was a problem hiding this comment.
💡 Quality: Test classpath now mixes plugin-api 14 with scanner-engine 13
Before this PR the test classpath paired sonar-plugin-api 13.11.0.4459 with org.sonarsource.scanner.engine:plugin-api-scanner-impl / sensor-test-fixtures 13.10.0.4657 (matching major lines); after the bump the API is 14.x while its scanner-side implementation and sensor test fixtures stay on 13.x, and Gradle silently resolves the impl's own plugin-api dependency up to 14.0.0.4498. The 14.0.0 release notes list only a slf4j/logback upgrade and a Java 17 / JUnit 6 retarget, so no API removal is confirmed, but the two artifacts are no longer version-aligned and scannerEngineVersion is not in the same Renovate group, so nothing will re-align them. Bump scannerEngineVersion to a build published against plugin-api 14, or add a Renovate packageRules group so the scanner-engine artifacts move together with the plugin API.
Was this helpful? React with 👍 / 👎
Code Review 👍 Approved with suggestions 0 resolved / 1 findingsUpdates SonarSource/sonar-plugin-api monorepo to v14 (slf4j/logback upgrade and Java 17/JUnit 6 retarget). Consider aligning 💡 Quality: Test classpath now mixes plugin-api 14 with scanner-engine 13📄 sonar-rust-plugin/build.gradle.kts:26-28 📄 sonar-rust-plugin/build.gradle.kts:36-38 📄 sonar-rust-plugin/gradle.lockfile:49-56 Before this PR the test classpath paired 🤖 Prompt for agentsOptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
|
vdiez
left a comment
There was a problem hiding this comment.
Auto-approved: Renovate dependency update.





This PR contains the following updates:
13.11.0.4459→14.0.0.449813.11.0.4459→14.0.0.4498Release Notes
SonarSource/sonar-plugin-api (org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures)
v14.0.0.4498Compare Source
What's Changed
Full Changelog: SonarSource/sonar-plugin-api@13.11.0.4459...14.0.0.4498
Configuration
📅 Schedule: (in timezone CET)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate.