dependabot[bot] opened a new pull request, #17974: URL: https://github.com/apache/camel/pull/17974
Bumps [com.twilio.sdk:twilio](https://github.com/twilio/twilio-java) from 10.7.2 to 10.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/twilio/twilio-java/releases">com.twilio.sdk:twilio's releases</a>.</em></p> <blockquote> <h2>10.8.0</h2> <h2><strong>Release Notes</strong></h2> <p><strong>Library - Chore</strong></p> <ul> <li>[PR <a href="https://redirect.github.com/twilio/twilio-java/issues/852">#852</a>](<a href="https://redirect.github.com/twilio/twilio-java/pull/852">twilio/twilio-java#852</a>): removing jwt changelog. Thanks to <a href="https://github.com/tiwarishubham635"><code>@tiwarishubham635</code></a>!</li> <li>[PR <a href="https://redirect.github.com/twilio/twilio-java/issues/849">#849</a>](<a href="https://redirect.github.com/twilio/twilio-java/pull/849">twilio/twilio-java#849</a>): Add example for using multi region setup in a single application. Thanks to <a href="https://github.com/manisha1997"><code>@manisha1997</code></a>!</li> <li>[PR <a href="https://redirect.github.com/twilio/twilio-java/issues/847">#847</a>](<a href="https://redirect.github.com/twilio/twilio-java/pull/847">twilio/twilio-java#847</a>): bump com.google.code.gson:gson from 2.8.6 to 2.8.9. Thanks to <a href="https://github.com/dependabot"><code>@dependabot</code></a>!</li> </ul> <p><strong>Library - Fix</strong></p> <ul> <li>[PR <a href="https://redirect.github.com/twilio/twilio-java/issues/846">#846</a>](<a href="https://redirect.github.com/twilio/twilio-java/pull/846">twilio/twilio-java#846</a>): update jjwt version. Thanks to <a href="https://github.com/manisha1997"><code>@manisha1997</code></a>!</li> <li><strong>AccessToken</strong> <ul> <li><strong>Breaking Change</strong>: Updated <code>AccessTokenBuilder</code> to use <code>byte[]</code> for the <code>secret</code> instead of <code>String</code>. <ul> <li>Updated method signatures: <ul> <li><code>AccessTokenBuilder(String accountSid, String keySid, byte[] secret)</code></li> </ul> </li> <li>Example usage: <pre lang="java"><code>byte[] secret = “your_secret”.getBytes(); AccessTokenBuilder builder = new AccessTokenBuilder(accountSid, keySid, secret); </code></pre> </li> </ul> </li> </ul> <strong>ClientCapability</strong> <ul> <li><strong>Breaking Change</strong>: Updated <code>ClientCapability.Builder</code> to use <code>byte[]</code> for the <code>authToken</code> instead of <code>String</code>. <ul> <li>Updated method signatures: <ul> <li><code>ClientCapability.Builder(String accountSid, byte[] authToken)</code></li> </ul> </li> <li>Example usage: <pre lang="java"><code>byte[] authToken = “your_auth_token”.getBytes(); ClientCapability.Builder builder = new ClientCapability.Builder(accountSid, authToken); </code></pre> </li> </ul> </li> </ul> <strong>TaskRouterCapability</strong> <ul> <li><strong>Breaking Change</strong>: Updated <code>TaskRouterCapability.Builder</code> to use <code>byte[]</code> for the <code>authToken</code> instead of <code>String</code>. <ul> <li>Updated method signatures: <ul> <li><code>TaskRouterCapability.Builder(String accountSid, byte[] authToken)</code></li> </ul> </li> <li>Example usage: <pre lang="java"><code>byte[] authToken = “your_auth_token”.getBytes(); TaskRouterCapability.Builder builder = new TaskRouterCapability.Builder(accountSid, authToken); </code></pre> </li> </ul> </li> </ul> </li> </ul> <p><strong>Api</strong></p> <ul> <li>Add <code>response_key</code> for <code>Usage Triggers</code> fetch endpoint.</li> </ul> <p><strong>Flex</strong></p> <ul> <li>Add Update Interaction API</li> <li>Adding <code>webhook_ttid</code> as optional parameter in Interactions API</li> </ul> <p><strong>Serverless</strong></p> <ul> <li>Add node22 as a valid Build runtime</li> <li>Add node20 as a valid Build runtime</li> </ul> <p><strong>Video</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/twilio/twilio-java/blob/main/CHANGES.md">com.twilio.sdk:twilio's changelog</a>.</em></p> <blockquote> <h2>[2025-05-05] Version 10.8.0</h2> <p><strong>Library - Chore</strong></p> <ul> <li>[PR <a href="https://redirect.github.com/twilio/twilio-java/issues/852">#852</a>](<a href="https://redirect.github.com/twilio/twilio-java/pull/852">twilio/twilio-java#852</a>): removing jwt changelog. Thanks to <a href="https://github.com/tiwarishubham635"><code>@tiwarishubham635</code></a>!</li> <li>[PR <a href="https://redirect.github.com/twilio/twilio-java/issues/849">#849</a>](<a href="https://redirect.github.com/twilio/twilio-java/pull/849">twilio/twilio-java#849</a>): Add example for using multi region setup in a single application. Thanks to <a href="https://github.com/manisha1997"><code>@manisha1997</code></a>!</li> <li>[PR <a href="https://redirect.github.com/twilio/twilio-java/issues/847">#847</a>](<a href="https://redirect.github.com/twilio/twilio-java/pull/847">twilio/twilio-java#847</a>): bump com.google.code.gson:gson from 2.8.6 to 2.8.9. Thanks to <a href="https://github.com/dependabot"><code>@dependabot</code></a>!</li> </ul> <p><strong>Library - Fix</strong></p> <ul> <li>[PR <a href="https://redirect.github.com/twilio/twilio-java/issues/846">#846</a>](<a href="https://redirect.github.com/twilio/twilio-java/pull/846">twilio/twilio-java#846</a>): update jjwt version. Thanks to <a href="https://github.com/manisha1997"><code>@manisha1997</code></a>!</li> <li><strong>AccessToken</strong> <ul> <li><strong>Breaking Change</strong>: Updated <code>AccessTokenBuilder</code> to use <code>byte[]</code> for the <code>secret</code> instead of <code>String</code>. <ul> <li>Updated method signatures: <ul> <li><code>AccessTokenBuilder(String accountSid, String keySid, byte[] secret)</code></li> </ul> </li> <li>Example usage: <pre lang="java"><code>byte[] secret = “your_secret”.getBytes(); AccessTokenBuilder builder = new AccessTokenBuilder(accountSid, keySid, secret); </code></pre> </li> </ul> </li> </ul> <strong>ClientCapability</strong> <ul> <li><strong>Breaking Change</strong>: Updated <code>ClientCapability.Builder</code> to use <code>byte[]</code> for the <code>authToken</code> instead of <code>String</code>. <ul> <li>Updated method signatures: <ul> <li><code>ClientCapability.Builder(String accountSid, byte[] authToken)</code></li> </ul> </li> <li>Example usage: <pre lang="java"><code>byte[] authToken = “your_auth_token”.getBytes(); ClientCapability.Builder builder = new ClientCapability.Builder(accountSid, authToken); </code></pre> </li> </ul> </li> </ul> <strong>TaskRouterCapability</strong> <ul> <li><strong>Breaking Change</strong>: Updated <code>TaskRouterCapability.Builder</code> to use <code>byte[]</code> for the <code>authToken</code> instead of <code>String</code>. <ul> <li>Updated method signatures: <ul> <li><code>TaskRouterCapability.Builder(String accountSid, byte[] authToken)</code></li> </ul> </li> <li>Example usage: <pre lang="java"><code>byte[] authToken = “your_auth_token”.getBytes(); TaskRouterCapability.Builder builder = new TaskRouterCapability.Builder(accountSid, authToken); </code></pre> </li> </ul> </li> </ul> </li> </ul> <p><strong>Api</strong></p> <ul> <li>Add <code>response_key</code> for <code>Usage Triggers</code> fetch endpoint.</li> </ul> <p><strong>Flex</strong></p> <ul> <li>Add Update Interaction API</li> <li>Adding <code>webhook_ttid</code> as optional parameter in Interactions API</li> </ul> <p><strong>Serverless</strong></p> <ul> <li>Add node22 as a valid Build runtime</li> <li>Add node20 as a valid Build runtime</li> </ul> <p><strong>Video</strong></p> <ul> <li>removed <code>transcribe_participants_on_connect</code> and <code>transcriptions_configuration</code> from the room resource <strong>(breaking change)</strong></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twilio/twilio-java/commit/a6714ca3a6857f3b906402079c0ce7beb7e6e9e9"><code>a6714ca</code></a> chore: add changelog for jwt (<a href="https://redirect.github.com/twilio/twilio-java/issues/853">#853</a>)</li> <li><a href="https://github.com/twilio/twilio-java/commit/d2745b353bb6d33182e7fa665dc27684507d335d"><code>d2745b3</code></a> Release 10.8.0</li> <li><a href="https://github.com/twilio/twilio-java/commit/1a8d393c28c07941b19463e296e0a6b6ee2d0954"><code>1a8d393</code></a> [Librarian] Regenerated @ 73b691d4309bbf652c00c8e81516e936534d2117 e39c0f89ec...</li> <li><a href="https://github.com/twilio/twilio-java/commit/6d8c1adcf1c870967c8c1ee6d28ff7b17809fac9"><code>6d8c1ad</code></a> chore: removing jwt changelog (<a href="https://redirect.github.com/twilio/twilio-java/issues/852">#852</a>)</li> <li><a href="https://github.com/twilio/twilio-java/commit/7705b7368ab35ea29fbb9616950343e0640faf88"><code>7705b73</code></a> chore: Add example for using multi region setup in a single application (<a href="https://redirect.github.com/twilio/twilio-java/issues/849">#849</a>)</li> <li><a href="https://github.com/twilio/twilio-java/commit/3de6c4f82a37c393783419a7e1adfb0d5ef7b7a6"><code>3de6c4f</code></a> chore: bump com.google.code.gson:gson from 2.8.6 to 2.8.9 (<a href="https://redirect.github.com/twilio/twilio-java/issues/847">#847</a>)</li> <li><a href="https://github.com/twilio/twilio-java/commit/8eb52f395279c0d6bd0329e6426853522632fd61"><code>8eb52f3</code></a> fix: update jjwt version (<a href="https://redirect.github.com/twilio/twilio-java/issues/846">#846</a>)</li> <li>See full diff in <a href="https://github.com/twilio/twilio-java/compare/10.7.2...10.8.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