You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/08/29 12:02:27 UTC

[GitHub] [orc] dependabot[bot] opened a new pull request, #1238: Bump checkstyle from 10.3.2 to 10.3.3 in /java

dependabot[bot] opened a new pull request, #1238:
URL: https://github.com/apache/orc/pull/1238

   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.2 to 10.3.3.
   <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.3</h2>
   <p><a href="https://checkstyle.org/releasenotes.html#Release_10.3.3">https://checkstyle.org/releasenotes.html#Release_10.3.3</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/a8c7ab6fbc1f6177c3ea9fc98938ab54ab52f0c3"><code>a8c7ab6</code></a> [maven-release-plugin] prepare release checkstyle-10.3.3</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/d954a23ae172f5f6b06d1b3aae3a18a033a2dda5"><code>d954a23</code></a> doc: releasenotes 10.3.3</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/8f4aba870496d46ca1eb2fe1282ce0867fce77c5"><code>8f4aba8</code></a> minor: add word to known words</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/ed024637a29699d9f5ebcaf20b996e6ec5377a8a"><code>ed02463</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12114">#12114</a>: rename all release action to have 'R:' prefix in name</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/02babf8a0ab715caebddf299b373bac31f2a9969"><code>02babf8</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12082">#12082</a>: Github action Publish release notes Twitter</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/b519b15b531877a6613a80d203dd6ab4bd838d05"><code>b519b15</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12082">#12082</a>: Github action Publish release notes outside</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/ca997926c69f41d7aebc76e991ff557e334d31c7"><code>ca99792</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12077">#12077</a>: Github action to update sources with release notes</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/0192fcd3406e809e261db24256d7dc8c02d241ec"><code>0192fcd</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12080">#12080</a>: Github action Update Github</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/527bae79cd8dd6eef03c03dab14f7ca6dffab8bc"><code>527bae7</code></a> Issue <a href="https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12078">#12078</a>: Github action Release prepare</li>
   <li><a href="https://github.com/checkstyle/checkstyle/commit/c0b12ee3ccdc14b3e51cf2bda3efaafd535508c0"><code>c0b12ee</code></a> minor: Add trailing comments on separate line in StarterRuleSet-AllRulesByCat...</li>
   <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.2...checkstyle-10.3.3">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.3.2&new-version=10.3.3)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [orc] dongjoon-hyun closed pull request #1238: Bump checkstyle from 10.3.2 to 10.3.3 in /java

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #1238: Bump checkstyle from 10.3.2 to 10.3.3 in /java
URL: https://github.com/apache/orc/pull/1238


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [orc] dependabot[bot] commented on pull request #1238: Bump checkstyle from 10.3.2 to 10.3.3 in /java

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1238:
URL: https://github.com/apache/orc/pull/1238#issuecomment-1231390361

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [orc] dongjoon-hyun commented on pull request #1238: Bump checkstyle from 10.3.2 to 10.3.3 in /java

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on PR #1238:
URL: https://github.com/apache/orc/pull/1238#issuecomment-1231390311

   Maybe, we can do this later when we cut branch-1.9.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org