Skip to content

Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.6.0.4371 to 13.8.0.4399#135

Merged
dedece35 merged 2 commits into
mainfrom
dependabot/maven/org.sonarsource.api.plugin-sonar-plugin-api-13.8.0.4399
Jun 15, 2026
Merged

Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.6.0.4371 to 13.8.0.4399#135
dedece35 merged 2 commits into
mainfrom
dependabot/maven/org.sonarsource.api.plugin-sonar-plugin-api-13.8.0.4399

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

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.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.

12.0

  • Introduced support for hidden file analysis:

... (truncated)

Commits
  • 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)
  • e7512dd PLUGINAPI-190 Promote hidden to a first-class flag on PropertyDefinition (#290)
  • 8e22502 Prepare 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.6.0.4371 to 13.8.0.4399.
- [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.8.0.4399)

---
updated-dependencies:
- dependency-name: org.sonarsource.api.plugin:sonar-plugin-api
  dependency-version: 13.8.0.4399
  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 Jun 12, 2026
@sonarqubecloud

Copy link
Copy Markdown

@dedece35 dedece35 merged commit 838ebce into main Jun 15, 2026
8 checks passed
@dedece35 dedece35 deleted the dependabot/maven/org.sonarsource.api.plugin-sonar-plugin-api-13.8.0.4399 branch June 15, 2026 20:09
@github-project-automation github-project-automation Bot moved this from Ready to Done in Hackathon Kanban - PHP Jun 15, 2026
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.

1 participant