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/27 21:38:21 UTC

[orc] branch branch-1.9 updated: ORC-1435: Bump maven-checkstyle-plugin to 3.3.0

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

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


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 2e4850395 ORC-1435: Bump maven-checkstyle-plugin to 3.3.0
2e4850395 is described below

commit 2e4850395c1c60aa609ee85b22b999f2ee9f52b9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 27 14:37:46 2023 -0700

    ORC-1435: Bump maven-checkstyle-plugin to 3.3.0
    
    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.0 to 3.3.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/9b34b4415978855f629015f42d09a0bc549811c7"><code>9b34b44</code></a> [maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.0</li>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/fe2379d2b63d47ba1259c43140f97934130a894c"><code>fe2379d</code></a> [MCHECKSTYLE-436] Replace CheckstyleReportGenerator with a new CheckstyleRepo...</li>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/b08abc20d963f41b1510e12136f0f09853f9e14c"><code>b08abc2</code></a> [MCHECKSTYLE-435] Remove deprecated RSS feature</li>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/71bc1ff6201bb437a6440b097a6e30ec5bcc55be"><code>71bc1ff</code></a> [MPMD-377] Upgrade plugins and components (in ITs)</li>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/d96baba4df00e3e0f254445e21bbaf3560438f55"><code>d96baba</code></a> [MCHECKSTYLE-428] Upgrade parent POM to version 39</li>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/e3894a09b3744249e3a2b75332b654af87d3bf2f"><code>e3894a0</code></a> Fix message</li>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/b72b1f6afccd548045048af1c8af90df740db4e8"><code>b72b1f6</code></a> Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/apache/maven-checkstyle-plugin/issues/115">#115</a>)</li>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/0d90feae462d921f5c3847d7acac40fc6881b876"><code>0d90fea</code></a> Auto-link MCHECKSTYLE Jira</li>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/9ddd0f89e3c4daf910a874c225fdf9a95d718a10"><code>9ddd0f8</code></a> [maven-release-plugin] prepare for next development iteration</li>
    <li><a href="https://github.com/apache/maven-checkstyle-plugin/commit/d757053fcaa4a224ac856709e6caaf2aab4bd945"><code>d757053</code></a> [maven-release-plugin] prepare release maven-checkstyle-plugin-3.2.2</li>
    <li>Additional commits viewable in <a href="https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.0...maven-checkstyle-plugin-3.3.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-checkstyle-plugin&package-manager=maven&previous-version=3.2.0&new-version=3.3.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 #1526 from dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-checkstyle-plugin-3.3.0.
    
    Authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit a023f2c1001e2a915a61dc3fe4001e8703e71369)
    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 a3ca5c279..f968c4dcd 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -619,7 +619,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
           <configuration>
             <sourceDirectories>
               <directory>${basedir}/src/java</directory>