FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

MINOR: Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.21.4 by dependabot[bot] · Pull Request #667 · apache/arrow-java · GitHub

MINOR: Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.21.4 - #667

Merged
jbonofre merged 2 commits into
mainfrom
dependabot/maven/com.puppycrawl.tools-checkstyle-10.21.4
Mar 11, 2025
Merged

MINOR: Bump com.puppycrawl.tools:checkstyle from 10.21.3 to 10.21.4#667
jbonofre merged 2 commits into
mainfrom
dependabot/maven/com.puppycrawl.tools-checkstyle-10.21.4

Conversation

dependabot Bot commented on behalf of github Mar 10, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

Bumps com.puppycrawl.tools:checkstyle from 10.21.3 to 10.21.4.

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.21.4

Checkstyle 10.21.4 - https://checkstyle.org/releasenotes.html#Release_10.21.4

Bug fixes:

#15161 - AnnotationOnSameLine: FalseNegative when the annotation is on the same line of the modifer of the target class #16081 - PARAMETER_DEF in FinalLocalVariable doesn't seem to work in interfaces #16165 - Regression: CyclomaticComplexity.switchBlockAsSingleDecisionPoint does not work properly anymore (10.21.1)

Commits
  • b7014bb [maven-release-plugin] prepare release checkstyle-10.21.4
  • 71e5f59 doc: release notes for 10.21.4
  • a745784 Issue #14631: Updated hash_literal to new AST format
  • 356c947 Issue #14631: Updated COLGROUP of JavadocTokenTypes
  • d4025b2 Issue #13999: Resolve pitest suppression for skipHtmlComment() method for Tag...
  • e1dc3ab Issue #15456: Violation message for SuperCloneCheck
  • cc3ada6 Issue #15161: Resolved False Negative
  • e4b625a Issue #13999: resolve pitest Suppression for JavadocStyleCheck
  • 203ce2e Issue #14631: Updated BODY_TAG_START BODY_TAG_END of JavadocTokenTypes
  • fe24819 dependency: bump org.apache.maven.plugins:maven-install-plugin
  • Additional commits viewable in compare view

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 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)

dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 10, 2025

Copy link
Copy Markdown
Member

@dependabot rebase

github-actions Bot added this to the 18.3.0 milestone Mar 10, 2025
dependabot Bot force-pushed the dependabot/maven/com.puppycrawl.tools-checkstyle-10.21.4 branch from ea3c84d to 07f902d Compare March 10, 2025 10:24
dependabot Bot requested a review from jbonofre as a code owner March 10, 2025 10:24

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.21.3 to 10.21.4.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.21.3...checkstyle-10.21.4)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot force-pushed the dependabot/maven/com.puppycrawl.tools-checkstyle-10.21.4 branch from 07f902d to 818d7c4 Compare March 10, 2025 13:53
apache deleted a comment from dependabot Bot Mar 10, 2025
jbonofre merged commit 66cb737 into main Mar 11, 2025
jbonofre deleted the dependabot/maven/com.puppycrawl.tools-checkstyle-10.21.4 branch March 11, 2025 08:29
timhurskidremio pushed a commit to timhurskidremio/dremio-arrow-java that referenced this pull request Dec 5, 2025
…pache#667)

Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 10.21.3 to 10.21.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/checkstyle/checkstyle/releases">com.puppycrawl.tools:checkstyle's
releases</a>.</em></p>
<blockquote>
<h2>checkstyle-10.21.4</h2>
<p>Checkstyle 10.21.4 - <a
href="https://checkstyle.org/releasenotes.html#Release_10.21.4">https://checkstyle.org/releasenotes.html#Release_10.21.4</a></p>
<p>Bug fixes:</p>
<p><a
href="https://redirect.github.com/checkstyle/checkstyle/issues/15161">#15161</a>
- AnnotationOnSameLine: FalseNegative when the annotation is on the same
line of the modifer of the target class
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16081">#16081</a>
- PARAMETER_DEF in FinalLocalVariable doesn't seem to work in interfaces
<a
href="https://redirect.github.com/checkstyle/checkstyle/issues/16165">#16165</a>
- Regression: CyclomaticComplexity.switchBlockAsSingleDecisionPoint does
not work properly anymore (10.21.1)</p>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/b7014bb377be4ff7d443315137c6a604006c3f01"><code>b7014bb</code></a>
[maven-release-plugin] prepare release checkstyle-10.21.4</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/71e5f593a09633a084715706449ca791c54a4e44"><code>71e5f59</code></a>
doc: release notes for 10.21.4</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/a7457847b42fd8180471fe0b86cc92c145c037cf"><code>a745784</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>:
Updated hash_literal to new AST format</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/356c947e952bf3e109b71188f4fc9cb130ecdda4"><code>356c947</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>:
Updated COLGROUP of JavadocTokenTypes</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/d4025b26159e5e386eaeb3abd4011bd990b39284"><code>d4025b2</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/13999">#13999</a>:
Resolve pitest suppression for skipHtmlComment() method for Tag...</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/e1dc3abaa59f522ffafb200aa7ae4c2ced7a64c0"><code>e1dc3ab</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/15456">#15456</a>:
Violation message for SuperCloneCheck</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/cc3ada68e3001fb8d9358ed10538e44e6122bba4"><code>cc3ada6</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/15161">#15161</a>:
Resolved False Negative</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/e4b625a09ef662212c670d5bd4353de7d8799569"><code>e4b625a</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/13999">#13999</a>:
resolve pitest Suppression for JavadocStyleCheck</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/203ce2e4b2a995439192ff5042686d17cf09173e"><code>203ce2e</code></a>
Issue <a
href="https://redirect.github.com/checkstyle/checkstyle/issues/14631">#14631</a>:
Updated BODY_TAG_START BODY_TAG_END of JavadocTokenTypes</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/fe24819470991bf83de5f4a0f992ab50335536d3"><code>fe24819</code></a>
dependency: bump org.apache.maven.plugins:maven-install-plugin</li>
<li>Additional commits viewable in <a
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.21.3...checkstyle-10.21.4">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.21.3&new-version=10.21.4)](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 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)


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JB Onofré <jbonofre@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL