Skip to content

Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.6.0.4371 to 13.9.0.4428 - #171

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.sonarsource.api.plugin-sonar-plugin-api-13.9.0.4428
Closed

Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.6.0.4371 to 13.9.0.4428#171
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.sonarsource.api.plugin-sonar-plugin-api-13.9.0.4428

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps org.sonarsource.api.plugin:sonar-plugin-api from 13.6.0.4371 to 13.9.0.4428.

Release notes

Sourced from org.sonarsource.api.plugin:sonar-plugin-api's releases.

13.9.0.4428

PLUGINAPI-203 Add supportsScopedOrganizationTokens flag to WebService

13.8.0.4399

What's Changed

Full Changelog: SonarSource/sonar-plugin-api@13.7.0.4381...13.8.0.4399

13.7.0.4381

What's Changed

Full Changelog: SonarSource/sonar-plugin-api@13.6.0.4371...13.7.0.4381

Changelog

Sourced from org.sonarsource.api.plugin:sonar-plugin-api's changelog.

Changelog

13.10

  • Add the NEW_NCLOC metric to org.sonar.api.measures.CoreMetrics.

13.8

  • New public API PropertyDefinition.create(Property) to create properties from a @Property annotations

13.6

  • Deprecate org.sonar.api.config.PropertyDefinitions. Use PropertyDefinition.builder(String) to declare properties instead.
  • Add severity metric keys to org.sonar.api.measures.CoreMetrics:
    • MQR mode: NEW_RELIABILITY_ISSUE_SEVERITY_KEY, NEW_SECURITY_ISSUE_SEVERITY_KEY, NEW_MAINTAINABILITY_ISSUE_SEVERITY_KEY
    • Standard mode: NEW_BUGS_SEVERITY_KEY, NEW_VULNERABILITIES_SEVERITY_KEY, NEW_CODE_SMELLS_SEVERITY_KEY
  • Add org.sonar.api.measures.SeverityValues with integer constants for severity-based metric thresholds

13.5

  • Introduce support for issue resolution from sensors:
    • Introduce org.sonar.api.batch.sensor.issue.NewIssueResolution
    • Introduce org.sonar.api.batch.sensor.issue.IssueResolution
    • Introduce org.sonar.api.batch.sensor.SensorContext.newIssueResolution()
    • Introduce org.sonar.api.batch.sensor.internal.SensorStorage.store(IssueResolution)

13.4

  • Add org.sonar.api.a3s.A3SContextCollector (internal SonarSource usage)

13.3

  • Introduce support for feature availability checks:
    • Introduce org.sonar.api.batch.sensor.SensorContext.isFeatureAvailable.
  • Introduce new security standards for OWASP LLM Top 10 2025, OWASP Top 10 2025, ASVS 5, STIG ASD_V6, and MASVS 2

13.2

  • Add org.sonar.api.issue.IssueStatus.IN_SANDBOX enum value
  • Add org.sonar.api.issue.Issue.STATUS_IN_SANDBOX constant (deprecated immediately)

13.1

  • Introduce support for internal tags on issues:
    • Introduce org.sonar.api.batch.sensor.issue.Issue.internalTags()
    • Introduce org.sonar.api.batch.sensor.issue.NewIssue.addInternalTag(String tag)
    • Introduce org.sonar.api.batch.sensor.issue.NewIssue.addInternalTags(Collection<String> tags)
    • Introduce org.sonar.api.batch.sensor.issue.NewIssue.setInternalTags(@Nullable Collection<String> tags)

13.0

  • Remove deprecated complexity metrics:
    • org.sonar.api.measures.CoreMetrics.FILE_COMPLEXITY.
    • org.sonar.api.measures.CoreMetrics.COMPLEXITY_IN_CLASSES.
    • org.sonar.api.measures.CoreMetrics.CLASS_COMPLEXITY.
    • org.sonar.api.measures.CoreMetrics.COMPLEXITY_IN_FUNCTIONS.
    • org.sonar.api.measures.CoreMetrics.FUNCTION_COMPLEXITY.
    • org.sonar.api.measures.CoreMetrics.FUNCTION_COMPLEXITY_DISTRIBUTION.
    • org.sonar.api.measures.CoreMetrics.FILE_COMPLEXITY_DISTRIBUTION.

... (truncated)

Commits
  • f44cc73 PLUGINAPI-203 Add supportsScopedOrganizationTokens flag to WebService
  • fec2aa0 PLUGINAPI-202 Update README for sqs-2026.4, sqs-2026.1 and sqs-2025.4
  • d3cadc4 SONAR-27393 Release SQS 2026.3.1 2025.4.7 2025.1.8
  • 93b41f9 PLUGINAPI-198 Update README for sqcb-26.6 and sqcb-26.7
  • 4d20823 PLUGINAPI-196 Change Code Owners and Slack notification (#300)
  • 5731f62 PLUGINAPI-195 Prepare next dev iteration (#298)
  • f9c6360 PLUGINAPI-194 Make PropertyDefinition.create public (#297)
  • b6c60f7 SONAR-27393 Release SQS 2026.3 and 2026.1.3
  • 57a3ab9 SC-48980 Add correct project key to pass SCA check
  • 8170b75 PLUGINAPI-193 Prepare next dev iteration (#295)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.sonarsource.api.plugin:sonar-plugin-api](https://github.com/SonarSource/sonar-plugin-api) from 13.6.0.4371 to 13.9.0.4428.
- [Release notes](https://github.com/SonarSource/sonar-plugin-api/releases)
- [Changelog](https://github.com/SonarSource/sonar-plugin-api/blob/master/CHANGELOG.md)
- [Commits](SonarSource/sonar-plugin-api@13.6.0.4371...13.9.0.4428)

---
updated-dependencies:
- dependency-name: org.sonarsource.api.plugin:sonar-plugin-api
  dependency-version: 13.9.0.4428
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #176.

@dependabot dependabot Bot closed this Aug 14, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/org.sonarsource.api.plugin-sonar-plugin-api-13.9.0.4428 branch August 14, 2026 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants