Bump checkstyle from 10.10.0 to 10.11.0 #150

Merged
dependabot[bot] merged 1 commit from dependabot/maven/3.x/com.puppycrawl.tools-checkstyle-10.11.0 into 3.x 2023-05-16 13:27:58 +02:00
dependabot[bot] commented 2023-05-16 13:26:11 +02:00 (Migrated from github.com)

Bumps checkstyle from 10.10.0 to 10.11.0.

Release notes

Sourced from checkstyle's releases.

checkstyle-10.11.0

Checkstyle 10.11.0 - https://checkstyle.org/releasenotes.html#Release_10.11.0

New:

#11109 - False Negative: UnnecessaryParenthesesCheck

Bug fixes:

#11968 - VariableDeclarationUsageDistance not able to handle try with resources properly #12864 - Not last return javadoc tag cause parse error

Commits
  • 44f4149 [maven-release-plugin] prepare release checkstyle-10.11.0
  • fc70879 doc: release notes for 10.11.0
  • 9f4fa74 Issue #12889: Killed a survivng mutation in DefaultComesLastCheck
  • 00d2de7 dependency: bump maven-surefire-report-plugin from 3.0.0 to 3.1.0
  • 912753b dependency: bump maven-surefire-plugin from 3.0.0 to 3.1.0
  • 320a1d9 dependency: bump maven-gpg-plugin from 3.0.1 to 3.1.0
  • 1928a21 dependency: bump maven-failsafe-plugin from 3.0.0 to 3.1.0
  • f0d2def minor: Bump version to 10.11.0-SNAPSHOT
  • 63747be Issue #11968: corrected false positive in VariableDeclarationUsageDistanceCheck
  • 7e8b0a6 Issue #12864: Update Javadoc description to be optional
  • 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)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.10.0 to 10.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/checkstyle/checkstyle/releases">checkstyle's releases</a>.</em></p> <blockquote> <h2>checkstyle-10.11.0</h2> <p>Checkstyle 10.11.0 - <a href="https://checkstyle.org/releasenotes.html#Release_10.11.0">https://checkstyle.org/releasenotes.html#Release_10.11.0</a></p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/11109">#11109</a> - False Negative: UnnecessaryParenthesesCheck</p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/11968">#11968</a> - VariableDeclarationUsageDistance not able to handle try with resources properly <a href="https://redirect.github.com/checkstyle/checkstyle/issues/12864">#12864</a> - Not last return javadoc tag cause parse error</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/44f41491d3556064ef0b69b03656c6a2de32ef0b"><code>44f4149</code></a> [maven-release-plugin] prepare release checkstyle-10.11.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/fc7087921658eca99462cf10aea4834b9d19baf0"><code>fc70879</code></a> doc: release notes for 10.11.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/9f4fa74a728983807fa782f3eca68a8bd88d4f28"><code>9f4fa74</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/12889">#12889</a>: Killed a survivng mutation in DefaultComesLastCheck</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/00d2de77a7da37e5653f2405ace80e0d4f86aa45"><code>00d2de7</code></a> dependency: bump maven-surefire-report-plugin from 3.0.0 to 3.1.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/912753b763a1db8bc8a1d03630aea4686f72ac8d"><code>912753b</code></a> dependency: bump maven-surefire-plugin from 3.0.0 to 3.1.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/320a1d92b8b46185785009d6bbf0a7f9a83282ad"><code>320a1d9</code></a> dependency: bump maven-gpg-plugin from 3.0.1 to 3.1.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/1928a210b19e255f15c33bdf3312c08c79135c46"><code>1928a21</code></a> dependency: bump maven-failsafe-plugin from 3.0.0 to 3.1.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/f0d2defdf1ae4870f0ad4dbb60cbd782c3e6953f"><code>f0d2def</code></a> minor: Bump version to 10.11.0-SNAPSHOT</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/63747be122cf4e89b111f11d268b5853f9d88b52"><code>63747be</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/11968">#11968</a>: corrected false positive in VariableDeclarationUsageDistanceCheck</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/7e8b0a6f22885e9d3010792fe82f19dfe850e4eb"><code>7e8b0a6</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/12864">#12864</a>: Update Javadoc description to be optional</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.10.0...checkstyle-10.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=10.10.0&new-version=10.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
sschnabe (Migrated from github.com) reviewed 2023-05-16 13:26:11 +02:00
rpahli (Migrated from github.com) reviewed 2023-05-16 13:26:11 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2023-05-16 13:26:11 +02:00
wistefan (Migrated from github.com) reviewed 2023-05-16 13:26:11 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2023-05-16 13:26:23 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: kokuwaio/micronaut-logging#150
No description provided.