You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/06 15:35:23 UTC

[PR] Bump jackson2-version from 2.15.3 to 2.16.0 [camel]

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

   Bumps `jackson2-version` from 2.15.3 to 2.16.0.
   Updates `com.fasterxml.jackson:jackson-bom` from 2.15.3 to 2.16.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/c697069b0df10be83f7793cd104640817d803663"><code>c697069</code></a> [maven-release-plugin] prepare release jackson-bom-2.16.0</li>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/c26c2b0fab0edff84590ef05febd1866242dd3a9"><code>c26c2b0</code></a> Prepare for 2.16.0 release</li>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/f36451b6e7add071ab09c66f7ba568271f67858e"><code>f36451b</code></a> Add version of <code>jackson-module-android-record</code></li>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/0fd9575be8b75afbc9ac5b8924750232d2e86eca"><code>0fd9575</code></a> Back to snapshot deps</li>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/ac45c1bc6d8704b2d0b3112278d1549c78491446"><code>ac45c1b</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/6e7eb2e09d33b7b48752bf0ce03a9a9554764de5"><code>6e7eb2e</code></a> [maven-release-plugin] prepare release jackson-bom-2.16.0-rc1</li>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/fa00be10bf9f4b0c91b0c77084c527f15fe91a89"><code>fa00be1</code></a> Prepare for 2.16.0-rc1</li>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/ceaf129b4e491b2c4cc373cb7baed1095df18135"><code>ceaf129</code></a> Prepare for 2.16.0-rc1</li>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/2faf8f49ff741e6b21703e4a29f346a0d973cb72"><code>2faf8f4</code></a> Merge branch '2.15' into 2.16</li>
   <li><a href="https://github.com/FasterXML/jackson-bom/commit/a93036389a0ce221eaf8b4eb3ca140b27f2702f6"><code>a930363</code></a> Back to snapshot deps</li>
   <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.15.3...jackson-bom-2.16.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.3 to 2.16.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 `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.15.3 to 2.16.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/89c9cb59afa4f68446e594482559725492763ad5"><code>89c9cb5</code></a> [maven-release-plugin] prepare release jackson-dataformats-text-2.16.0</li>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/8b0bf6cac7fef58ffb040469a8b74db529ddb26f"><code>8b0bf6c</code></a> Prepare for 2.16.0 release</li>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/f1a2803b2b2d94984be0b3920264071a4c3005ec"><code>f1a2803</code></a> Back to snapshot deps</li>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/5a433fcd6387c9bdbb75ed4f1c377b9953e581b2"><code>5a433fc</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/b2a3d9a30b691c650f661eab70c742ed997ca194"><code>b2a3d9a</code></a> [maven-release-plugin] prepare release jackson-dataformats-text-2.16.0-rc1</li>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/e3dbdb058c9fb4d959a7adcb7669a103b32aebb9"><code>e3dbdb0</code></a> Prepare for 2.16.0-rc1 release</li>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/74461cfead01f21fa53dcff36b144e008357d94e"><code>74461cf</code></a> Enable JDK 21 for CI java matrix</li>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/90a2f8c7516a05f992f6f880dd325197bb305fcb"><code>90a2f8c</code></a> Fix <a href="https://redirect.github.com/FasterXML/jackson-dataformats-text/issues/198">#198</a>: add <code>CsvGenerator.Feature.ALWAYS_QUOTE_NUMBERS</code> (<a href="https://redirect.github.com/FasterXML/jackson-dataformats-text/issues/440">#440</a>)</li>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/f8bd56b36908946e2f5dc07af763eafbf5019875"><code>f8bd56b</code></a> Fix <a href="https://redirect.github.com/FasterXML/jackson-dataformats-text/issues/438">#438</a>: prevent quoting of BigInteger/BigDecimal when not expected (<a href="https://redirect.github.com/FasterXML/jackson-dataformats-text/issues/439">#439</a>)</li>
   <li><a href="https://github.com/FasterXML/jackson-dataformats-text/commit/56686c8a5e67f62d0dbcabf56230c0c48763aa78"><code>56686c8</code></a> Update release notes</li>
   <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.15.3...jackson-dataformats-text-2.16.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.fasterxml.jackson.core:jackson-core` from 2.15.3 to 2.16.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/2af46f18403d962d18121918c822d13224a3943c"><code>2af46f1</code></a> [maven-release-plugin] prepare release jackson-core-2.16.0</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/6f337da4c46b3034e315f422a91cf65a49ccf256"><code>6f337da</code></a> Prepare for 2.16.0 release</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/1cfb490529989ac5ab158615030dfad699a3a705"><code>1cfb490</code></a> Make JacksonFeatureSet java.io.Serializable</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/f878f33b019654607af054e83fb3033e0f45de03"><code>f878f33</code></a> Update release notes wrt <a href="https://redirect.github.com/FasterXML/jackson-core/issues/1136">#1136</a></li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/a0c853a52ff08bad659e9051cf3a1a76e62059cf"><code>a0c853a</code></a> Change error mesage to mention -INF (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1136">#1136</a>)</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/2d137d8198a56d5ddec39c63d29a835878693e3f"><code>2d137d8</code></a> Bump the github-actions group with 2 updates (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1134">#1134</a>)</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/ce0e92eaa2e8164bcd5e9401b3d00f701dbca27c"><code>ce0e92e</code></a> Add missing name-length check in a test</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/97030b97c226f3d0b5d0d6b319861e69914715de"><code>97030b9</code></a> Merge branch '2.16' of github.com:FasterXML/jackson-core into 2.16</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/3e1cbb9fa077332fccdcd66cf53bdde6090e98a4"><code>3e1cbb9</code></a> Unit test cleanup</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/69712d838556a5becc09b15efd093eab6e140df3"><code>69712d8</code></a> Maximum Property name length affects input/read (<a href="https://redirect.github.com/FasterXML/jackson-core/issues/1130">#1130</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.15.3...jackson-core-2.16.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider` from 2.15.3 to 2.16.0
   
   Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.15.3 to 2.16.0
   
   
   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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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: commits-unsubscribe@camel.apache.org

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


Re: [PR] Bump jackson2-version from 2.15.3 to 2.16.0 [camel]

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd closed pull request #12333: Bump jackson2-version from 2.15.3 to 2.16.0
URL: https://github.com/apache/camel/pull/12333


-- 
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: commits-unsubscribe@camel.apache.org

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


Re: [PR] Bump jackson2-version from 2.15.3 to 2.16.0 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #12333:
URL: https://github.com/apache/camel/pull/12333#issuecomment-1843127944

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
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: commits-unsubscribe@camel.apache.org

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


Re: [PR] Bump jackson2-version from 2.15.3 to 2.16.0 [camel]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #12333:
URL: https://github.com/apache/camel/pull/12333#issuecomment-1844513617

   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: commits-unsubscribe@camel.apache.org

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