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

   Bumps [io.camunda:camunda-client-java](https://github.com/camunda/camunda) 
from 8.9.12 to 8.9.13.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/camunda/camunda/releases";>io.camunda:camunda-client-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>8.9.13</h2>
   <h1>version:8.9.13</h1>
   <h2>Bug Fixes</h2>
   <h3>Broker</h3>
   <ul>
   <li>The variable scope for a boundary event is the activity that it is 
attached to (<a 
href="https://redirect.github.com/camunda/camunda/issues/4799";>#4799</a>)</li>
   <li>Make activated jobs which were not send to clients re-activatable (<a 
href="https://redirect.github.com/camunda/camunda/issues/3631";>#3631</a>)</li>
   </ul>
   <h3>Gateway</h3>
   <ul>
   <li>Make activated jobs which were not send to clients re-activatable (<a 
href="https://redirect.github.com/camunda/camunda/issues/3631";>#3631</a>)</li>
   </ul>
   <h3>Misc</h3>
   <ul>
   <li>IncidentUpdateTask permanently blocked when archiver leaves duplicate 
incident documents (silent delete-by-query conflicts + size-capped document 
fetch) (<a 
href="https://redirect.github.com/camunda/camunda/issues/57255";>#57255</a>)</li>
   <li>Operate endpoint /statistics/element-instances is slow due to list-view 
parent-child join aggregation (<a 
href="https://redirect.github.com/camunda/camunda/issues/57181";>#57181</a>)</li>
   <li><code>nullable</code> fields missing in Swagger UI / generated OpenAPI 
spec (<a 
href="https://redirect.github.com/camunda/camunda/issues/55416";>#55416</a>)</li>
   <li>IncidentUpdateTask can drop CREATED when CREATED and RESOLVED are in the 
same PIQ batch, leaving stale <code>incident=true</code> in Operate list-view 
(<a 
href="https://redirect.github.com/camunda/camunda/issues/54279";>#54279</a>)</li>
   <li>Stored External Content Injection (<a 
href="https://redirect.github.com/camunda/camunda/issues/49491";>#49491</a>)</li>
   <li>StackOverflowError when evaluating DRG with long chain of decisions (<a 
href="https://redirect.github.com/camunda/camunda/issues/43232";>#43232</a>)</li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>Possible deadlock in Logstreams tests (<a 
href="https://redirect.github.com/camunda/camunda/issues/3667";>#3667</a>)</li>
   </ul>
   <h2>Task</h2>
   <ul>
   <li>Use best practice concurrency settings for stable branches (<a 
href="https://redirect.github.com/camunda/camunda/issues/57131";>#57131</a>)</li>
   <li>CI: Implement checks for release validation (<a 
href="https://redirect.github.com/camunda/camunda/issues/55717";>#55717</a>)</li>
   <li>[should have] Backport AnalyticsExporter to 8.8/8.9 (<a 
href="https://redirect.github.com/camunda/camunda/issues/55707";>#55707</a>)</li>
   </ul>
   <h2>Merged Pull Requests</h2>
   <ul>
   <li>ci: implement the preview-env internal auth bypass as source-IP 
satisfy-any (INC-6469) (<a 
href="https://redirect.github.com/camunda/camunda/pull/57030";>#57030</a>)</li>
   <li>fix: make flaky-gate sticky state durable via the PR comment (survives 
runs + re-runs) (<a 
href="https://redirect.github.com/camunda/camunda/pull/56732";>#56732</a>)</li>
   <li>test: flaky-gate sticky-state canary [DO NOT MERGE] (<a 
href="https://redirect.github.com/camunda/camunda/pull/56731";>#56731</a>)</li>
   <li>fix: stop flaky-gate touch-check matching descendant packages of the 
test (<a 
href="https://redirect.github.com/camunda/camunda/pull/56218";>#56218</a>)</li>
   <li>ci: reduce flaky-gate false positives via touch-check and blank-class 
filter (<a 
href="https://redirect.github.com/camunda/camunda/pull/55572";>#55572</a>)</li>
   <li>ci: make flaky-test gate alerts sticky + fix BQ false-positive bug (<a 
href="https://redirect.github.com/camunda/camunda/pull/54579";>#54579</a>)</li>
   <li>test: Navigate to the called decision instance in case of an incident 
(<a 
href="https://redirect.github.com/camunda/camunda/pull/51618";>#51618</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/camunda/camunda/commit/1de2263afaa36674e9525e9fc75c79f1a7257eef";><code>1de2263</code></a>
 [maven-release-plugin] prepare release 8.9.13</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/6f7d91fa4f554f72b68c903388ed08e7b9dcd6c0";><code>6f7d91f</code></a>
 [Backport stable/8.9] ci: retry push to release branch on token propagation 
f...</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/f6529ba2d71801809ff1b0a06f5362b22bfa9c73";><code>f6529ba</code></a>
 fix: route AlwaysGreen owner to test-automation-team when E2E tests fail 
(bac...</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/0411ca8072aaeb370e985ec76ce3c2e5c4153a26";><code>0411ca8</code></a>
 ci: harden git push to release branch</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/2e73e99de61db003d9979a634faecf45c56c3d6f";><code>2e73e99</code></a>
 fix: add per_page=100 to artifacts API and clarify no-E2E evidence message</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/16d8e22dbcd06d43e9a0db7166a92858ad567286";><code>16d8e22</code></a>
 [Backport stable/8.9] ci: graduate dependency vulnerability gate from pilot 
t...</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/27354585a954aaf12f65150f543a38bc1552be82";><code>2735458</code></a>
 ci: graduate dependency vulnerability gate from pilot to blocking</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/b49eb861a35733b32d48f4b078138915f4fd3fe1";><code>b49eb86</code></a>
 fix: route AlwaysGreen owner to test-automation-team when E2E tests fail</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/c3ce5b6d43b1f9435f1820be6f9dd731f838e664";><code>c3ce5b6</code></a>
 deps: Update actions/setup-node digest to 2499707 (stable/8.9) (<a 
href="https://redirect.github.com/camunda/camunda/issues/57663";>#57663</a>)</li>
   <li><a 
href="https://github.com/camunda/camunda/commit/0d4c6a67fd79869da8295b56744dd559d92d7abf";><code>0d4c6a6</code></a>
 deps: Update actions/setup-node digest to 2499707</li>
   <li>Additional commits viewable in <a 
href="https://github.com/camunda/camunda/compare/8.9.12...8.9.13";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.camunda:camunda-client-java&package-manager=maven&previous-version=8.9.12&new-version=8.9.13)](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 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