Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump net.java.dev.jna:jna from 5.13.0 to 5.14.0 #1006

Merged
1 commit merged into from
Jan 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps net.java.dev.jna:jna from 5.13.0 to 5.14.0.

Changelog

Sourced from net.java.dev.jna:jna's changelog.

Release 5.14.0

Features

  • #1556: Add SetJob, SetPrinter to c.s.j.p.w.Winspool - @​tresf.
  • #1534: Add GetMethod, Put, SpawnInstance to c.s.j.p.win32.COM.WbemCli#IWbemClassObject and ExecMethod to c.s.j.p.win32.COM.WbemCli#IWbemServices - @​faddom.
  • #1544: Add GetPriorityClass, SetPriorityClass, GetThreadPriority, SetThreadPriority and associated constants to c.s.j.p.win32.Kernel32 - @​dEajL3kA.
  • #1548: Make interface c.s.j.p.mac.XAttr public - @​matthiasblaesing.
  • #1551: Add c.s.j.p.bsd.ExtAttr and c.s.j.p.bsd.ExtAttrUtil to wrap BSD system calls. @​rednoah.
  • #1517: Add missing O_* (e.g. O_APPEND, O_SYNC, O_DIRECT, ...) to c.s.j.p.linux.Fcntl - @​matthiasblaesing.
  • #1521: Shutdown CleanerThread once the last cleanable is removed - @​matthiasblaesing.
  • #1557: Build linux-riscv64 on Ubuntu focal to improve compatibility with older glibc versions - @​matthiasblaesing.

Bug Fixes

Important Changes

  • The interfaces between Java and native code have changed, so libjnidispatch must be rebuilt to be compatible with this release.
  • Release drops support for JDKs 6 + 7, so you'll need at least JDK 8 to update to use this version.
