dependabot[bot] opened a new pull request, #15075: URL: https://github.com/apache/camel/pull/15075
Bumps [io.camunda:zeebe-client-java](https://github.com/camunda/zeebe) from 8.5.5 to 8.5.6. <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.5.6</h2> <h1>version:8.5.6</h1> <h2>Enhancements</h2> <h3>Misc</h3> <ul> <li>Add Intermediate None Event to <code>StraightThroughProcessingLoopValidator</code> (<a href="https://redirect.github.com/camunda/camunda/issues/20308">#20308</a>)</li> </ul> <h2>Bug Fixes</h2> <h3>Broker</h3> <ul> <li>Limit the number of element in the process caches (<a href="https://redirect.github.com/camunda/camunda/issues/15533">#15533</a>)</li> </ul> <h3>Gateway</h3> <ul> <li>Considerable amount of GRPC error details can trigger ingress response header limit (<a href="https://redirect.github.com/camunda/camunda/issues/11284">#11284</a>)</li> </ul> <h3>Java Client</h3> <ul> <li>Job worker should apply backoff on job polling in case of service unavailable (<a href="https://redirect.github.com/camunda/camunda/issues/4443">#4443</a>)</li> </ul> <h3>Go Client</h3> <ul> <li>Job worker should apply backoff on job polling in case of service unavailable (<a href="https://redirect.github.com/camunda/camunda/issues/4443">#4443</a>)</li> </ul> <h3>Misc</h3> <ul> <li>StackOverflowError during process instance modification (<a href="https://redirect.github.com/camunda/camunda/issues/20307">#20307</a>)</li> <li>Flaky test shouldBeThreadSafe: io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCacheTest (<a href="https://redirect.github.com/camunda/camunda/issues/20136">#20136</a>)</li> <li>Snapshot detected as corrupted because of incorrect checksum comparison (<a href="https://redirect.github.com/camunda/camunda/issues/19984">#19984</a>)</li> <li>No executable process is found after transformation (<a href="https://redirect.github.com/camunda/camunda/issues/19834">#19834</a>)</li> <li><code>ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_MODE:none</code> does not disable Identity-based authentication (<a href="https://redirect.github.com/camunda/camunda/issues/18726">#18726</a>)</li> <li>java.lang.IllegalArgumentException: type must not be empty (<a href="https://redirect.github.com/camunda/camunda/issues/18139">#18139</a>)</li> <li>Oauth token refresh can trigger rate limiting and log errors (<a href="https://redirect.github.com/camunda/camunda/issues/13832">#13832</a>)</li> </ul> <h2>Maintenance</h2> <ul> <li>Strange use of ObjectMapper in ES/OS DTO (<a href="https://redirect.github.com/camunda/camunda/issues/20556">#20556</a>)</li> <li>Snyk scan for Zeebe is broken after moving modules around (<a href="https://redirect.github.com/camunda/camunda/issues/20011">#20011</a>)</li> <li>gRPC thread pool saturated by blocked Identity calls (<a href="https://redirect.github.com/camunda/camunda/issues/18697">#18697</a>)</li> </ul> <h2>Merged Pull Requests</h2> <ul> <li>Fix Snyk scanning action for Zeebe (<a href="https://redirect.github.com/camunda/camunda/pull/20610">#20610</a>)</li> <li>Remove grpc thread config (<a href="https://redirect.github.com/camunda/camunda/pull/20591">#20591</a>)</li> <li>Dont use object mapper in DTO to ES / OS (<a href="https://redirect.github.com/camunda/camunda/pull/20560">#20560</a>)</li> <li>Reset RecordingExporter before each ZeebeIntegration test setup (<a href="https://redirect.github.com/camunda/camunda/pull/20524">#20524</a>)</li> <li>Create incident when type expression is null or empty (<a href="https://redirect.github.com/camunda/camunda/pull/20517">#20517</a>)</li> <li>Fix OauthCredentialsCache concurrency issues (<a href="https://redirect.github.com/camunda/camunda/pull/20429">#20429</a>)</li> <li>Terminate elements iteratively instead of recursively during PI modification (<a href="https://redirect.github.com/camunda/camunda/pull/20425">#20425</a>)</li> <li>Test for snapshot corruption when restoring from backup. (<a href="https://redirect.github.com/camunda/camunda/pull/20415">#20415</a>)</li> <li>Add logging to setup commands (<a href="https://redirect.github.com/camunda/camunda/pull/20389">#20389</a>)</li> <li>test: fix potential race condition (<a href="https://redirect.github.com/camunda/camunda/pull/20334">#20334</a>)</li> <li>fix: java client reminder action (<a href="https://redirect.github.com/camunda/camunda/pull/20322">#20322</a>)</li> <li>Add intermediate throw event <code>StraightThroughProcessingLoopValidator</code> (<a href="https://redirect.github.com/camunda/camunda/pull/20316">#20316</a>)</li> <li>fix: ensure controlled actor scheduler is closed after tests (<a href="https://redirect.github.com/camunda/camunda/pull/20296">#20296</a>)</li> <li>test: prevent db transaction corruption by test (<a href="https://redirect.github.com/camunda/camunda/pull/20288">#20288</a>)</li> <li>Fix flaky MessageStreamProcessorTest (<a href="https://redirect.github.com/camunda/camunda/pull/20286">#20286</a>)</li> <li>ci: add java client reminder workflow (<a href="https://redirect.github.com/camunda/camunda/pull/20285">#20285</a>)</li> <li>test: fix flaky raft heartbeat test (<a href="https://redirect.github.com/camunda/camunda/pull/20079">#20079</a>)</li> <li>test: snapshot false negative corruption unit test (<a href="https://redirect.github.com/camunda/camunda/pull/20040">#20040</a>)</li> <li>fix: Allow single deployment of multiple BPMN processes with the same resource name (<a href="https://redirect.github.com/camunda/camunda/pull/20026">#20026</a>)</li> <li>feat: allow overriding default <code>maxInboundMetadataSize</code> through config and change default to 16KB (<a href="https://redirect.github.com/camunda/camunda/pull/20002">#20002</a>)</li> <li>fix: do not use combined checksum for snapshot integrity (<a href="https://redirect.github.com/camunda/camunda/pull/19988">#19988</a>)</li> <li>deps: Update dependency io.grpc:grpc-bom to v1.65.0 (main) (<a href="https://redirect.github.com/camunda/camunda/pull/19858">#19858</a>)</li> <li>Allow disabling REST gateway security through configuration (<a href="https://redirect.github.com/camunda/camunda/pull/19823">#19823</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/camunda/camunda/commit/47ce4461aa8114d27fa823d76e2053d661a34121"><code>47ce446</code></a> [maven-release-plugin] prepare release 8.5.6</li> <li><a href="https://github.com/camunda/camunda/commit/aa818ff2e981790253fcc7a70465002b850563ea"><code>aa818ff</code></a> build(project): update go embedded version data</li> <li><a href="https://github.com/camunda/camunda/commit/b745036cca648ab8b3a790040ccb6b5a25529549"><code>b745036</code></a> deps: Update actions/setup-java action to v4.2.2 (stable/8.5) (<a href="https://redirect.github.com/camunda/zeebe/issues/20787">#20787</a>)</li> <li><a href="https://github.com/camunda/camunda/commit/01d79463d22fe7f1a254962304f14688ce402c15"><code>01d7946</code></a> deps: Update actions/setup-java action to v4.2.2</li> <li><a href="https://github.com/camunda/camunda/commit/32d4d12d68a230efef989e6a1a860816f4285dfc"><code>32d4d12</code></a> [Backport stable/8.5] Allow disabling REST gateway security through configura...</li> <li><a href="https://github.com/camunda/camunda/commit/20f57a0c9dfccbcf13933eb15c220c6807142dac"><code>20f57a0</code></a> build: fix snyk scan (<a href="https://redirect.github.com/camunda/zeebe/issues/20646">#20646</a>)</li> <li><a href="https://github.com/camunda/camunda/commit/53234c1db47b575a91750c926da8f339b648afdf"><code>53234c1</code></a> [Backport stable/8.5] Remove grpc thread config (<a href="https://redirect.github.com/camunda/zeebe/issues/20670">#20670</a>)</li> <li><a href="https://github.com/camunda/camunda/commit/a68a776ec582898d125ba6ef8165f3241c31af06"><code>a68a776</code></a> feat: removed grpc threads config</li> <li><a href="https://github.com/camunda/camunda/commit/b3483e8e4f608cd6558f71e08a6aa5d104e5cb2d"><code>b3483e8</code></a> build: fix snyk scan</li> <li><a href="https://github.com/camunda/camunda/commit/513acc4c578bfe107ff981523cbd92d31d3362f7"><code>513acc4</code></a> deps: Update dependency com.azure:azure-sdk-bom to v1.2.26 (stable/8.5) (<a href="https://redirect.github.com/camunda/zeebe/issues/20641">#20641</a>)</li> <li>Additional commits viewable in <a href="https://github.com/camunda/zeebe/compare/8.5.5...8.5.6">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