dependabot[bot] opened a new pull request, #19711: URL: https://github.com/apache/camel/pull/19711
Bumps [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) from 0.2.7 to 0.2.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/OpenAPITools/jackson-databind-nullable/releases">org.openapitools:jackson-databind-nullable's releases</a>.</em></p> <blockquote> <h2>v0.2.8 released</h2> <h2>What's Changed</h2> <ul> <li>Update to next snapshot version by <a href="https://github.com/wing328"><code>@wing328</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/67">OpenAPITools/jackson-databind-nullable#67</a></li> <li>Skip SNAPSHOT deploy job on forks by <a href="https://github.com/ctrimble"><code>@ctrimble</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/70">OpenAPITools/jackson-databind-nullable#70</a></li> <li>Remove Javadoc argument --ignore-source-errors by <a href="https://github.com/ctrimble"><code>@ctrimble</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/69">OpenAPITools/jackson-databind-nullable#69</a></li> <li>Update to JUnit 5 and fix tests by <a href="https://github.com/Til7701"><code>@Til7701</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/72">OpenAPITools/jackson-databind-nullable#72</a></li> <li>Update all dependency and plugin versions by <a href="https://github.com/nrayburn-tech"><code>@nrayburn-tech</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/75">OpenAPITools/jackson-databind-nullable#75</a></li> <li>GitHub actions cleanup by <a href="https://github.com/nrayburn-tech"><code>@nrayburn-tech</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/76">OpenAPITools/jackson-databind-nullable#76</a></li> <li>Add dependabot configuration by <a href="https://github.com/Til7701"><code>@Til7701</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/77">OpenAPITools/jackson-databind-nullable#77</a></li> <li>Bump actions/checkout from 3 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/78">OpenAPITools/jackson-databind-nullable#78</a></li> <li>Bump actions/cache from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/79">OpenAPITools/jackson-databind-nullable#79</a></li> <li>Bump actions/setup-java from 3 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/80">OpenAPITools/jackson-databind-nullable#80</a></li> <li>Update GitHub actions to use commit sha instead of tags by <a href="https://github.com/nrayburn-tech"><code>@nrayburn-tech</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/82">OpenAPITools/jackson-databind-nullable#82</a></li> <li>Ignore Hibernate Validator updates until Java 17+ is used for builds by <a href="https://github.com/nrayburn-tech"><code>@nrayburn-tech</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/83">OpenAPITools/jackson-databind-nullable#83</a></li> <li>Streaming methods by <a href="https://github.com/ctrimble"><code>@ctrimble</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/68">OpenAPITools/jackson-databind-nullable#68</a></li> <li>Ignore semver-major Mockito and JUnit updates until Java 17+ is used for builds by <a href="https://github.com/nrayburn-tech"><code>@nrayburn-tech</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/86">OpenAPITools/jackson-databind-nullable#86</a></li> <li>Build as multi release jar by <a href="https://github.com/Til7701"><code>@Til7701</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/62">OpenAPITools/jackson-databind-nullable#62</a></li> <li>Bump org.junit:junit-bom from 5.13.4 to 5.14.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/87">OpenAPITools/jackson-databind-nullable#87</a></li> <li>Fix typos and linguistic errors in documentation / hacktoberfest by <a href="https://github.com/survivant"><code>@survivant</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/88">OpenAPITools/jackson-databind-nullable#88</a></li> <li>Change the maven compile execution for Java 8 to override the default compile by <a href="https://github.com/nrayburn-tech"><code>@nrayburn-tech</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/89">OpenAPITools/jackson-databind-nullable#89</a></li> <li>Update to move away from deprecated methods by <a href="https://github.com/nrayburn-tech"><code>@nrayburn-tech</code></a> in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/91">OpenAPITools/jackson-databind-nullable#91</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ctrimble"><code>@ctrimble</code></a> made their first contribution in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/70">OpenAPITools/jackson-databind-nullable#70</a></li> <li><a href="https://github.com/nrayburn-tech"><code>@nrayburn-tech</code></a> made their first contribution in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/75">OpenAPITools/jackson-databind-nullable#75</a></li> <li><a href="https://github.com/survivant"><code>@survivant</code></a> made their first contribution in <a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/pull/88">OpenAPITools/jackson-databind-nullable#88</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/OpenAPITools/jackson-databind-nullable/compare/v0.2.7...v0.2.8">https://github.com/OpenAPITools/jackson-databind-nullable/compare/v0.2.7...v0.2.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/108f5bd3391b23ea0fa05ce47f74681cdc927992"><code>108f5bd</code></a> v0.2.8 release (<a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/issues/92">#92</a>)</li> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/b2ca809a1b73a86bb94908af6e2189b50bca7ec2"><code>b2ca809</code></a> Update to move away from deprecated methods (<a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/issues/91">#91</a>)</li> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/377e8c49fb502aea465d23366f0c2172b7eb53f7"><code>377e8c4</code></a> Change the maven compile execution for Java 8 to override the default compile...</li> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/5b7307624183ddbb25c05bfcac524dc69b605cb2"><code>5b73076</code></a> Fix typos and linguistic errors in documentation (<a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/issues/88">#88</a>)</li> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/85e68d458bba8caf2698f70a6f2ae6ed35fc3861"><code>85e68d4</code></a> Bump org.junit:junit-bom from 5.13.4 to 5.14.0 (<a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/issues/87">#87</a>)</li> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/9dd4094fe231c55fdc8d5d9d2056581ee9fd3ff5"><code>9dd4094</code></a> Build as multi release jar (<a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/issues/62">#62</a>)</li> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/6712288e3fc2070ebfed16557b73f1df1f323ca4"><code>6712288</code></a> Ignore semver-major Mockito and JUnit updates until Java 17+ is used for buil...</li> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/f377eda60ec69ef9197867dc82609ba23bcd0992"><code>f377eda</code></a> adding the following methods to JsonNullable, based on methods (<a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/issues/68">#68</a>)</li> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/09ee5fcf6fee78386576302c404e40ff7b08a201"><code>09ee5fc</code></a> Ignore Hibernate Validator updates until Java 17+ is used for builds (<a href="https://redirect.github.com/OpenAPITools/jackson-databind-nullable/issues/83">#83</a>)</li> <li><a href="https://github.com/OpenAPITools/jackson-databind-nullable/commit/338ccf8bc402d59500635b2b57655e8382c27feb"><code>338ccf8</code></a> Update GitHub actions to use commit sha instead of tags to avoid supply chain...</li> <li>Additional commits viewable in <a href="https://github.com/OpenAPITools/jackson-databind-nullable/compare/v0.2.7...v0.2.8">compare view</a></li> </ul> </details> <br /> [](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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
