dependabot[bot] opened a new pull request, #3682: URL: https://github.com/apache/eventmesh/pull/3682
Bumps [io.cloudevents:cloudevents-kafka](https://github.com/cloudevents/sdk-java) from 2.2.1 to 2.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cloudevents/sdk-java/releases">io.cloudevents:cloudevents-kafka's releases</a>.</em></p> <blockquote> <h2>Release 2.4.2</h2> <h2>What's Changed</h2> <ul> <li>Fix Protobuf data corruption when CloudEvent serialized/deserialized several times by <a href="https://github.com/JemDay"><code>@JemDay</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/524">cloudevents/sdk-java#524</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cloudevents/sdk-java/compare/2.4.1...2.4.2">https://github.com/cloudevents/sdk-java/compare/2.4.1...2.4.2</a></p> <h2>Release 2.4.1</h2> <h2>What's Changed</h2> <ul> <li>Strip parameters from data content types to assess if it's JSON format (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/484">#484</a>) by <a href="https://github.com/fredoboulo"><code>@fredoboulo</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/485">cloudevents/sdk-java#485</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cloudevents/sdk-java/compare/2.4.0...2.4.1">https://github.com/cloudevents/sdk-java/compare/2.4.0...2.4.1</a></p> <h2>Release 2.4.0</h2> <h2>What's Changed</h2> <ul> <li>Enhances detection of textual content types by <a href="https://github.com/JemDay"><code>@JemDay</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/444">cloudevents/sdk-java#444</a></li> <li>Fix structured event example by <a href="https://github.com/mEstrazulas"><code>@mEstrazulas</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/451">cloudevents/sdk-java#451</a></li> <li>Security upgrade io.vertx:vertx-core from 4.0.0 to 4.2.5 by <a href="https://github.com/snyk-bot"><code>@snyk-bot</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/455">cloudevents/sdk-java#455</a></li> <li>Optimize <code>isCloudEventsHeader</code> check by <a href="https://github.com/pierDipi"><code>@pierDipi</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/445">cloudevents/sdk-java#445</a></li> <li>CVE-2020-36518 - bump jackson from 2.11.2 to 2.13.3 by <a href="https://github.com/gtedesc0"><code>@gtedesc0</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/464">cloudevents/sdk-java#464</a></li> <li>chore: update Quarkus example by <a href="https://github.com/matejvasek"><code>@matejvasek</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/466">cloudevents/sdk-java#466</a></li> <li>Support dynamic data content type by <a href="https://github.com/segator"><code>@segator</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/471">cloudevents/sdk-java#471</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mEstrazulas"><code>@mEstrazulas</code></a> made their first contribution in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/451">cloudevents/sdk-java#451</a></li> <li><a href="https://github.com/gtedesc0"><code>@gtedesc0</code></a> made their first contribution in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/464">cloudevents/sdk-java#464</a></li> <li><a href="https://github.com/segator"><code>@segator</code></a> made their first contribution in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/471">cloudevents/sdk-java#471</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cloudevents/sdk-java/compare/2.3.0...2.4.0">https://github.com/cloudevents/sdk-java/compare/2.3.0...2.4.0</a></p> <h2>Release 2.3.0</h2> <h2>What's Changed</h2> <ul> <li>Provide a Bill of Materials artifact for easier integration by <a href="https://github.com/nvervelle"><code>@nvervelle</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/405">cloudevents/sdk-java#405</a></li> <li>Moved exception factory methods internally by <a href="https://github.com/slinkydeveloper"><code>@slinkydeveloper</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/402">cloudevents/sdk-java#402</a></li> <li>fix NPE in CloudEventDeserializer when deserializing with optional header with null value by <a href="https://github.com/bdshadow"><code>@bdshadow</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/415">cloudevents/sdk-java#415</a></li> <li>Close input stream on CloudEventHttpMessageReader fix <a href="https://redirect.github.com/cloudevents/sdk-java/issues/420">#420</a> by <a href="https://github.com/joke"><code>@joke</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/421">cloudevents/sdk-java#421</a></li> <li>Add example of WebClient usage by <a href="https://github.com/dsyer"><code>@dsyer</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/418">cloudevents/sdk-java#418</a></li> <li>Fix the Java Doc build by <a href="https://github.com/pierDipi"><code>@pierDipi</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/424">cloudevents/sdk-java#424</a></li> <li>Run tests with Java 17 by <a href="https://github.com/pierDipi"><code>@pierDipi</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/426">cloudevents/sdk-java#426</a></li> <li>Ignore not valid extension name in jackson CloudEventDeserializer by <a href="https://github.com/mhyeon-lee"><code>@mhyeon-lee</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/429">cloudevents/sdk-java#429</a></li> <li>Handle NullNode for optional attributes in Jackson CloudEventDeserializer by <a href="https://github.com/pierDipi"><code>@pierDipi</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/432">cloudevents/sdk-java#432</a></li> </ul> <h3>Dependencies</h3> <ul> <li>Bump spring-framework-bom from 5.2.8.RELEASE to 5.2.9.RELEASE in /http/restful-ws-integration-tests/restful-ws-spring by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/cloudevents/sdk-java/pull/382">cloudevents/sdk-java#382</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudevents/sdk-java/commit/90c85418e7c39b476eff96967061c0f6fab22116"><code>90c8541</code></a> Bump to 2.4.2 (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/526">#526</a>)</li> <li><a href="https://github.com/cloudevents/sdk-java/commit/4bcaed9af2bb8089e507f0c435dd8f1345bacece"><code>4bcaed9</code></a> Fix javadoc build (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/529">#529</a>)</li> <li><a href="https://github.com/cloudevents/sdk-java/commit/9d3ee7920fbedf63d2b2c944b053ffc5d7891fda"><code>9d3ee79</code></a> Fixed Protobuf data corruption for CloudEvent serialized/deserialized several...</li> <li><a href="https://github.com/cloudevents/sdk-java/commit/7ccf46506a01558ef96547886570f287e13672e8"><code>7ccf465</code></a> Bump to 2.4.2-SNAPSHOT (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/511">#511</a>)</li> <li><a href="https://github.com/cloudevents/sdk-java/commit/572eb97a73354b70ddedfec126e03405334e126f"><code>572eb97</code></a> Bump to 2.4.1 (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/509">#509</a>)</li> <li><a href="https://github.com/cloudevents/sdk-java/commit/7ea9ca811282a5797ed22d45881629cf293e4add"><code>7ea9ca8</code></a> Run tests before deploy on Java 17 (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/505">#505</a>)</li> <li><a href="https://github.com/cloudevents/sdk-java/commit/8cc50ea97b182b46bc08537a2e65be67263ab57d"><code>8cc50ea</code></a> Strip parameters from data content types to assess if it's JSON format (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/484">#484</a>)...</li> <li><a href="https://github.com/cloudevents/sdk-java/commit/ada31a4c5321bfc8f889e958f10a9202a65992d4"><code>ada31a4</code></a> Bump to 2.4.1-SNAPSHOT (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/473">#473</a>)</li> <li><a href="https://github.com/cloudevents/sdk-java/commit/830760a4ba73a84fda9f80abd313c96322842706"><code>830760a</code></a> Bump to 2.4.0 (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/472">#472</a>)</li> <li><a href="https://github.com/cloudevents/sdk-java/commit/f8d27b08bffd3964c6672fc9fa9e02acd588c50c"><code>f8d27b0</code></a> Support dynamic JSON data content type (<a href="https://redirect.github.com/cloudevents/sdk-java/issues/471">#471</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cloudevents/sdk-java/compare/2.2.1...2.4.2">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 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-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For additional commands, e-mail: dev-h...@eventmesh.apache.org