dependabot[bot] opened a new pull request, #14509: URL: https://github.com/apache/camel/pull/14509
Bumps [com.pubnub:pubnub-gson](https://github.com/pubnub/kotlin) from 6.4.5 to 9.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pubnub/kotlin/releases">com.pubnub:pubnub-gson's releases</a>.</em></p> <blockquote> <h2>Java & Kotlin SDK v9.2.0</h2> <p>June 11 2024</p> <h4>Added</h4> <ul> <li>Add new FCMPayloadV2 for required new FCM push message format.</li> </ul> <h4>Fixed</h4> <ul> <li>Disallow DTD in XML parser and enable SecureRandom.</li> </ul> <h2>Java & Kotlin SDK v9.1.1</h2> <p>April 15 2024</p> <h4>Fixed</h4> <ul> <li>The parameter names were not saved in compiled class files and were shown as <code>o</code>, <code>s1</code> etc. in the IDE. This change fixes the SDK to correctly show parameter names.</li> </ul> <h2>Kotlin SDK v9.1.0</h2> <p>April 09 2024</p> <h4>Added</h4> <ul> <li>Added methods for publishing messages and signals on the <code>Channel</code> class. Also added new builder factories on <code>PubNub</code> with required parameters provided upfront, e.g. <code>PubNub.publish(message,channel)</code>. .</li> <li>Allow overriding certain PubNub configuration options per API call through <code>Endpoint.overrideConfiguration</code>.</li> </ul> <h4>Modified</h4> <ul> <li>Remaining classes from <code>com.pubnub.internal</code> package were hidden from compilation classpath. Users should only use classes in <code>com.pubnub.api</code> package.</li> </ul> <h2>Kotlin SDK v9.0.0</h2> <p>March 28 2024</p> <h4>Modified</h4> <ul> <li>From now on, Java and Kotlin SDKs will be versioned and released together, and clients using both SDKs will get new features and bug fixes at the same time.</li> <li>RemoteAction.async() now provides a single <code>Result<Output></code> parameter to the callback. Please see documentation for details.</li> <li>PubNub initialization must be done through <code>PubNub.create()</code>. Constructor initialization is disallowed.</li> <li>There is a new immutable PNConfiguration class with builder. The old PNConfiguration class is marked deprecated, but functional for the time being.</li> <li>Internal classes and interfaces have been moved to the <code>com.pubnub.internal</code> classes or removed from the compile classpath. You should not use them in your app. All user facing classes are in <code>com.pubnub.api</code> package.</li> </ul> <h2>Kotlin SDK v8.0.0</h2> <p>February 22 2024</p> <h4>Added</h4> <ul> <li>A new version of subscription and presence handling is enabled by default (<code>enableEventEngine</code> flag is set to <code>true</code>). Please consult the documentation for new PNStatus values that are emitted for subscriptions, as code changes might be required to support this change.</li> <li>Channels, ChannelGroups, ChannelMetadata and UserMetadata.</li> </ul> <h2>Kotlin SDK v7.8.1</h2> <p>February 06 2024</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pubnub/kotlin/blob/master/CHANGELOG.md">com.pubnub:pubnub-gson's changelog</a>.</em></p> <blockquote> <h2>v9.2.0</h2> <p>June 11 2024</p> <h4>Added</h4> <ul> <li>Add new FCMPayloadV2 for required new FCM push message format.</li> </ul> <h4>Fixed</h4> <ul> <li>Disallow DTD in XML parser and enable SecureRandom.</li> </ul> <h2>v9.1.1</h2> <p>April 15 2024</p> <h4>Fixed</h4> <ul> <li>The parameter names were not saved in compiled class files and were shown as <code>o</code>, <code>s1</code> etc. in the IDE. This change fixes the SDK to correctly show parameter names.</li> </ul> <h2>v9.1.0</h2> <p>April 09 2024</p> <h4>Added</h4> <ul> <li>Added methods for publishing messages and signals on the <code>Channel</code> class. Also added new builder factories on <code>PubNub</code> with required parameters provided upfront, e.g. <code>PubNub.publish(message,channel)</code>. .</li> <li>Allow overriding certain PubNub configuration options per API call through <code>Endpoint.overrideConfiguration</code>.</li> </ul> <h4>Modified</h4> <ul> <li>Remaining classes from <code>com.pubnub.internal</code> package were hidden from compilation classpath. Users should only use classes in <code>com.pubnub.api</code> package.</li> </ul> <h2>v9.0.0</h2> <p>March 28 2024</p> <h4>Modified</h4> <ul> <li>From now on, Java and Kotlin SDKs will be versioned and released together, and clients using both SDKs will get new features and bug fixes at the same time.</li> <li>RemoteAction.async() now provides a single <code>Result<Output></code> parameter to the callback. Please see documentation for details.</li> <li>PubNub initialization must be done through <code>PubNub.create()</code>. Constructor initialization is disallowed.</li> <li>There is a new immutable PNConfiguration class with builder. The old PNConfiguration class is marked deprecated, but functional for the time being.</li> <li>Internal classes and interfaces have been moved to the <code>com.pubnub.internal</code> classes or removed from the compile classpath. You should not use them in your app. All user facing classes are in <code>com.pubnub.api</code> package.</li> </ul> <h2>v8.0.0</h2> <p>February 22 2024</p> <h4>Added</h4> <ul> <li>A new version of subscription and presence handling is enabled by default (<code>enableEventEngine</code> flag is set to <code>true</code>). Please consult the documentation for new PNStatus values that are emitted for subscriptions, as code changes might be required to support this change.</li> <li>Added support for scoped event listeners using new entity objects: Channels, ChannelGroups, ChannelMetadata and UserMetadata.</li> </ul> <h2>v7.8.1</h2> <p>February 06 2024</p> <h4>Fixed</h4> <ul> <li>Fixed transitions so that SubscribeEvenEngine can handle multiple subscribe calls executed one by one.</li> <li>Add missing Leave events with EE enabled and heartbeat = 0.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/pubnub/kotlin/commits/kotlin-v9.2.0">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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org