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

   Bumps [io.camunda:zeebe-client-java](https://github.com/camunda/zeebe) from 
8.4.0 to 8.4.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/camunda/zeebe/releases";>io.camunda:zeebe-client-java's 
releases</a>.</em></p>
   <blockquote>
   <h2>8.4.1</h2>
   <h2>Bug Fixes</h2>
   <h3>Misc</h3>
   <ul>
   <li>NoSuchElementException: null while recovering from a snapshot (<a 
href="https://redirect.github.com/camunda/zeebe/issues/15721";>#15721</a>)</li>
   <li>Restore from backup should validate partition count (<a 
href="https://redirect.github.com/camunda/zeebe/issues/15411";>#15411</a>)</li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>Disable Ehcache auto configuration (<a 
href="https://redirect.github.com/camunda/zeebe/issues/15624";>#15624</a>)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Correct invalid snapshot interval value in template YAML files (<a 
href="https://redirect.github.com/camunda/zeebe/issues/15625";>#15625</a>)</li>
   </ul>
   <h2>Merged Pull Requests</h2>
   <ul>
   <li>[Backport stable/8.4] Provide default values in DMN deployment records 
(<a href="https://redirect.github.com/camunda/zeebe/pull/16109";>#16109</a>)</li>
   <li>[Backport stable/8.4] Exporter: expose partitionId on Context and 
LastExportedRecordPosition on Controller (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16091";>#16091</a>)</li>
   <li>[Backport stable/8.4] Fix job backoff restore migration (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16089";>#16089</a>)</li>
   <li>deps(maven): Update version.msgpack to v0.9.8 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16081";>#16081</a>)</li>
   <li>[Backport stable/8.4] fix(engine): double quotes in variables should be 
correctly handled (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16073";>#16073</a>)</li>
   <li>Recover data written to wrong column families (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16072";>#16072</a>)</li>
   <li>[Backport stable/8.4] fix(docker): Disable provenance for 
docker-push-action (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16064";>#16064</a>)</li>
   <li>deps(maven): Update spring boot to v3.2.2 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16062";>#16062</a>)</li>
   <li>deps(maven): Update plugin.version.surefire to v3.2.5 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16061";>#16061</a>)</li>
   <li>deps(maven): Update dependency org.springframework:spring-framework-bom 
to v6.1.3 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16060";>#16060</a>)</li>
   <li>deps(maven): Update dependency org.slf4j:slf4j-api to v2.0.11 
(stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16059";>#16059</a>)</li>
   <li>deps(maven): Update dependency 
org.apache.maven.surefire:surefire-extensions-api to v3.2.5 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16058";>#16058</a>)</li>
   <li>deps(maven): Update dependency 
org.apache.maven.surefire:maven-surefire-common to v3.2.5 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16055";>#16055</a>)</li>
   <li>deps(maven): Update dependency 
org.apache.maven.plugins:maven-failsafe-plugin to v3.2.5 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16054";>#16054</a>)</li>
   <li>deps(maven): Update dependency io.netty:netty-bom to v4.1.106.Final 
(stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16042";>#16042</a>)</li>
   <li>deps(maven): Update dependency 
com.netflix.concurrency-limits:concurrency-limits-core to v0.4.1 (stable/8.4) 
(<a href="https://redirect.github.com/camunda/zeebe/pull/16041";>#16041</a>)</li>
   <li>[Backport stable/8.4] refactor(topology): reduce log level when applying 
operation failed (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16014";>#16014</a>)</li>
   <li>[Backport stable/8.4] Allow serializing RecordMetadata of size larger 
than a short (<a 
href="https://redirect.github.com/camunda/zeebe/pull/16010";>#16010</a>)</li>
   <li>[Backport stable/8.4] Fix PKCS1 support by ensuring BouncyCastle is 
present at runtime (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15999";>#15999</a>)</li>
   <li>deps(maven): Update dependency io.projectreactor:reactor-core to v3.6.2 
(stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15998";>#15998</a>)</li>
   <li>deps(docker): Update ubuntu:jammy Docker digest to e6173d4 (stable/8.4) 
(<a href="https://redirect.github.com/camunda/zeebe/pull/15997";>#15997</a>)</li>
   <li>deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to 
ad942b1 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15996";>#15996</a>)</li>
   <li>deps(maven): Update dependency io.netty:netty-bom to v4.1.105.Final 
(stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15971";>#15971</a>)</li>
   <li>[Backport stable/8.4] refactor(engine): minor cleanup of 
<code>DbMigrator</code> (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15952";>#15952</a>)</li>
   <li>deps(maven): Update dependency 
io.projectreactor.netty:reactor-netty-http to v1.1.15 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15950";>#15950</a>)</li>
   <li>deps(maven): Update dependency io.micrometer:micrometer-bom to v1.12.2 
(stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15949";>#15949</a>)</li>
   <li>deps(maven): Update dependency com.google.protobuf:protobuf-bom to 
v3.25.2 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15948";>#15948</a>)</li>
   <li>deps(maven): Update dependency com.github.spotbugs:spotbugs-maven-plugin 
to v4.8.3.0 (stable/8.4) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15947";>#15947</a>)</li>
   <li>[Backport stable/8.4] Validate ES min_age exporter (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15940";>#15940</a>)</li>
   <li>[Backport stable/8.4] deps(maven): Update dependency 
org.codehaus.mojo:flatten-maven-plugin to v1.6.0 (main) (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15935";>#15935</a>)</li>
   <li>[Backport stable/8.4] Building &quot;quickly skips the flatten plugin 
(<a href="https://redirect.github.com/camunda/zeebe/pull/15933";>#15933</a>)</li>
   <li>[Backport stable/8.4] Fix race condition between receiving a new 
snapshot and aborting previous pending one (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15926";>#15926</a>)</li>
   <li>[Backport stable/8.4] fix(topology): throw detailed exception if 
decoding fails (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15924";>#15924</a>)</li>
   <li>[Backport stable/8.4] ci: directly call GH API to put PRs into merge 
queue (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15877";>#15877</a>)</li>
   <li>[Backport stable/8.4] fix(scheduler): allow closing unscheduled actors 
(<a href="https://redirect.github.com/camunda/zeebe/pull/15871";>#15871</a>)</li>
   <li>[Backport stable/8.4] ci: sync auto-merge job with main (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15867";>#15867</a>)</li>
   <li>[Backport stable/8.4] docs: fix default snapshot interval (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15857";>#15857</a>)</li>
   <li>[Backport stable/8.4] ci: auto-merge backport and dependency upgrade PRs 
with merge queues (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15849";>#15849</a>)</li>
   <li>fix(dist): silence noisy info logs from ehcache (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15828";>#15828</a>)</li>
   <li>fix(logstream): handle log reset while iterating though log entries (<a 
href="https://redirect.github.com/camunda/zeebe/pull/15826";>#15826</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/camunda/zeebe/commit/9b2059f6e3439f4642d49a1195c5a4c267861c98";><code>9b2059f</code></a>
 [maven-release-plugin] prepare release 8.4.1</li>
   <li><a 
href="https://github.com/camunda/zeebe/commit/b6a2e873c273bdaa01c81de9375868f5af0ffc5c";><code>b6a2e87</code></a>
 build(project): update go embedded version data</li>
   <li><a 
href="https://github.com/camunda/zeebe/commit/ebafd55b450356068ad226ed3d326d8505c3ab8b";><code>ebafd55</code></a>
 deps(identity): update identity to 8.4.1</li>
   <li><a 
href="https://github.com/camunda/zeebe/commit/5dc913be4c4ef11c2926bbc21abd0b96b6f692a3";><code>5dc913b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/camunda/zeebe/issues/16109";>#16109</a> from 
camunda/backport-16103-to-stable/8.4</li>
   <li><a 
href="https://github.com/camunda/zeebe/commit/a8f7ee35ef29d20dfd3d3c49d37c70b777d0d3a6";><code>a8f7ee3</code></a>
 fix(protocol): provide default values in DMN deployment records</li>
   <li><a 
href="https://github.com/camunda/zeebe/commit/b8be5b7189c0f1082738ec31f2a6ec628c8e2d33";><code>b8be5b7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/camunda/zeebe/issues/16072";>#16072</a> from 
camunda/korthout-15804-recover-column-families</li>
   <li><a 
href="https://github.com/camunda/zeebe/commit/9c281e5e07058161f2b37110f087ffd95da27875";><code>9c281e5</code></a>
 test: verify column family 50 moves</li>
   <li><a 
href="https://github.com/camunda/zeebe/commit/26cb24b5a6665e348349dd57386abf876d3dc9ab";><code>26cb24b</code></a>
 test: verify column family 49 moves</li>
   <li><a 
href="https://github.com/camunda/zeebe/commit/a2b22571b3864505b8dea24458551ed414299b9a";><code>a2b2257</code></a>
 test: ensure correct entries are ignored</li>
   <li><a 
href="https://github.com/camunda/zeebe/commit/3fefa7fb00273e0cf4ff587c2b700535150c47c0";><code>3fefa7f</code></a>
 fix: ensure we combine message stats correctly</li>
   <li>Additional commits viewable in <a 
href="https://github.com/camunda/zeebe/compare/8.4.0...8.4.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.camunda:zeebe-client-java&package-manager=maven&previous-version=8.4.0&new-version=8.4.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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to