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

   Bumps 
[com.slack.api:slack-api-client](https://github.com/slackapi/java-slack-sdk) 
from 1.44.2 to 1.45.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/slackapi/java-slack-sdk/releases";>com.slack.api:slack-api-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>version 1.45.0</h2>
   <h1>Announcement</h1>
   <h2>AWS S3 SDK Migration</h2>
   <p>This version upgrades the underlying AWS S3 SDK to version 2. If you use 
the optional module, please switch to their v2 SDK. Note that AWS has changed 
both the groupId and artifactId for v2:</p>
   <pre lang="diff"><code>-            
&lt;groupId&gt;com.amazonaws&lt;/groupId&gt;
   -            &lt;artifactId&gt;aws-java-sdk-s3&lt;/artifactId&gt;
   +            &lt;groupId&gt;software.amazon.awssdk&lt;/groupId&gt;
   +            &lt;artifactId&gt;s3&lt;/artifactId&gt;
   </code></pre>
   <p>Also, here is an example of a version range:</p>
   <pre lang="diff"><code>-        
&lt;aws.s3.version&gt;[1.12.62,1.13.0)&lt;/aws.s3.version&gt;
   +        &lt;aws.s3.version&gt;[2.29.24,3)&lt;/aws.s3.version&gt;
   </code></pre>
   <p>Refer to <a 
href="https://redirect.github.com/slackapi/java-slack-sdk/issues/1402";>slackapi/java-slack-sdk#1402</a>
 for more details.</p>
   <h2>Long-deprecated Legacy Module Removal</h2>
   <p>This version removes the &quot;javax.servlet-api&quot; artifact from the 
<strong>slack-app-backend</strong> library. The dependency is in 
&quot;provided&quot; scope and is only used by two long-deprecated classes. 
Those classes will be removed too:</p>
   <ul>
   <li>com.slack.api.app_backend.events.servlet.SlackEventsApiServlet</li>
   <li>com.slack.api.app_backend.events.servlet.SlackSignatureVerifier</li>
   </ul>
   <p>The reason why we've removed these classes is that having the 
javax.servlet dependency can be a noise for developers and admins who are 
examining the progress of the Jakarta Servlet migration (even though it's in 
&quot;provided&quot; scope). We believe almost zero existing apps rely on these 
classes, but if there is any, please consider 1) migrating to bolt-java module 
or 2) copying the classes to your project. Please refer to <a 
href="https://redirect.github.com/slackapi/java-slack-sdk/pull/1412";>slackapi/java-slack-sdk#1412</a>
 for more details.</p>
   <h1>Changes</h1>
   <ul>
   <li>[bolt] <a 
href="https://redirect.github.com/slackapi/java-slack-sdk/issues/1403";>#1403</a>
 Fix <a 
href="https://redirect.github.com/slackapi/java-slack-sdk/issues/1402";>#1402</a>
 Migrating AWS S3 SDK to v2 - Thanks <a 
href="https://github.com/seratch";><code>@​seratch</code></a></li>
   <li>[bolt] <a 
href="https://redirect.github.com/slackapi/java-slack-sdk/issues/1411";>#1411</a>
 Fix <a 
href="https://redirect.github.com/slackapi/java-slack-sdk/issues/1409";>#1409</a>
 Socket Mode: Slow message consumption when listeners do not immediately return 
ack() - Thanks <a href="https://github.com/Mugenor";><code>@​Mugenor</code></a> 
<a href="https://github.com/seratch";><code>@​seratch</code></a></li>
   <li>[slack-app-backend] <a 
href="https://redirect.github.com/slackapi/java-slack-sdk/issues/1412";>#1412</a>
 Remove long-deprecated javax.servlet modules from slack-app-backend library - 
Thanks <a href="https://github.com/seratch";><code>@​seratch</code></a></li>
   </ul>
   <hr />
   <ul>
   <li>All issues/pull requests: <a 
href="https://github.com/slackapi/java-slack-sdk/milestone/112?closed=1";>https://github.com/slackapi/java-slack-sdk/milestone/112?closed=1</a></li>
   <li>All changes: <a 
href="https://github.com/slackapi/java-slack-sdk/compare/v1.44.2...v1.45.0";>https://github.com/slackapi/java-slack-sdk/compare/v1.44.2...v1.45.0</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/de35559f05a64be413d63baadc060dcc68bffbf8";><code>de35559</code></a>
 version 1.45.0</li>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/6d325d946a69d330e2ff743a7adde08eef310849";><code>6d325d9</code></a>
 Upgrade micronaut patch version</li>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/a21e1c472d1287664e246b29e773167026a111e3";><code>a21e1c4</code></a>
 Remove long-deprecated javax.servlet modules from slack-app-backend library 
(...</li>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/9b7774d8b92eab700d2518b2593b752203d8c487";><code>9b7774d</code></a>
 Run all the integration tests - 2025-01-07 PT</li>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/227cd63a656672c93f427054b8ad780da00bb9f8";><code>227cd63</code></a>
 Disable sample JSON data file generation for slack-app-backend</li>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/86573b44696012cfa60f0a50f2729f09359491cf";><code>86573b4</code></a>
 Upgrade minor dependency versions</li>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/f35db18c2b9ad4e2cf7dcb2a182392e84f2e0653";><code>f35db18</code></a>
 Fix <a 
href="https://redirect.github.com/slackapi/java-slack-sdk/issues/1409";>#1409</a>
 Socket Mode: Slow message consumption when listeners do not immedia...</li>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/9e815b07b1d55cadaebaa3e97d9b392712246236";><code>9e815b0</code></a>
 Bump prism-react-renderer from 2.4.0 to 2.4.1 in /docs (<a 
href="https://redirect.github.com/slackapi/java-slack-sdk/issues/1410";>#1410</a>)</li>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/cc5e7947d2e1da90ca371443f7fd8945de8335bc";><code>cc5e794</code></a>
 Run ./scripts/run_no_prep_tests.sh</li>
   <li><a 
href="https://github.com/slackapi/java-slack-sdk/commit/21f564bd0c192c45c2e4f531587c062d7ae7d379";><code>21f564b</code></a>
 Run all the integration tests - 2024-12-18 PT</li>
   <li>Additional commits viewable in <a 
href="https://github.com/slackapi/java-slack-sdk/compare/v1.44.2...v1.45.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.slack.api:slack-api-client&package-manager=maven&previous-version=1.44.2&new-version=1.45.0)](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]

Reply via email to