commons-csv icon indicating copy to clipboard operation
commons-csv copied to clipboard

Bump checkstyle from 9.3 to 10.3.4

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps checkstyle from 9.3 to 10.3.4.

Release notes

Sourced from checkstyle's releases.

checkstyle-10.3.4

https://checkstyle.org/releasenotes.html#Release_10.3.4

checkstyle-10.3.3

https://checkstyle.org/releasenotes.html#Release_10.3.3

checkstyle-10.3.2

https://checkstyle.org/releasenotes.html#Release_10.3.2

Bug fixes:

#11736 - MissingJavadocType: Support qualified annotation names #11655 - Update google_checks.xml to have the SuppressionCommentFilter and SuppressWarningsHolder modules in the config by default (and by extension, SuppressWarningsFilter)

... (truncated)

Commits
  • 6de3b9f [maven-release-plugin] prepare release checkstyle-10.3.4
  • a4497de doc: release notes 10.3.4
  • 32e8d37 Issue #12145: corrected tokens so all are required
  • 96e3e05 dependency: bump pitest-accelerator-junit5 from 1.0.1 to 1.0.2
  • 37842d2 Issue #3955: corrected tokens so all are required
  • 38ee347 minor: remove unnecessary checkstyle versions to diff.groovy
  • 318770d dependency: bump slf4j-simple from 2.0.1 to 2.0.2
  • 1194536 dependency: bump junit.version from 5.9.0 to 5.9.1
  • 5a56c16 Issue #12132: Fix ArrayIndexOutOfBoundsException in pitest-survival-check-xml...
  • 701bd65 Issue #12210: Add method to ignore unstable checker framework violations
  • 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)

dependabot[bot] avatar Sep 30 '22 12:09 dependabot[bot]

Codecov Report

Merging #269 (43078fe) into master (048d507) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #269   +/-   ##
=========================================
  Coverage     97.34%   97.34%           
  Complexity      535      535           
=========================================
  Files            11       11           
  Lines          1169     1169           
  Branches        205      205           
=========================================
  Hits           1138     1138           
  Misses           18       18           
  Partials         13       13           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Sep 30 '22 12:09 codecov-commenter

Looks like com.puppycrawl.tools:checkstyle is no longer a dependency, so this is no longer needed.

dependabot[bot] avatar Jan 10 '23 16:01 dependabot[bot]