stevespringett / CPE-Parser

A utility for validating and parsing Common Platform Enumeration (CPE) v2.2 and v2.3 as originally defined by MITRE and maintained by NIST
Apache License 2.0
47 stars 15 forks source link

Bump checkstyle from 10.2 to 10.3.4 #157

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps checkstyle from 10.2 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] commented 2 years ago

Superseded by #162.