Skip to content

Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.4.3.4290 to 13.5.0.4319#140

Merged
dedece35 merged 3 commits intomainfrom
dependabot/maven/org.sonarsource.api.plugin-sonar-plugin-api-13.5.0.4319
Mar 6, 2026
Merged

Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.4.3.4290 to 13.5.0.4319#140
dedece35 merged 3 commits intomainfrom
dependabot/maven/org.sonarsource.api.plugin-sonar-plugin-api-13.5.0.4319

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps org.sonarsource.api.plugin:sonar-plugin-api from 13.4.3.4290 to 13.5.0.4319.

Release notes

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

13.5.0.4319

What's Changed

Full Changelog: SonarSource/sonar-plugin-api@13.4.3.4290...13.5.0.4319

Changelog

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

Changelog

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.

12.0

  • Introduced support for hidden file analysis:
    • Introduce org.sonar.api.batch.fs.IndexedFile.isHidden.
    • Introduce org.sonar.api.batch.sensor.SensorDescriptor.processesHiddenFiles.
  • Remove org.sonar.api.issue.DefaultTransitions.SET_AS_IN_REVIEW.
  • Remove org.sonar.api.issue.DefaultTransitions.OPEN_AS_VULNERABILITY.
  • Remove org.sonar.api.issue.Issue.STATUS_IN_REVIEW.
  • Remove org.sonar.api.issue.Issue.attribute(String key).
  • Remove org.sonar.api.issue.Issue.attributes().

11.4

  • Deprecate org.sonar.api.issue.DefaultTransitions

... (truncated)

Commits
  • d19c4a9 PLUGINAPI-181 Update publishing info (#278)
  • 8ee9e1c NO-JIRA Update compatibility table
  • 558ded4 PLUGINAPI-180 New API for issue resolution (#276)
  • 7136815 PLUGINAPI-178 Move the plugin manifest tooling to the sonar-plugin-api repo
  • 81a2baf PLUGINAPI-179 Fix Analysis Processing team name in CODEOWNERS (#275)
  • 0fb2683 PLUGINAPI-177 Update compatibility tables (#273)
  • edd4fb2 Update versions used by SonarQube for IDE
  • 078a746 NO-JIRA Prepare for the next dev iteration
  • See full diff 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.4.3.4290 to 13.5.0.4319.
- [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.4.3.4290...13.5.0.4319)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 5, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Mar 6, 2026

@dedece35 dedece35 merged commit fd3e018 into main Mar 6, 2026
10 checks passed
@dedece35 dedece35 deleted the dependabot/maven/org.sonarsource.api.plugin-sonar-plugin-api-13.5.0.4319 branch March 6, 2026 09:20
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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant