Skip to content

Bump sonar.plugin.api.version from 12.0.0.2960 to 13.0.0.3026#303

Merged
san-zrl merged 1 commit into
mainfrom
dependabot/maven/main/sonar.plugin.api.version-13.0.0.3026
Aug 19, 2025
Merged

Bump sonar.plugin.api.version from 12.0.0.2960 to 13.0.0.3026#303
san-zrl merged 1 commit into
mainfrom
dependabot/maven/main/sonar.plugin.api.version-13.0.0.3026

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2025

Copy link
Copy Markdown
Contributor

Bumps sonar.plugin.api.version from 12.0.0.2960 to 13.0.0.3026.
Updates org.sonarsource.api.plugin:sonar-plugin-api from 12.0.0.2960 to 13.0.0.3026

Changelog

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

Changelog

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
  • Deprecate org.sonar.api.web.UserRole
  • Remove deprecated extension points org.sonar.api.profiles.ProfileExporter and org.sonar.api.profiles.ProfileImporter.
  • Introduce new security standards for OWASP Mobile 2024

11.3

  • Introduce org.sonar.api.batch.sensor.SensorContext.addAnalysisData.

11.2

  • Standard Severity BLOCKER is now mapped to Software Quality Impact Severity BLOCKER
  • Standard Severity INFO is now mapped to Software Quality Impact Severity INFO

11.1

  • Remove deprecation on status values TO_REVIEW, REVIEWED and related usages
  • Remove deprecation on resolution values FIXED, SAFE, ACKNOWLEDGED and related usages
  • Indicate that status and resolution are not deprecated for hotspots

11.0

  • Remove usage of javax-servlet-api:
    • Remove org.sonar.api.web.ServletFilter
    • Remove javax.servlet.http.HttpServletRequest
    • Remove javax.servlet.http.HttpServletResponse

10.14

  • Remove deprecation on org.sonar.api.rules.RuleType, org.sonar.api.batch.rule.Severity, org.sonar.api.rule.Severity and related usages.
  • Remove deprecation on org.sonar.api.server.rule.internal.ImpactMapper and org.sonar.api.server.rule.RuleTagsToTypeConverter.

... (truncated)

Commits
  • 2aab201 PLUGINAPI-111 bump major version (dropping an API)
  • 5a52e1c PLUGINAPI-111 remove deprecated complexity metrics
  • 993f9bc PLUGINAPI-148 Update README with SQ-IDE used version (#237)
  • 2d4aa77 PLUGINAPI-149 Change channel for release notifications (#238)
  • cc05a3b PLUGINAPI-147 Prepare 12.1 iteration (#236)
  • See full diff in compare view

Updates org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures from 12.0.0.2960 to 13.0.0.3026

Changelog

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

Changelog

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
  • Deprecate org.sonar.api.web.UserRole
  • Remove deprecated extension points org.sonar.api.profiles.ProfileExporter and org.sonar.api.profiles.ProfileImporter.
  • Introduce new security standards for OWASP Mobile 2024

11.3

  • Introduce org.sonar.api.batch.sensor.SensorContext.addAnalysisData.

11.2

  • Standard Severity BLOCKER is now mapped to Software Quality Impact Severity BLOCKER
  • Standard Severity INFO is now mapped to Software Quality Impact Severity INFO

11.1

  • Remove deprecation on status values TO_REVIEW, REVIEWED and related usages
  • Remove deprecation on resolution values FIXED, SAFE, ACKNOWLEDGED and related usages
  • Indicate that status and resolution are not deprecated for hotspots

11.0

  • Remove usage of javax-servlet-api:
    • Remove org.sonar.api.web.ServletFilter
    • Remove javax.servlet.http.HttpServletRequest
    • Remove javax.servlet.http.HttpServletResponse

10.14

  • Remove deprecation on org.sonar.api.rules.RuleType, org.sonar.api.batch.rule.Severity, org.sonar.api.rule.Severity and related usages.
  • Remove deprecation on org.sonar.api.server.rule.internal.ImpactMapper and org.sonar.api.server.rule.RuleTagsToTypeConverter.

... (truncated)

Commits
  • 2aab201 PLUGINAPI-111 bump major version (dropping an API)
  • 5a52e1c PLUGINAPI-111 remove deprecated complexity metrics
  • 993f9bc PLUGINAPI-148 Update README with SQ-IDE used version (#237)
  • 2d4aa77 PLUGINAPI-149 Change channel for release notifications (#238)
  • cc05a3b PLUGINAPI-147 Prepare 12.1 iteration (#236)
  • See full diff in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

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

Bumps `sonar.plugin.api.version` from 12.0.0.2960 to 13.0.0.3026.

Updates `org.sonarsource.api.plugin:sonar-plugin-api` from 12.0.0.2960 to 13.0.0.3026
- [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@12.0.0.2960...13.0.0.3026)

Updates `org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures` from 12.0.0.2960 to 13.0.0.3026
- [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@12.0.0.2960...13.0.0.3026)

---
updated-dependencies:
- dependency-name: org.sonarsource.api.plugin:sonar-plugin-api
  dependency-version: 13.0.0.3026
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures
  dependency-version: 13.0.0.3026
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jul 2, 2025
@dependabot dependabot Bot requested a review from a team July 2, 2025 05:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 2, 2025
@san-zrl san-zrl merged commit 033d52b into main Aug 19, 2025
3 checks passed
@san-zrl san-zrl deleted the dependabot/maven/main/sonar.plugin.api.version-13.0.0.3026 branch August 19, 2025 14:38
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