Skip to content

Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.4.3.4290 to 13.11.0.4459 - #44

Merged
n1ckl0sk0rtge merged 1 commit into
mainfrom
dependabot/maven/main/org.sonarsource.api.plugin-sonar-plugin-api-13.5.0.4319
Aug 17, 2026
Merged

Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.4.3.4290 to 13.11.0.4459#44
n1ckl0sk0rtge merged 1 commit into
mainfrom
dependabot/maven/main/org.sonarsource.api.plugin-sonar-plugin-api-13.5.0.4319

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

13.11.0.4459

Why

Re-triggering release since latest changes from PLUGINAPI-208 and PLUGINAPI-209 had wrong version number.

13.10.0.4455

PLUGINAPI-208 - Declare MQR mode metrics for worst issue severity for overall code PLUGINAPI-209 - Declare MQR flat metrics software quality count for new and overall code

13.10.0.4437

What's Changed

New Contributors

Full Changelog: SonarSource/sonar-plugin-api@13.9.0.4428...13.10.0.4437

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

13.6.0.4371

What's Changed

... (truncated)

Changelog

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

Changelog

13.11

  • Add MQR mode metrics for worst issue severity for overall code to org.sonar.api.measures.CoreMetrics:
    • RELIABILITY_ISSUE_SEVERITY, SECURITY_ISSUE_SEVERITY, MAINTAINABILITY_ISSUE_SEVERITY
  • Add the MQR issues count flat metrics to org.sonar.api.measures.CoreMetrics:
    • SOFTWARE_QUALITY_MAINTAINABILITY_ISSUES, SOFTWARE_QUALITY_RELIABILITY_ISSUES, SOFTWARE_QUALITY_SECURITY_ISSUES
    • NEW_SOFTWARE_QUALITY_MAINTAINABILITY_ISSUES, NEW_SOFTWARE_QUALITY_RELIABILITY_ISSUES, NEW_SOFTWARE_QUALITY_SECURITY_ISSUES

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:

... (truncated)

Commits
  • 9d6774d PLUGINAPI-207 Prepare next dev iteration (#309)
  • a2f6ac4 PLUGINAPI-208/209 Add MQR severity and issue-count metrics to CoreMetrics
  • de80002 PLUGINAPI-211 Fix typo (#310)
  • 0f434ff PLUGINAPI-206 Update sqs and sqcb releases
  • 9038f2a PLUGINAPI-201 Add new_ncloc (New Lines of Code) core metric (#299)
  • 714ea6c PLUGINAPI-204 Prepare next dev iteration
  • 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
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner April 17, 2026 03:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 17, 2026
@n1ckl0sk0rtge

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [org.sonarsource.api.plugin:sonar-plugin-api](https://github.com/SonarSource/sonar-plugin-api) from 13.4.3.4290 to 13.11.0.4459.
- [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.11.0.4459)

---
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] <support@github.com>
@dependabot dependabot Bot changed the title Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.4.3.4290 to 13.5.0.4319 Bump org.sonarsource.api.plugin:sonar-plugin-api from 13.4.3.4290 to 13.11.0.4459 Aug 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/main/org.sonarsource.api.plugin-sonar-plugin-api-13.5.0.4319 branch from da08da3 to f47b2e3 Compare August 17, 2026 07:53
@n1ckl0sk0rtge
n1ckl0sk0rtge merged commit 0b65345 into main Aug 17, 2026
2 checks passed
@n1ckl0sk0rtge
n1ckl0sk0rtge deleted the dependabot/maven/main/org.sonarsource.api.plugin-sonar-plugin-api-13.5.0.4319 branch August 17, 2026 07:55
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