sevntu-checkstyle / sevntu.checkstyle

Additional Checkstyle checks, that could be added as extension to EclipseCS plugin and maven-checkstyle-plugin, Sonar checkstyle plugin, extension for CheckStyle IDEA plugin.
http://sevntu-checkstyle.github.io/sevntu.checkstyle/
190 stars 147 forks source link

dependency: bump sonar-plugin-api from 7.9 to 9.4.0.54424 in /sevntu-checkstyle-sonar-plugin #969

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sonar-plugin-api from 7.9 to 9.4.0.54424.

Release notes

Sourced from sonar-plugin-api's releases.

9.4.0.54424

No release notes provided.

9.3.0.51899

No release notes provided.

9.2.4.50792

No release notes provided.

9.2.3.50713

No release notes provided.

9.2.2.50622

No release notes provided.

9.2.1.49989

No release notes provided.

9.2.0.49834

No release notes provided.

9.1.0.47736

No release notes provided.

9.0.1.46107

No release notes provided.

9.0.0.45539

No release notes provided.

8.9.10.61524

You'll find more in the community announcement, and details in the release notes.

8.9.9.56886

No release notes provided.

8.9.8.54436

No release notes provided.

8.9.7.52159

No release notes provided.

8.9.6.50800

No release notes provided.

8.9.5.50698

No release notes provided.

8.9.4.50575

No release notes provided.

... (truncated)

Commits
  • 0955fc8 [NO JIRA] Update Travis status badge
  • ec2c374 NO-JIRA fixed issue where sometimes Travis could not connect to Next
  • 965034a SONAR-12499 - Increase the size of security standard facets returned in issue...
  • 113b243 SONAR-16224 SONAR-16213 SONAR-16209 SONAR-16208 SONAR-16196 SONAR-16192 SONAR...
  • dc84e9f SONAR-16139 Drop api/users/set_setting and related db table
  • d27e232 SONAR-16203 Mention Java 17 support in documentation
  • 171cc1e Fix Elasticsearch UT failing do incorrect order
  • 741348e [NO-JIRA] Bump spring-context to 5.3.18
  • 9c84229 SONAR-16039 - Hybrid New Code Search for Issues Not re-analyzed in 9.4
  • 000a8e8 SONAR-16039 populating measure for new metric analysis_from_sonarqube_9_4
  • 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 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 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)
rnveach commented 1 year ago

@dependabot recreate

rnveach commented 1 year ago

https://github.com/checkstyle/sonar-checkstyle/blob/master/pom.xml#L97 Main sonar plugin is only at 8.9.0.43852.

@romani I assume it isn't safe to upgrade to 9.4 . Is there a reason main plugin is not on 9?

romani commented 1 year ago

I don't think there is special reason rather than because we don't have dependabot there :)

rnveach commented 1 year ago

@muhlba91 Do you see any reason why https://github.com/checkstyle/sonar-checkstyle should not bump sonar-plugin to 9.4.0+ ?

muhlba91 commented 1 year ago

the latest LTS is 8.9, and this version used correlates with the LTS version.

the sonar version used is the min SQ version the plugin is compatible with.

since version 10.0 we require a min SQ version of 9.0 anyways. i don‘t see a reason why not setting it to 9.0. i would refrain from setting it higher as this would drop support for <9.4 SQ versions.

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.