You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/05/16 20:21:21 UTC

[orc] branch main updated: ORC-1425: Bump checkstyle to 10.11.0

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new fd091a04f ORC-1425: Bump checkstyle to 10.11.0
fd091a04f is described below

commit fd091a04fe7d10ea91ff1c7f3b751df5bc44b551
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 16 13:21:14 2023 -0700

    ORC-1425: Bump checkstyle to 10.11.0
    
    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>
    </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>
    
    Closes #1492 from dependabot[bot]/dependabot/maven/java/com.puppycrawl.tools-checkstyle-10.11.0.
    
    Authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 015407c14..6b51d4fbf 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -60,7 +60,7 @@
   </modules>
 
   <properties>
-    <checkstyle.version>10.10.0</checkstyle.version>
+    <checkstyle.version>10.11.0</checkstyle.version>
     <example.dir>${project.basedir}/../../examples</example.dir>
     <hadoop.version>2.7.3</hadoop.version>
     <junit.version>5.9.3</junit.version>