Commits
  • c366bc4 Release 5.14.0
  • 6706361 Merge pull request #1570 from matthiasblaesing/cleanup
  • 7775be3 Ensure propagation of handle invalidation of native library on manual unload
  • 458adcf Make NativeLibrary#encoding final, #options and #callFlags private
  • 3656295 Add dependabot to monitor GHA (#1567)
  • d8e55dc Use JDK7 and JDK8 Code Features in Platform mappings (#1565)
  • 9e5243f Use JDK7 and JDK8 Code Features (#1564)
  • 0e1f5d4 Update docs for WinNT#LOGICAL_PROCESSOR_RELATIONSHIP (#1563)
  • a4aca64 Merge pull request #1558 from matthiasblaesing/stabilize_riscv64
  • 04b6c9a Build linux-riscv64 on Ubuntu focal to improve compatibility
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.13.0 to 5.14.0.
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.13.0...5.14.0)

---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 11, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

ghost pushed a commit that referenced this pull request Dec 11, 2023
1006: build(deps): Bump net.java.dev.jna:jna from 5.13.0 to 5.14.0 r=github-actions[bot] a=dependabot[bot]

Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.13.0 to 5.14.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">net.java.dev.jna:jna's changelog</a>.</em></p>
<blockquote>
<h1>Release 5.14.0</h1>
<h2>Features</h2>
<ul>
<li><a href="https://redirect.github.com/java-native-access/jna/pull/1556">#1556</a>: Add <code>SetJob</code>, <code>SetPrinter</code> to <code>c.s.j.p.w.Winspool</code> - <a href="https://github.com/tresf"><code>`@​tresf</code></a>.</li>`
<li><a href="https://redirect.github.com/java-native-access/jna/pull/1534">#1534</a>: Add <code>GetMethod</code>, <code>Put</code>, <code>SpawnInstance</code> to <code>c.s.j.p.win32.COM.WbemCli#IWbemClassObject</code> and <code>ExecMethod</code> to <code>c.s.j.p.win32.COM.WbemCli#IWbemServices</code> - <a href="https://github.com/faddom"><code>`@​faddom</code></a>.</li>`
<li><a href="https://redirect.github.com/java-native-access/jna/pull/1544">#1544</a>: Add <code>GetPriorityClass</code>, <code>SetPriorityClass</code>, <code>GetThreadPriority</code>, <code>SetThreadPriority</code> and associated constants to <code>c.s.j.p.win32.Kernel32</code> - <a href="https://github.com/dEajL3kA"><code>`@​dEajL3kA</code></a>.</li>`
<li><a href="https://redirect.github.com/java-native-access/jna/pull/1548">#1548</a>: Make interface <code>c.s.j.p.mac.XAttr public</code> - <a href="https://github.com/matthiasblaesing"><code>`@​matthiasblaesing</code></a>.</li>`
<li><a href="https://redirect.github.com/java-native-access/jna/pull/1551">#1551</a>: Add <code>c.s.j.p.bsd.ExtAttr</code> and <code>c.s.j.p.bsd.ExtAttrUtil</code> to wrap BSD <a href="https://man.freebsd.org/cgi/man.cgi?query=extattr&amp;sektion=2"><!-- raw HTML omitted --></a> system calls. <a href="https://github.com/rednoah"><code>`@​rednoah</code></a>.</li>`
<li><a href="https://redirect.github.com/java-native-access/jna/pull/1517">#1517</a>: Add missing <code>O_*</code> (e.g. <code>O_APPEND</code>, <code>O_SYNC</code>, <code>O_DIRECT</code>, ...) to <code>c.s.j.p.linux.Fcntl</code> - <a href="https://github.com/matthiasblaesing"><code>`@​matthiasblaesing</code></a>.</li>`
<li><a href="https://redirect.github.com/java-native-access/jna/issues/1521">#1521</a>: Shutdown CleanerThread once the last cleanable is removed - <a href="https://github.com/matthiasblaesing"><code>`@​matthiasblaesing</code></a>.</li>`
<li><a href="https://redirect.github.com/java-native-access/jna/issues/1557">#1557</a>: Build linux-riscv64 on Ubuntu focal to improve compatibility with older glibc versions - <a href="https://github.com/matthiasblaesing"><code>`@​matthiasblaesing</code></a>.</li>`
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://redirect.github.com/java-native-access/jna/pull/1501">#1501</a>: <code>Library.OPTION_STRING_ENCODING</code> is ignore for string arguments function calls - <a href="https://github.com/matthiasblaesing"><code>`@​matthiasblaesing</code></a>.</li>`
<li><a href="https://redirect.github.com/java-native-access/jna/pull/1504">#1504</a>: Increase maximum supported fixed args on varargs calls from 3 to 255 - <a href="https://github.com/andrew-nowak"><code>`@​andrew-nowak</code></a>.</li>`
<li><a href="https://redirect.github.com/java-native-access/jna/pull/1545">#1545</a>: Fix Java 6 incompatibility in <code>c.s.j.p.win32.Kerne32Util</code> and <code>c.s.j.p.win32.DBT</code> - <a href="https://github.com/matthiasblaesing"><code>`@​matthiasblaesing</code></a>.</li>`
</ul>
<h2>Important Changes</h2>
<ul>
<li>The interfaces between Java and native code have changed, so <code>libjnidispatch</code>
must be rebuilt to be compatible with this release.</li>
<li>Release drops support for JDKs 6 + 7, so you'll need at least JDK 8 to
update to use this version.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/java-native-access/jna/commit/c366bc4fd0c50a30ac8d2475603ec564f6611462"><code>c366bc4</code></a> Release 5.14.0</li>
<li><a href="https://github.com/java-native-access/jna/commit/6706361d441f32280fcca61f8dd18c02c437e1af"><code>6706361</code></a> Merge pull request <a href="https://redirect.github.com/java-native-access/jna/issues/1570">#1570</a> from matthiasblaesing/cleanup</li>
<li><a href="https://github.com/java-native-access/jna/commit/7775be31464dd5d5c503bc9293b7c330a37e7cc1"><code>7775be3</code></a> Ensure propagation of handle invalidation of native library on manual unload</li>
<li><a href="https://github.com/java-native-access/jna/commit/458adcf3dde6839e512214a1feefdbf829ac9e76"><code>458adcf</code></a> Make NativeLibrary#encoding final, #options and #callFlags private</li>
<li><a href="https://github.com/java-native-access/jna/commit/365629530635440381f63939f7891456992fe91b"><code>3656295</code></a> Add dependabot to monitor GHA (<a href="https://redirect.github.com/java-native-access/jna/issues/1567">#1567</a>)</li>
<li><a href="https://github.com/java-native-access/jna/commit/d8e55dc7aebb2a6234d79f607a18cf3a683e6f4b"><code>d8e55dc</code></a> Use JDK7 and JDK8 Code Features in Platform mappings (<a href="https://redirect.github.com/java-native-access/jna/issues/1565">#1565</a>)</li>
<li><a href="https://github.com/java-native-access/jna/commit/9e5243f1b5b0f619e6234b9ccb4bf089627d2833"><code>9e5243f</code></a> Use JDK7 and JDK8 Code Features (<a href="https://redirect.github.com/java-native-access/jna/issues/1564">#1564</a>)</li>
<li><a href="https://github.com/java-native-access/jna/commit/0e1f5d4c6df4f549ed15b2402855e902485515d1"><code>0e1f5d4</code></a> Update docs for WinNT#LOGICAL_PROCESSOR_RELATIONSHIP (<a href="https://redirect.github.com/java-native-access/jna/issues/1563">#1563</a>)</li>
<li><a href="https://github.com/java-native-access/jna/commit/a4aca64973061cf7d6c9c21e031683340c674e92"><code>a4aca64</code></a> Merge pull request <a href="https://redirect.github.com/java-native-access/jna/issues/1558">#1558</a> from matthiasblaesing/stabilize_riscv64</li>
<li><a href="https://github.com/java-native-access/jna/commit/04b6c9a48a71b22a441b23c54449c34412e239a3"><code>04b6c9a</code></a> Build linux-riscv64 on Ubuntu focal to improve compatibility</li>
<li>Additional commits viewable in <a href="https://github.com/java-native-access/jna/compare/5.13.0...5.14.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.java.dev.jna:jna&package-manager=maven&previous-version=5.13.0&new-version=5.14.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

Test Results

  47 files  ±0    47 suites  ±0   1m 31s ⏱️ -6s
106 tests ±0  106 ✔️ ±0  0 💤 ±0  0 ±0 
342 runs  ±0  342 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 1739dc8. ± Comparison against base commit fe33845.

@ghost
Copy link

ghost commented Dec 11, 2023

Build failed:

@korthout
Copy link
Member

korthout commented Jan 9, 2024

Flaky test

bors retry

@ghost
Copy link

ghost commented Jan 9, 2024

Build succeeded:

@ghost ghost merged commit aba0b3b into main Jan 9, 2024
11 checks passed
@ghost ghost deleted the dependabot/maven/net.java.dev.jna-jna-5.14.0 branch January 9, 2024 09:57
github-merge-queue bot referenced this pull request in camunda/camunda Apr 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.camunda:zeebe-process-test-filters](https://togithub.com/camunda-community-hub/zeebe-process-test-root/zeebe-process-test-filters/)
([source](https://togithub.com/camunda/zeebe-process-test)) | `8.4.5` ->
`8.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.camunda:zeebe-process-test-filters/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.camunda:zeebe-process-test-filters/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.camunda:zeebe-process-test-filters/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.camunda:zeebe-process-test-filters/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.camunda:zeebe-process-test-assertions](https://togithub.com/camunda-community-hub/zeebe-process-test-root/zeebe-process-test-assertions/)
([source](https://togithub.com/camunda/zeebe-process-test)) | `8.4.5` ->
`8.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.camunda:zeebe-process-test-assertions/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.camunda:zeebe-process-test-assertions/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.camunda:zeebe-process-test-assertions/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.camunda:zeebe-process-test-assertions/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>camunda/zeebe-process-test
(io.camunda:zeebe-process-test-filters)</summary>

###
[`v8.5.0`](https://togithub.com/camunda/zeebe-process-test/releases/tag/8.5.0)

[Compare
Source](https://togithub.com/camunda/zeebe-process-test/compare/8.4.6...8.5.0)

##### What's Changed

- Support using process instance migration from the zeebe client by
[@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1012](https://togithub.com/camunda/zeebe-process-test/pull/1012)
- Add support for StreamActivatedJobs RPC by
[@&#8203;npepinpe](https://togithub.com/npepinpe) in
[https://github.com/camunda/zeebe-process-test/pull/1020](https://togithub.com/camunda/zeebe-process-test/pull/1020)
- build(deps): Bump net.java.dev.jna:jna from 5.13.0 to 5.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1006](https://togithub.com/camunda/zeebe-process-test/pull/1006)
- build(deps): Bump io.netty:netty-bom from 4.1.100.Final to
4.1.104.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1009](https://togithub.com/camunda/zeebe-process-test/pull/1009)
- build(deps): Bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1010](https://togithub.com/camunda/zeebe-process-test/pull/1010)
- build(deps): Bump dependency.slf4j.version from 2.0.9 to 2.0.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1023](https://togithub.com/camunda/zeebe-process-test/pull/1023)
- build(deps): Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1022](https://togithub.com/camunda/zeebe-process-test/pull/1022)
- Release 8.4.0 by [@&#8203;camundait](https://togithub.com/camundait)
in
[https://github.com/camunda/zeebe-process-test/pull/1019](https://togithub.com/camunda/zeebe-process-test/pull/1019)
- build(deps): Bump org.camunda.feel:feel-engine from 1.17.3 to 1.17.4
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1025](https://togithub.com/camunda/zeebe-process-test/pull/1025)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.29.0 to 2.30.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1024](https://togithub.com/camunda/zeebe-process-test/pull/1024)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.2 to 3.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1026](https://togithub.com/camunda/zeebe-process-test/pull/1026)
- build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.0 to
2.16.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1027](https://togithub.com/camunda/zeebe-process-test/pull/1027)
- build(deps): Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1029](https://togithub.com/camunda/zeebe-process-test/pull/1029)
- build(deps): Bump dependency.spring.version from 6.1.1 to 6.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1030](https://togithub.com/camunda/zeebe-process-test/pull/1030)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.23.0 to 2.24.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1031](https://togithub.com/camunda/zeebe-process-test/pull/1031)
- build(deps): Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1033](https://togithub.com/camunda/zeebe-process-test/pull/1033)
- Timer events fail with specific values by
[@&#8203;ana-vinogradova-camunda](https://togithub.com/ana-vinogradova-camunda)
in
[https://github.com/camunda/zeebe-process-test/pull/1028](https://togithub.com/camunda/zeebe-process-test/pull/1028)
- build(deps): Bump io.netty:netty-bom from 4.1.104.Final to
4.1.105.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1035](https://togithub.com/camunda/zeebe-process-test/pull/1035)
- build(deps): Bump com.google.protobuf:protobuf-java from 3.25.1 to
3.25.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1034](https://togithub.com/camunda/zeebe-process-test/pull/1034)
- build(deps): Bump com.google.googlejavaformat:google-java-format from
1.18.1 to 1.19.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1036](https://togithub.com/camunda/zeebe-process-test/pull/1036)
- build(deps): Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to
1.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1037](https://togithub.com/camunda/zeebe-process-test/pull/1037)
- docs: charset issues on windows by
[@&#8203;jonathanlukas](https://togithub.com/jonathanlukas) in
[https://github.com/camunda/zeebe-process-test/pull/1008](https://togithub.com/camunda/zeebe-process-test/pull/1008)
- build(deps): Bump io.netty:netty-bom from 4.1.105.Final to
4.1.106.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1038](https://togithub.com/camunda/zeebe-process-test/pull/1038)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.30.0 to 2.31.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1039](https://togithub.com/camunda/zeebe-process-test/pull/1039)
- Unflake tests with published messages by
[@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1040](https://togithub.com/camunda/zeebe-process-test/pull/1040)
- build(deps): Bump io.grpc:grpc-bom from 1.60.0 to 1.61.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1047](https://togithub.com/camunda/zeebe-process-test/pull/1047)
- build(deps): Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1050](https://togithub.com/camunda/zeebe-process-test/pull/1050)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.31.0 to 2.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1051](https://togithub.com/camunda/zeebe-process-test/pull/1051)
- build(deps): Bump dependency.testcontainers.version from 1.19.3 to
1.19.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1052](https://togithub.com/camunda/zeebe-process-test/pull/1052)
- Unflake test case EngineClientTest.shouldMigrateProcessInstance by
[@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1046](https://togithub.com/camunda/zeebe-process-test/pull/1046)
- build(deps): Bump slackapi/slack-github-action from 1.24.0 to 1.25.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1055](https://togithub.com/camunda/zeebe-process-test/pull/1055)
- fix: Add `fetchVariable` parameter support in ActivateJobs RPC by
[@&#8203;ce-dmelnych](https://togithub.com/ce-dmelnych) in
[https://github.com/camunda/zeebe-process-test/pull/1058](https://togithub.com/camunda/zeebe-process-test/pull/1058)
- Fix InMemoryDb on zeebe 8.5.0-SNAPSHOT with changes to column family
type by [@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1057](https://togithub.com/camunda/zeebe-process-test/pull/1057)
- build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.6.2 to 3.6.3 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/999](https://togithub.com/camunda/zeebe-process-test/pull/999)
- Adding logging for further troubleshooting of a flaky test by
[@&#8203;ana-vinogradova-camunda](https://togithub.com/ana-vinogradova-camunda)
in
[https://github.com/camunda/zeebe-process-test/pull/1056](https://togithub.com/camunda/zeebe-process-test/pull/1056)
- build(deps): Bump hashicorp/vault-action from 2.7.4 to 2.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1063](https://togithub.com/camunda/zeebe-process-test/pull/1063)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.32.0 to 2.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1064](https://togithub.com/camunda/zeebe-process-test/pull/1064)
- build(deps): Bump hashicorp/vault-action from 2.7.5 to 2.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1065](https://togithub.com/camunda/zeebe-process-test/pull/1065)
- build(deps): Bump io.grpc:grpc-bom from 1.61.0 to 1.61.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1068](https://togithub.com/camunda/zeebe-process-test/pull/1068)
- build(deps): Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1069](https://togithub.com/camunda/zeebe-process-test/pull/1069)
- build(deps): Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1067](https://togithub.com/camunda/zeebe-process-test/pull/1067)
- build(deps): Bump dependency.slf4j.version from 2.0.11 to 2.0.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1074](https://togithub.com/camunda/zeebe-process-test/pull/1074)
- fix: Set variables from ThrowError command by
[@&#8203;saig0](https://togithub.com/saig0) in
[https://github.com/camunda/zeebe-process-test/pull/1080](https://togithub.com/camunda/zeebe-process-test/pull/1080)
- build(deps): Bump dependency.testcontainers.version from 1.19.4 to
1.19.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1084](https://togithub.com/camunda/zeebe-process-test/pull/1084)
- build(deps): Bump org.camunda.feel:feel-engine from 1.17.4 to 1.17.5
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1085](https://togithub.com/camunda/zeebe-process-test/pull/1085)
- build(deps): Bump io.netty:netty-bom from 4.1.106.Final to
4.1.107.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1088](https://togithub.com/camunda/zeebe-process-test/pull/1088)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.33.0 to 2.34.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1089](https://togithub.com/camunda/zeebe-process-test/pull/1089)
- build(deps): Bump dependency.spring.version from 6.1.3 to 6.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1092](https://togithub.com/camunda/zeebe-process-test/pull/1092)
- build(deps): Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1097](https://togithub.com/camunda/zeebe-process-test/pull/1097)
- build(deps): Bump com.google.protobuf:protobuf-java from 3.25.2 to
3.25.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1096](https://togithub.com/camunda/zeebe-process-test/pull/1096)
- build(deps): Bump org.immutables:value from 2.10.0 to 2.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1101](https://togithub.com/camunda/zeebe-process-test/pull/1101)
- Test no response when no request metadata by
[@&#8203;ana-vinogradova-camunda](https://togithub.com/ana-vinogradova-camunda)
in
[https://github.com/camunda/zeebe-process-test/pull/1091](https://togithub.com/camunda/zeebe-process-test/pull/1091)
- build(deps): Bump com.google.googlejavaformat:google-java-format from
1.19.2 to 1.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1102](https://togithub.com/camunda/zeebe-process-test/pull/1102)
- build(deps): Bump dependency.testcontainers.version from 1.19.5 to
1.19.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1103](https://togithub.com/camunda/zeebe-process-test/pull/1103)
- build(deps): Bump org.scala-lang:scala-library from 2.13.12 to 2.13.13
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1104](https://togithub.com/camunda/zeebe-process-test/pull/1104)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.24.1 to 2.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1100](https://togithub.com/camunda/zeebe-process-test/pull/1100)
- build(deps): Bump io.grpc:grpc-bom from 1.61.1 to 1.62.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1110](https://togithub.com/camunda/zeebe-process-test/pull/1110)
- build(deps): Bump com.google.cloud.tools:jib-maven-plugin from 3.4.0
to 3.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1111](https://togithub.com/camunda/zeebe-process-test/pull/1111)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.34.0 to 2.36.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1113](https://togithub.com/camunda/zeebe-process-test/pull/1113)
- build(deps): Bump dependency.testcontainers.version from 1.19.6 to
1.19.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1119](https://togithub.com/camunda/zeebe-process-test/pull/1119)
- build(deps): Bump com.google.googlejavaformat:google-java-format from
1.20.0 to 1.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1118](https://togithub.com/camunda/zeebe-process-test/pull/1118)
- build(deps): Bump io.github.classgraph:classgraph from 4.8.165 to
4.8.167 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1120](https://togithub.com/camunda/zeebe-process-test/pull/1120)
- build(deps): Bump io.github.classgraph:classgraph from 4.8.167 to
4.8.168 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1121](https://togithub.com/camunda/zeebe-process-test/pull/1121)
- build(deps): Bump hashicorp/vault-action from 2.8.0 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1095](https://togithub.com/camunda/zeebe-process-test/pull/1095)
- build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to
2.16.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1122](https://togithub.com/camunda/zeebe-process-test/pull/1122)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.25.0 to 2.26.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1123](https://togithub.com/camunda/zeebe-process-test/pull/1123)
- build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.2 to
2.17.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1124](https://togithub.com/camunda/zeebe-process-test/pull/1124)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.26.0 to 2.26.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1125](https://togithub.com/camunda/zeebe-process-test/pull/1125)
- build(deps): Bump dependency.spring.version from 6.1.4 to 6.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1127](https://togithub.com/camunda/zeebe-process-test/pull/1127)
- build(deps): Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1129](https://togithub.com/camunda/zeebe-process-test/pull/1129)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.36.0 to 2.37.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1130](https://togithub.com/camunda/zeebe-process-test/pull/1130)
- build(deps): Bump org.agrona:agrona from 1.20.0 to 1.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1126](https://togithub.com/camunda/zeebe-process-test/pull/1126)
- build(deps): Bump dependabot/fetch-metadata from 1.6.0 to 1.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1133](https://togithub.com/camunda/zeebe-process-test/pull/1133)
- build(deps): Bump io.netty:netty-bom from 4.1.107.Final to
4.1.108.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1134](https://togithub.com/camunda/zeebe-process-test/pull/1134)
- \[Backport release-8.5.0] fix: db transaction inconsistencies when
deleting keys by
[@&#8203;backport-action](https://togithub.com/backport-action) in
[https://github.com/camunda/zeebe-process-test/pull/1145](https://togithub.com/camunda/zeebe-process-test/pull/1145)

**Full Changelog**:
camunda/zeebe-process-test@8.4.5...8.5.0

###
[`v8.4.6`](https://togithub.com/camunda/zeebe-process-test/releases/tag/8.4.6)

[Compare
Source](https://togithub.com/camunda/zeebe-process-test/compare/8.4.5...8.4.6)

##### What's Changed

- Release 8.4.5 by [@&#8203;camundait](https://togithub.com/camundait)
in
[https://github.com/camunda/zeebe-process-test/pull/1114](https://togithub.com/camunda/zeebe-process-test/pull/1114)
- \[Backport stable/8.4] fix: db transaction inconsistencies when
deleting keys by
[@&#8203;backport-action](https://togithub.com/backport-action) in
[https://github.com/camunda/zeebe-process-test/pull/1144](https://togithub.com/camunda/zeebe-process-test/pull/1144)

**Full Changelog**:
camunda/zeebe-process-test@8.4.5...8.4.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/zeebe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot referenced this pull request in camunda/camunda Apr 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.camunda:zeebe-process-test-filters](https://togithub.com/camunda-community-hub/zeebe-process-test-root/zeebe-process-test-filters/)
([source](https://togithub.com/camunda/zeebe-process-test)) | `8.4.5` ->
`8.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.camunda:zeebe-process-test-filters/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.camunda:zeebe-process-test-filters/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.camunda:zeebe-process-test-filters/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.camunda:zeebe-process-test-filters/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.camunda:zeebe-process-test-assertions](https://togithub.com/camunda-community-hub/zeebe-process-test-root/zeebe-process-test-assertions/)
([source](https://togithub.com/camunda/zeebe-process-test)) | `8.4.5` ->
`8.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.camunda:zeebe-process-test-assertions/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.camunda:zeebe-process-test-assertions/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.camunda:zeebe-process-test-assertions/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.camunda:zeebe-process-test-assertions/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>camunda/zeebe-process-test
(io.camunda:zeebe-process-test-filters)</summary>

###
[`v8.5.0`](https://togithub.com/camunda/zeebe-process-test/releases/tag/8.5.0)

[Compare
Source](https://togithub.com/camunda/zeebe-process-test/compare/8.4.6...8.5.0)

##### What's Changed

- Support using process instance migration from the zeebe client by
[@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1012](https://togithub.com/camunda/zeebe-process-test/pull/1012)
- Add support for StreamActivatedJobs RPC by
[@&#8203;npepinpe](https://togithub.com/npepinpe) in
[https://github.com/camunda/zeebe-process-test/pull/1020](https://togithub.com/camunda/zeebe-process-test/pull/1020)
- build(deps): Bump net.java.dev.jna:jna from 5.13.0 to 5.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1006](https://togithub.com/camunda/zeebe-process-test/pull/1006)
- build(deps): Bump io.netty:netty-bom from 4.1.100.Final to
4.1.104.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1009](https://togithub.com/camunda/zeebe-process-test/pull/1009)
- build(deps): Bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1010](https://togithub.com/camunda/zeebe-process-test/pull/1010)
- build(deps): Bump dependency.slf4j.version from 2.0.9 to 2.0.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1023](https://togithub.com/camunda/zeebe-process-test/pull/1023)
- build(deps): Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1022](https://togithub.com/camunda/zeebe-process-test/pull/1022)
- Release 8.4.0 by [@&#8203;camundait](https://togithub.com/camundait)
in
[https://github.com/camunda/zeebe-process-test/pull/1019](https://togithub.com/camunda/zeebe-process-test/pull/1019)
- build(deps): Bump org.camunda.feel:feel-engine from 1.17.3 to 1.17.4
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1025](https://togithub.com/camunda/zeebe-process-test/pull/1025)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.29.0 to 2.30.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1024](https://togithub.com/camunda/zeebe-process-test/pull/1024)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.2 to 3.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1026](https://togithub.com/camunda/zeebe-process-test/pull/1026)
- build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.0 to
2.16.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1027](https://togithub.com/camunda/zeebe-process-test/pull/1027)
- build(deps): Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1029](https://togithub.com/camunda/zeebe-process-test/pull/1029)
- build(deps): Bump dependency.spring.version from 6.1.1 to 6.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1030](https://togithub.com/camunda/zeebe-process-test/pull/1030)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.23.0 to 2.24.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1031](https://togithub.com/camunda/zeebe-process-test/pull/1031)
- build(deps): Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1033](https://togithub.com/camunda/zeebe-process-test/pull/1033)
- Timer events fail with specific values by
[@&#8203;ana-vinogradova-camunda](https://togithub.com/ana-vinogradova-camunda)
in
[https://github.com/camunda/zeebe-process-test/pull/1028](https://togithub.com/camunda/zeebe-process-test/pull/1028)
- build(deps): Bump io.netty:netty-bom from 4.1.104.Final to
4.1.105.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1035](https://togithub.com/camunda/zeebe-process-test/pull/1035)
- build(deps): Bump com.google.protobuf:protobuf-java from 3.25.1 to
3.25.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1034](https://togithub.com/camunda/zeebe-process-test/pull/1034)
- build(deps): Bump com.google.googlejavaformat:google-java-format from
1.18.1 to 1.19.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1036](https://togithub.com/camunda/zeebe-process-test/pull/1036)
- build(deps): Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to
1.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1037](https://togithub.com/camunda/zeebe-process-test/pull/1037)
- docs: charset issues on windows by
[@&#8203;jonathanlukas](https://togithub.com/jonathanlukas) in
[https://github.com/camunda/zeebe-process-test/pull/1008](https://togithub.com/camunda/zeebe-process-test/pull/1008)
- build(deps): Bump io.netty:netty-bom from 4.1.105.Final to
4.1.106.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1038](https://togithub.com/camunda/zeebe-process-test/pull/1038)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.30.0 to 2.31.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1039](https://togithub.com/camunda/zeebe-process-test/pull/1039)
- Unflake tests with published messages by
[@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1040](https://togithub.com/camunda/zeebe-process-test/pull/1040)
- build(deps): Bump io.grpc:grpc-bom from 1.60.0 to 1.61.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1047](https://togithub.com/camunda/zeebe-process-test/pull/1047)
- build(deps): Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1050](https://togithub.com/camunda/zeebe-process-test/pull/1050)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.31.0 to 2.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1051](https://togithub.com/camunda/zeebe-process-test/pull/1051)
- build(deps): Bump dependency.testcontainers.version from 1.19.3 to
1.19.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1052](https://togithub.com/camunda/zeebe-process-test/pull/1052)
- Unflake test case EngineClientTest.shouldMigrateProcessInstance by
[@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1046](https://togithub.com/camunda/zeebe-process-test/pull/1046)
- build(deps): Bump slackapi/slack-github-action from 1.24.0 to 1.25.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1055](https://togithub.com/camunda/zeebe-process-test/pull/1055)
- fix: Add `fetchVariable` parameter support in ActivateJobs RPC by
[@&#8203;ce-dmelnych](https://togithub.com/ce-dmelnych) in
[https://github.com/camunda/zeebe-process-test/pull/1058](https://togithub.com/camunda/zeebe-process-test/pull/1058)
- Fix InMemoryDb on zeebe 8.5.0-SNAPSHOT with changes to column family
type by [@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1057](https://togithub.com/camunda/zeebe-process-test/pull/1057)
- build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.6.2 to 3.6.3 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/999](https://togithub.com/camunda/zeebe-process-test/pull/999)
- Adding logging for further troubleshooting of a flaky test by
[@&#8203;ana-vinogradova-camunda](https://togithub.com/ana-vinogradova-camunda)
in
[https://github.com/camunda/zeebe-process-test/pull/1056](https://togithub.com/camunda/zeebe-process-test/pull/1056)
- build(deps): Bump hashicorp/vault-action from 2.7.4 to 2.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1063](https://togithub.com/camunda/zeebe-process-test/pull/1063)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.32.0 to 2.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1064](https://togithub.com/camunda/zeebe-process-test/pull/1064)
- build(deps): Bump hashicorp/vault-action from 2.7.5 to 2.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1065](https://togithub.com/camunda/zeebe-process-test/pull/1065)
- build(deps): Bump io.grpc:grpc-bom from 1.61.0 to 1.61.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1068](https://togithub.com/camunda/zeebe-process-test/pull/1068)
- build(deps): Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1069](https://togithub.com/camunda/zeebe-process-test/pull/1069)
- build(deps): Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1067](https://togithub.com/camunda/zeebe-process-test/pull/1067)
- build(deps): Bump dependency.slf4j.version from 2.0.11 to 2.0.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1074](https://togithub.com/camunda/zeebe-process-test/pull/1074)
- fix: Set variables from ThrowError command by
[@&#8203;saig0](https://togithub.com/saig0) in
[https://github.com/camunda/zeebe-process-test/pull/1080](https://togithub.com/camunda/zeebe-process-test/pull/1080)
- build(deps): Bump dependency.testcontainers.version from 1.19.4 to
1.19.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1084](https://togithub.com/camunda/zeebe-process-test/pull/1084)
- build(deps): Bump org.camunda.feel:feel-engine from 1.17.4 to 1.17.5
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1085](https://togithub.com/camunda/zeebe-process-test/pull/1085)
- build(deps): Bump io.netty:netty-bom from 4.1.106.Final to
4.1.107.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1088](https://togithub.com/camunda/zeebe-process-test/pull/1088)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.33.0 to 2.34.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1089](https://togithub.com/camunda/zeebe-process-test/pull/1089)
- build(deps): Bump dependency.spring.version from 6.1.3 to 6.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1092](https://togithub.com/camunda/zeebe-process-test/pull/1092)
- build(deps): Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1097](https://togithub.com/camunda/zeebe-process-test/pull/1097)
- build(deps): Bump com.google.protobuf:protobuf-java from 3.25.2 to
3.25.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1096](https://togithub.com/camunda/zeebe-process-test/pull/1096)
- build(deps): Bump org.immutables:value from 2.10.0 to 2.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1101](https://togithub.com/camunda/zeebe-process-test/pull/1101)
- Test no response when no request metadata by
[@&#8203;ana-vinogradova-camunda](https://togithub.com/ana-vinogradova-camunda)
in
[https://github.com/camunda/zeebe-process-test/pull/1091](https://togithub.com/camunda/zeebe-process-test/pull/1091)
- build(deps): Bump com.google.googlejavaformat:google-java-format from
1.19.2 to 1.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1102](https://togithub.com/camunda/zeebe-process-test/pull/1102)
- build(deps): Bump dependency.testcontainers.version from 1.19.5 to
1.19.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1103](https://togithub.com/camunda/zeebe-process-test/pull/1103)
- build(deps): Bump org.scala-lang:scala-library from 2.13.12 to 2.13.13
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1104](https://togithub.com/camunda/zeebe-process-test/pull/1104)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.24.1 to 2.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1100](https://togithub.com/camunda/zeebe-process-test/pull/1100)
- build(deps): Bump io.grpc:grpc-bom from 1.61.1 to 1.62.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1110](https://togithub.com/camunda/zeebe-process-test/pull/1110)
- build(deps): Bump com.google.cloud.tools:jib-maven-plugin from 3.4.0
to 3.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1111](https://togithub.com/camunda/zeebe-process-test/pull/1111)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.34.0 to 2.36.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1113](https://togithub.com/camunda/zeebe-process-test/pull/1113)
- build(deps): Bump dependency.testcontainers.version from 1.19.6 to
1.19.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1119](https://togithub.com/camunda/zeebe-process-test/pull/1119)
- build(deps): Bump com.google.googlejavaformat:google-java-format from
1.20.0 to 1.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1118](https://togithub.com/camunda/zeebe-process-test/pull/1118)
- build(deps): Bump io.github.classgraph:classgraph from 4.8.165 to
4.8.167 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1120](https://togithub.com/camunda/zeebe-process-test/pull/1120)
- build(deps): Bump io.github.classgraph:classgraph from 4.8.167 to
4.8.168 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1121](https://togithub.com/camunda/zeebe-process-test/pull/1121)
- build(deps): Bump hashicorp/vault-action from 2.8.0 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1095](https://togithub.com/camunda/zeebe-process-test/pull/1095)
- build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to
2.16.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1122](https://togithub.com/camunda/zeebe-process-test/pull/1122)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.25.0 to 2.26.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1123](https://togithub.com/camunda/zeebe-process-test/pull/1123)
- build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.2 to
2.17.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1124](https://togithub.com/camunda/zeebe-process-test/pull/1124)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.26.0 to 2.26.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1125](https://togithub.com/camunda/zeebe-process-test/pull/1125)
- build(deps): Bump dependency.spring.version from 6.1.4 to 6.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1127](https://togithub.com/camunda/zeebe-process-test/pull/1127)
- build(deps): Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1129](https://togithub.com/camunda/zeebe-process-test/pull/1129)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.36.0 to 2.37.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1130](https://togithub.com/camunda/zeebe-process-test/pull/1130)
- build(deps): Bump org.agrona:agrona from 1.20.0 to 1.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1126](https://togithub.com/camunda/zeebe-process-test/pull/1126)
- build(deps): Bump dependabot/fetch-metadata from 1.6.0 to 1.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1133](https://togithub.com/camunda/zeebe-process-test/pull/1133)
- build(deps): Bump io.netty:netty-bom from 4.1.107.Final to
4.1.108.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1134](https://togithub.com/camunda/zeebe-process-test/pull/1134)
- \[Backport release-8.5.0] fix: db transaction inconsistencies when
deleting keys by
[@&#8203;backport-action](https://togithub.com/backport-action) in
[https://github.com/camunda/zeebe-process-test/pull/1145](https://togithub.com/camunda/zeebe-process-test/pull/1145)

**Full Changelog**:
camunda/zeebe-process-test@8.4.5...8.5.0

###
[`v8.4.6`](https://togithub.com/camunda/zeebe-process-test/releases/tag/8.4.6)

[Compare
Source](https://togithub.com/camunda/zeebe-process-test/compare/8.4.5...8.4.6)

##### What's Changed

- Release 8.4.5 by [@&#8203;camundait](https://togithub.com/camundait)
in
[https://github.com/camunda/zeebe-process-test/pull/1114](https://togithub.com/camunda/zeebe-process-test/pull/1114)
- \[Backport stable/8.4] fix: db transaction inconsistencies when
deleting keys by
[@&#8203;backport-action](https://togithub.com/backport-action) in
[https://github.com/camunda/zeebe-process-test/pull/1144](https://togithub.com/camunda/zeebe-process-test/pull/1144)

**Full Changelog**:
camunda/zeebe-process-test@8.4.5...8.4.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/zeebe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot referenced this pull request in camunda/camunda Apr 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.camunda:zeebe-process-test-filters](https://togithub.com/camunda-community-hub/zeebe-process-test-root/zeebe-process-test-filters/)
([source](https://togithub.com/camunda/zeebe-process-test)) | `8.4.5` ->
`8.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.camunda:zeebe-process-test-filters/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.camunda:zeebe-process-test-filters/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.camunda:zeebe-process-test-filters/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.camunda:zeebe-process-test-filters/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.camunda:zeebe-process-test-assertions](https://togithub.com/camunda-community-hub/zeebe-process-test-root/zeebe-process-test-assertions/)
([source](https://togithub.com/camunda/zeebe-process-test)) | `8.4.5` ->
`8.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.camunda:zeebe-process-test-assertions/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.camunda:zeebe-process-test-assertions/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.camunda:zeebe-process-test-assertions/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.camunda:zeebe-process-test-assertions/8.4.5/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>camunda/zeebe-process-test
(io.camunda:zeebe-process-test-filters)</summary>

###
[`v8.5.0`](https://togithub.com/camunda/zeebe-process-test/releases/tag/8.5.0)

[Compare
Source](https://togithub.com/camunda/zeebe-process-test/compare/8.4.6...8.5.0)

##### What's Changed

- Support using process instance migration from the zeebe client by
[@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1012](https://togithub.com/camunda/zeebe-process-test/pull/1012)
- Add support for StreamActivatedJobs RPC by
[@&#8203;npepinpe](https://togithub.com/npepinpe) in
[https://github.com/camunda/zeebe-process-test/pull/1020](https://togithub.com/camunda/zeebe-process-test/pull/1020)
- build(deps): Bump net.java.dev.jna:jna from 5.13.0 to 5.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1006](https://togithub.com/camunda/zeebe-process-test/pull/1006)
- build(deps): Bump io.netty:netty-bom from 4.1.100.Final to
4.1.104.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1009](https://togithub.com/camunda/zeebe-process-test/pull/1009)
- build(deps): Bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1010](https://togithub.com/camunda/zeebe-process-test/pull/1010)
- build(deps): Bump dependency.slf4j.version from 2.0.9 to 2.0.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1023](https://togithub.com/camunda/zeebe-process-test/pull/1023)
- build(deps): Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1022](https://togithub.com/camunda/zeebe-process-test/pull/1022)
- Release 8.4.0 by [@&#8203;camundait](https://togithub.com/camundait)
in
[https://github.com/camunda/zeebe-process-test/pull/1019](https://togithub.com/camunda/zeebe-process-test/pull/1019)
- build(deps): Bump org.camunda.feel:feel-engine from 1.17.3 to 1.17.4
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1025](https://togithub.com/camunda/zeebe-process-test/pull/1025)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.29.0 to 2.30.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1024](https://togithub.com/camunda/zeebe-process-test/pull/1024)
- build(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from
3.2.2 to 3.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1026](https://togithub.com/camunda/zeebe-process-test/pull/1026)
- build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.0 to
2.16.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1027](https://togithub.com/camunda/zeebe-process-test/pull/1027)
- build(deps): Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1029](https://togithub.com/camunda/zeebe-process-test/pull/1029)
- build(deps): Bump dependency.spring.version from 6.1.1 to 6.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1030](https://togithub.com/camunda/zeebe-process-test/pull/1030)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.23.0 to 2.24.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1031](https://togithub.com/camunda/zeebe-process-test/pull/1031)
- build(deps): Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1033](https://togithub.com/camunda/zeebe-process-test/pull/1033)
- Timer events fail with specific values by
[@&#8203;ana-vinogradova-camunda](https://togithub.com/ana-vinogradova-camunda)
in
[https://github.com/camunda/zeebe-process-test/pull/1028](https://togithub.com/camunda/zeebe-process-test/pull/1028)
- build(deps): Bump io.netty:netty-bom from 4.1.104.Final to
4.1.105.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1035](https://togithub.com/camunda/zeebe-process-test/pull/1035)
- build(deps): Bump com.google.protobuf:protobuf-java from 3.25.1 to
3.25.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1034](https://togithub.com/camunda/zeebe-process-test/pull/1034)
- build(deps): Bump com.google.googlejavaformat:google-java-format from
1.18.1 to 1.19.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1036](https://togithub.com/camunda/zeebe-process-test/pull/1036)
- build(deps): Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to
1.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1037](https://togithub.com/camunda/zeebe-process-test/pull/1037)
- docs: charset issues on windows by
[@&#8203;jonathanlukas](https://togithub.com/jonathanlukas) in
[https://github.com/camunda/zeebe-process-test/pull/1008](https://togithub.com/camunda/zeebe-process-test/pull/1008)
- build(deps): Bump io.netty:netty-bom from 4.1.105.Final to
4.1.106.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1038](https://togithub.com/camunda/zeebe-process-test/pull/1038)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.30.0 to 2.31.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1039](https://togithub.com/camunda/zeebe-process-test/pull/1039)
- Unflake tests with published messages by
[@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1040](https://togithub.com/camunda/zeebe-process-test/pull/1040)
- build(deps): Bump io.grpc:grpc-bom from 1.60.0 to 1.61.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1047](https://togithub.com/camunda/zeebe-process-test/pull/1047)
- build(deps): Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1050](https://togithub.com/camunda/zeebe-process-test/pull/1050)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.31.0 to 2.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1051](https://togithub.com/camunda/zeebe-process-test/pull/1051)
- build(deps): Bump dependency.testcontainers.version from 1.19.3 to
1.19.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1052](https://togithub.com/camunda/zeebe-process-test/pull/1052)
- Unflake test case EngineClientTest.shouldMigrateProcessInstance by
[@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1046](https://togithub.com/camunda/zeebe-process-test/pull/1046)
- build(deps): Bump slackapi/slack-github-action from 1.24.0 to 1.25.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1055](https://togithub.com/camunda/zeebe-process-test/pull/1055)
- fix: Add `fetchVariable` parameter support in ActivateJobs RPC by
[@&#8203;ce-dmelnych](https://togithub.com/ce-dmelnych) in
[https://github.com/camunda/zeebe-process-test/pull/1058](https://togithub.com/camunda/zeebe-process-test/pull/1058)
- Fix InMemoryDb on zeebe 8.5.0-SNAPSHOT with changes to column family
type by [@&#8203;korthout](https://togithub.com/korthout) in
[https://github.com/camunda/zeebe-process-test/pull/1057](https://togithub.com/camunda/zeebe-process-test/pull/1057)
- build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.6.2 to 3.6.3 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/999](https://togithub.com/camunda/zeebe-process-test/pull/999)
- Adding logging for further troubleshooting of a flaky test by
[@&#8203;ana-vinogradova-camunda](https://togithub.com/ana-vinogradova-camunda)
in
[https://github.com/camunda/zeebe-process-test/pull/1056](https://togithub.com/camunda/zeebe-process-test/pull/1056)
- build(deps): Bump hashicorp/vault-action from 2.7.4 to 2.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1063](https://togithub.com/camunda/zeebe-process-test/pull/1063)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.32.0 to 2.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1064](https://togithub.com/camunda/zeebe-process-test/pull/1064)
- build(deps): Bump hashicorp/vault-action from 2.7.5 to 2.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1065](https://togithub.com/camunda/zeebe-process-test/pull/1065)
- build(deps): Bump io.grpc:grpc-bom from 1.61.0 to 1.61.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1068](https://togithub.com/camunda/zeebe-process-test/pull/1068)
- build(deps): Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1069](https://togithub.com/camunda/zeebe-process-test/pull/1069)
- build(deps): Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1067](https://togithub.com/camunda/zeebe-process-test/pull/1067)
- build(deps): Bump dependency.slf4j.version from 2.0.11 to 2.0.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1074](https://togithub.com/camunda/zeebe-process-test/pull/1074)
- fix: Set variables from ThrowError command by
[@&#8203;saig0](https://togithub.com/saig0) in
[https://github.com/camunda/zeebe-process-test/pull/1080](https://togithub.com/camunda/zeebe-process-test/pull/1080)
- build(deps): Bump dependency.testcontainers.version from 1.19.4 to
1.19.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1084](https://togithub.com/camunda/zeebe-process-test/pull/1084)
- build(deps): Bump org.camunda.feel:feel-engine from 1.17.4 to 1.17.5
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1085](https://togithub.com/camunda/zeebe-process-test/pull/1085)
- build(deps): Bump io.netty:netty-bom from 4.1.106.Final to
4.1.107.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1088](https://togithub.com/camunda/zeebe-process-test/pull/1088)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.33.0 to 2.34.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1089](https://togithub.com/camunda/zeebe-process-test/pull/1089)
- build(deps): Bump dependency.spring.version from 6.1.3 to 6.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1092](https://togithub.com/camunda/zeebe-process-test/pull/1092)
- build(deps): Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1097](https://togithub.com/camunda/zeebe-process-test/pull/1097)
- build(deps): Bump com.google.protobuf:protobuf-java from 3.25.2 to
3.25.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1096](https://togithub.com/camunda/zeebe-process-test/pull/1096)
- build(deps): Bump org.immutables:value from 2.10.0 to 2.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1101](https://togithub.com/camunda/zeebe-process-test/pull/1101)
- Test no response when no request metadata by
[@&#8203;ana-vinogradova-camunda](https://togithub.com/ana-vinogradova-camunda)
in
[https://github.com/camunda/zeebe-process-test/pull/1091](https://togithub.com/camunda/zeebe-process-test/pull/1091)
- build(deps): Bump com.google.googlejavaformat:google-java-format from
1.19.2 to 1.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1102](https://togithub.com/camunda/zeebe-process-test/pull/1102)
- build(deps): Bump dependency.testcontainers.version from 1.19.5 to
1.19.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1103](https://togithub.com/camunda/zeebe-process-test/pull/1103)
- build(deps): Bump org.scala-lang:scala-library from 2.13.12 to 2.13.13
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1104](https://togithub.com/camunda/zeebe-process-test/pull/1104)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.24.1 to 2.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1100](https://togithub.com/camunda/zeebe-process-test/pull/1100)
- build(deps): Bump io.grpc:grpc-bom from 1.61.1 to 1.62.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1110](https://togithub.com/camunda/zeebe-process-test/pull/1110)
- build(deps): Bump com.google.cloud.tools:jib-maven-plugin from 3.4.0
to 3.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1111](https://togithub.com/camunda/zeebe-process-test/pull/1111)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.34.0 to 2.36.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1113](https://togithub.com/camunda/zeebe-process-test/pull/1113)
- build(deps): Bump dependency.testcontainers.version from 1.19.6 to
1.19.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1119](https://togithub.com/camunda/zeebe-process-test/pull/1119)
- build(deps): Bump com.google.googlejavaformat:google-java-format from
1.20.0 to 1.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1118](https://togithub.com/camunda/zeebe-process-test/pull/1118)
- build(deps): Bump io.github.classgraph:classgraph from 4.8.165 to
4.8.167 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1120](https://togithub.com/camunda/zeebe-process-test/pull/1120)
- build(deps): Bump io.github.classgraph:classgraph from 4.8.167 to
4.8.168 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1121](https://togithub.com/camunda/zeebe-process-test/pull/1121)
- build(deps): Bump hashicorp/vault-action from 2.8.0 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1095](https://togithub.com/camunda/zeebe-process-test/pull/1095)
- build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to
2.16.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1122](https://togithub.com/camunda/zeebe-process-test/pull/1122)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.25.0 to 2.26.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1123](https://togithub.com/camunda/zeebe-process-test/pull/1123)
- build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.2 to
2.17.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1124](https://togithub.com/camunda/zeebe-process-test/pull/1124)
- build(deps): Bump com.google.errorprone:error_prone_annotations from
2.26.0 to 2.26.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1125](https://togithub.com/camunda/zeebe-process-test/pull/1125)
- build(deps): Bump dependency.spring.version from 6.1.4 to 6.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1127](https://togithub.com/camunda/zeebe-process-test/pull/1127)
- build(deps): Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1129](https://togithub.com/camunda/zeebe-process-test/pull/1129)
- build(deps): Bump com.google.api.grpc:proto-google-common-protos from
2.36.0 to 2.37.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1130](https://togithub.com/camunda/zeebe-process-test/pull/1130)
- build(deps): Bump org.agrona:agrona from 1.20.0 to 1.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1126](https://togithub.com/camunda/zeebe-process-test/pull/1126)
- build(deps): Bump dependabot/fetch-metadata from 1.6.0 to 1.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/camunda/zeebe-process-test/pull/1133](https://togithub.com/camunda/zeebe-process-test/pull/1133)
- build(deps): Bump io.netty:netty-bom from 4.1.107.Final to
4.1.108.Final by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/camunda/zeebe-process-test/pull/1134](https://togithub.com/camunda/zeebe-process-test/pull/1134)
- \[Backport release-8.5.0] fix: db transaction inconsistencies when
deleting keys by
[@&#8203;backport-action](https://togithub.com/backport-action) in
[https://github.com/camunda/zeebe-process-test/pull/1145](https://togithub.com/camunda/zeebe-process-test/pull/1145)

**Full Changelog**:
camunda/zeebe-process-test@8.4.5...8.5.0

###
[`v8.4.6`](https://togithub.com/camunda/zeebe-process-test/releases/tag/8.4.6)

[Compare
Source](https://togithub.com/camunda/zeebe-process-test/compare/8.4.5...8.4.6)

##### What's Changed

- Release 8.4.5 by [@&#8203;camundait](https://togithub.com/camundait)
in
[https://github.com/camunda/zeebe-process-test/pull/1114](https://togithub.com/camunda/zeebe-process-test/pull/1114)
- \[Backport stable/8.4] fix: db transaction inconsistencies when
deleting keys by
[@&#8203;backport-action](https://togithub.com/backport-action) in
[https://github.com/camunda/zeebe-process-test/pull/1144](https://togithub.com/camunda/zeebe-process-test/pull/1144)

**Full Changelog**:
camunda/zeebe-process-test@8.4.5...8.4.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/zeebe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant