This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new c8b315b11 ORC-1236: Bump checkstyle to 10.3.2
c8b315b11 is described below
commit c8b315b111fcb268e74ac7e2861b1a72f93e2ebc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 1 20:16:27 2022 -0700
ORC-1236: Bump checkstyle to 10.3.2
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.1 to
10.3.2.
<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.3.2</h2>
<p><a
href="https://checkstyle.org/releasenotes.html#Release_10.3.2">https://checkstyle.org/releasenotes.html#Release_10.3.2</a></p>
<p>Bug fixes:</p>
<p><a
href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11736">#11736</a>
- MissingJavadocType: Support qualified annotation names
<a
href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11655">#11655</a>
- Update google_checks.xml to have the SuppressionCommentFilter and
SuppressWarningsHolder modules in the config by default (and by extension,
SuppressWarningsFilter)</p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/3aec4ab003909923e18347235d949fd6803cc59a"><code>3aec4ab</code></a>
[maven-release-plugin] prepare release checkstyle-10.3.2</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/8054535299ca701de560850697bd013199ae82fe"><code>8054535</code></a>
config: update to 10.3.2-SNAPSHOT</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/f7a5a42d515f03e8d8b6a7b43087968199610a93"><code>f7a5a42</code></a>
doc: releasenotes for 10.3.2</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/d171482b6213c443fad6a5a1ab9165b8c6dd1cdf"><code>d171482</code></a>
minor: remove SCM-Manager from known tools; site is down, no details</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/fe7f456b5ee40dc9cf7f1471a12f70ad70a9afdf"><code>fe7f456</code></a>
Issue <a
href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12010">#12010</a>:
Update releasenotes to use GitHub Pages execution</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/1c03f44fd924cb65013490c3a7157c2bbb900578"><code>1c03f44</code></a>
minor: Modify pitest mutators for pitest-javadoc</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/307ae4b294f1a134befc1141f5b6e764db3005c5"><code>307ae4b</code></a>
minor: Modify pitest mutators for pitest-java-ast-visitor</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/419a49191455e540fa712523f10e3ad3781ff579"><code>419a491</code></a>
Issue <a
href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11885">#11885</a>:
Allow SuppressWarningHolder to suppress the violation with Name...</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/907d73beb44e61f6f19be9d1f5a1726f1e76b8c1"><code>907d73b</code></a>
dependency: bump Saxon-HE from 11.3 to 11.4</li>
<li><a
href="https://github.com/checkstyle/checkstyle/commit/af99318229ad160a41c823a4b9371de1a252ed9e"><code>af99318</code></a>
Issue <a
href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11720">#11720</a>:
Kill surviving mutation in VariableDeclarationUsageDistanceChec...</li>
<li>Additional commits viewable in <a
href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.1...checkstyle-10.3.2">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Closes #1202 from
dependabot[bot]/dependabot/maven/java/com.puppycrawl.tools-checkstyle-10.3.2.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: William Hyun <[email protected]>
(cherry picked from commit c63595ff129df24c0c5ee6f46d6890b7ac451bfb)
Signed-off-by: William Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index f86a0fdfb..fc418d78b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -83,7 +83,7 @@
<surefire.version>3.0.0-M5</surefire.version>
<junit.version>5.8.2</junit.version>
<mockito.version>4.6.1</mockito.version>
- <checkstyle.version>10.3.1</checkstyle.version>
+ <checkstyle.version>10.3.2</checkstyle.version>
</properties>
<repositories>