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

   Bumps 
[software.amazon.kinesis:amazon-kinesis-client](https://github.com/awslabs/amazon-kinesis-client)
 from 2.6.0 to 2.6.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/awslabs/amazon-kinesis-client/releases";>software.amazon.kinesis:amazon-kinesis-client's
 releases</a>.</em></p>
   <blockquote>
   <p>Release 2.6.1 of the Amazon Kinesis Client Library for Java</p>
   <ul>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1365";>#1365</a>
 Add config to enable point in time recovery for the DynamoDB lease table 
created by KCL</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1325";>#1325</a>
 Add logic to sync from lease table on first app bootstrap</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1372";>#1372</a>
 Fix debug and trace level logging to log all worker loops</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1319";>#1319</a>
 Fix a race condition between ShardConsumer shutdown and initialization</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1354";>#1354</a>
 Fix bug where the in-memory lease is updated even when DDB fails to update</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1363";>#1363</a>
 Fix some of the warnings emitted by maven during build</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1358";>#1358</a>
 Remove ShutdownNotificationAware and update javadocs</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1329";>#1329</a>
 Remove unnecessary lambda</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1340";>#1340</a>
 Generate wrappers from proto files instead of shipping them directly</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1332";>#1332</a>
 Enforce consistent code style with palantir-java-format</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1294";>#1294</a>
 Upgrade org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 
3.3.1</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1296";>#1296</a>
 Upgrade org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1312";>#1312</a>
 Upgrade commons-io:commons-io from 2.15.1 to 2.16.1</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1331";>#1331</a>
 Upgrade maven-compiler-plugin from 3.11.0 to 3.13.0</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1335";>#1335</a>
 Upgrade org.slf4j:slf4j-api from 2.0.7 to 2.0.13</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1336";>#1336</a>
 Upgrade io.reactivex.rxjava3:rxjava from 3.1.6 to 3.1.8</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1337";>#1337</a>
 Upgrade com.google.protobuf:protobuf-java from 3.21.12 to 4.27.0</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1341";>#1341</a>
 Upgrade awssdk.version from 2.25.11 to 2.25.64</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1342";>#1342</a>
 Upgrade org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1343";>#1343</a>
 Upgrade org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.5</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1383";>#1383</a>
 Upgrade com.google.protobuf:protobuf-java from 4.27.0 to 4.27.5</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/awslabs/amazon-kinesis-client/blob/v2.6.1/CHANGELOG.md";>software.amazon.kinesis:amazon-kinesis-client's
 changelog</a>.</em></p>
   <blockquote>
   <h3>Release 2.6.1 (2024-12-13)</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1365";>#1365</a>
 Add config to enable point in time recovery for the DynamoDB lease table 
created by KCL</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1325";>#1325</a>
 Add logic to sync from lease table on first app bootstrap</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1372";>#1372</a>
 Fix debug and trace level logging to log all worker loops</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1319";>#1319</a>
 Fix a race condition between ShardConsumer shutdown and initialization</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1354";>#1354</a>
 Fix bug where the in-memory lease is updated even when DDB fails to update</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1363";>#1363</a>
 Fix some of the warnings emitted by maven during build</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1358";>#1358</a>
 Remove ShutdownNotificationAware and update javadocs</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1329";>#1329</a>
 Remove unnecessary lambda</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1340";>#1340</a>
 Generate wrappers from proto files instead of shipping them directly</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1332";>#1332</a>
 Enforce consistent code style with palantir-java-format</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1294";>#1294</a>
 Upgrade org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 
3.3.1</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1296";>#1296</a>
 Upgrade org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1312";>#1312</a>
 Upgrade commons-io:commons-io from 2.15.1 to 2.16.1</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1331";>#1331</a>
 Upgrade maven-compiler-plugin from 3.11.0 to 3.13.0</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1335";>#1335</a>
 Upgrade org.slf4j:slf4j-api from 2.0.7 to 2.0.13</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1336";>#1336</a>
 Upgrade io.reactivex.rxjava3:rxjava from 3.1.6 to 3.1.8</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1337";>#1337</a>
 Upgrade com.google.protobuf:protobuf-java from 3.21.12 to 4.27.0</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1341";>#1341</a>
 Upgrade awssdk.version from 2.25.11 to 2.25.64</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1342";>#1342</a>
 Upgrade org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1343";>#1343</a>
 Upgrade org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.5</li>
   <li><a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/pull/1383";>#1383</a>
 Upgrade com.google.protobuf:protobuf-java from 4.27.0 to 4.27.5</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/c69ccb6a80abc2ba9bf7d15ff565aaf485b7d9f1";><code>c69ccb6</code></a>
 Prepare for v2.6.1 (<a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/issues/1411";>#1411</a>)</li>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/a159fa31fbb9533686b0684e375758a352ad5f5c";><code>a159fa3</code></a>
 Bump com.google.protobuf:protobuf-java in /amazon-kinesis-client (<a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/issues/1383";>#1383</a>)</li>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/0478575b3dd3f88a1166ff9cf0bab0cb01916457";><code>0478575</code></a>
 bugfix: debug or trace logging level now properly logs all worker loops (<a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/issues/1372";>#1372</a>)</li>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/1c0c41c4e879161ee63c34fb6f7508a2a1a8daae";><code>1c0c41c</code></a>
 Add config to enable PITR (<a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/issues/1365";>#1365</a>)</li>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/5878ba8ac6a1c0c0a765cd8a80452a31540ad656";><code>5878ba8</code></a>
 Add a backwards compatibility check for .proto files (<a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/issues/1362";>#1362</a>)</li>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/3b5c59ec04f8db6c66f5dfed3ac5b043b26c67d2";><code>3b5c59e</code></a>
 fix backwards compatibility check (<a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/issues/1361";>#1361</a>)</li>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/57dcddf10b8160736ef392f77376fb83d83e03d6";><code>57dcddf</code></a>
 Fix some of the warnings emitted by maven during build (<a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/issues/1363";>#1363</a>)</li>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/f507066ea661816e668a31db87c887e8ee6df49d";><code>f507066</code></a>
 <em>Actually</em> skip tests while running backwards compatibility test.</li>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/6cba7f431dfc50d74f4e1569dc5deb77c6bca324";><code>6cba7f4</code></a>
 Remove ShutdownNotificationAware and update javadocs (<a 
href="https://redirect.github.com/awslabs/amazon-kinesis-client/issues/1358";>#1358</a>)</li>
   <li><a 
href="https://github.com/awslabs/amazon-kinesis-client/commit/715690d2c0c85ae2084369447b49865fe3cbd0f2";><code>715690d</code></a>
 bugfix: revert update of in memory lease if DDB lease renewal throws error 
(#...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/awslabs/amazon-kinesis-client/compare/v2.6.0...v2.6.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.kinesis:amazon-kinesis-client&package-manager=maven&previous-version=2.6.0&new-version=2.6.1)](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