You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/10/04 12:31:35 UTC

[GitHub] [orc] dependabot[bot] opened a new pull request #928: Bump jackson.version from 2.12.5 to 2.13.0 in /java

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


   Bumps `jackson.version` from 2.12.5 to 2.13.0.
   Updates `jackson-core` from 2.12.5 to 2.13.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/03add30680331fd88a8ef474cbd5bc0a65e57eb8"><code>03add30</code></a> [maven-release-plugin] prepare release jackson-core-2.13.0</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/766892116f077fb01dec7705ae932088a91e177c"><code>7668921</code></a> Prepare for 2.13.0 release</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/81bdfaa8d773a4e1ac75a124cf3db664ca1f41d1"><code>81bdfaa</code></a> Add missing javadoc param/returns for deprecated methods</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/ec22344005b374a5a4f456e5cc79b5493875b56b"><code>ec22344</code></a> Fix small javadoc warnings (to get back to 0 warnings)</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/542654c97f26ccd8156b9946920a2b15b9cdea7b"><code>542654c</code></a> trivial javadoc markup fix</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/c3b10399fe07029224fb3d86fe9db0e41abcc441"><code>c3b1039</code></a> Remove travis build</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/efe51e83648ed1b4c33ad1ffd5e2cbee5e0c6091"><code>efe51e8</code></a> back to snapshot deps</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/55fb12a1487befaf950c487d8ec51ff213447c42"><code>55fb12a</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/4c3e25105e4565992e136fae235b359a028d4731"><code>4c3e251</code></a> [maven-release-plugin] prepare release jackson-core-2.13.0-rc2</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/ffab4b13522f26a62254667319538992ac774027"><code>ffab4b1</code></a> Prepare for 2.13.0-rc2</li>
   <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.5...jackson-core-2.13.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jackson-databind` from 2.12.5 to 2.13.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/FasterXML/jackson/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jackson-annotations` from 2.12.5 to 2.13.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/FasterXML/jackson/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: dev-unsubscribe@orc.apache.org

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



[GitHub] [orc] guiyanakuang commented on pull request #928: Bump jackson.version from 2.12.5 to 2.13.0 in /java

Posted by GitBox <gi...@apache.org>.
guiyanakuang commented on pull request #928:
URL: https://github.com/apache/orc/pull/928#issuecomment-934021432


   Unfortunately, this is a dependency that ORC-946 forgot to remove. In fact, the bench module does not depend directly on jackson, but only indirectly on the specified version of jackson in spark.


-- 
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: dev-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 #928: Bump jackson.version from 2.12.5 to 2.13.0 in /java

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


   OK, I won't notify you again about this release, but will get in touch when a new version is available. 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: dev-unsubscribe@orc.apache.org

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



[GitHub] [orc] dongjoon-hyun closed pull request #928: Bump jackson.version from 2.12.5 to 2.13.0 in /java

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #928:
URL: https://github.com/apache/orc/pull/928


   


-- 
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: dev-unsubscribe@orc.apache.org

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