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

deps: bump version.zeebe from 8.4.3 to 8.4.4 #655

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2024

Bumps version.zeebe from 8.4.3 to 8.4.4.
Updates io.camunda:zeebe-bom from 8.4.3 to 8.4.4

Release notes

Sourced from io.camunda:zeebe-bom's releases.

8.4.4

Merged Pull Requests

  • [Backport stable/8.4] Reset error phase only after processing current record is completed (#16552)
  • [Backport stable/8.4] test(dmn): fix flaky EvaluateDecisionTest (#16551)
  • deps(maven): Update version.jqwik to v1.8.3 (stable/8.4) (#16542)
  • deps(maven): Update version.immutables to v2.10.1 (stable/8.4) (#16533)
  • deps(maven): Update version.byte-buddy to v1.14.12 (stable/8.4) (#16532)
  • deps(maven): Update spring boot to v3.2.3 (stable/8.4) (#16531)
  • deps(maven): Update dependency org.testcontainers:testcontainers-bom to v1.19.6 (stable/8.4) (#16530)
  • deps(maven): Update dependency org.scala-lang:scala-library to v2.13.13 (stable/8.4) (#16529)
  • deps(maven): Update dependency org.postgresql:postgresql to v42.7.2 (stable/8.4) (#16506)
  • deps(maven): Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2 (stable/8.4) (#16505)
  • deps(maven): Update dependency com.google.protobuf:protobuf-bom to v3.25.3 (stable/8.4) (#16504)
  • [Backport stable/8.4] deps(maven): Update dependency org.apache.commons:commons-compress to v1.26.0 (main) (#16495)
  • [Backport stable/8.4] Fix Go tool version to 1.22 (#16490)
  • [Backport stable/8.4] ci: test-summary should fail if tests failed (#16489)
  • [Backport stable/8.4] test(qa): retry deadline exceeded (#16479)
  • deps(maven): Update dependency com.github.docker-java:docker-java-api to v3.3.5 (stable/8.4) (#16473)
  • deps(docker): Update ubuntu:jammy Docker digest to f9d633f (stable/8.4) (#16472)
  • deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to 4280c36 (stable/8.4) (#16471)
  • [Backport stable/8.4] fix(stream-processor): throw instead of ignoring unknown records (#16446)
  • [Backport stable/8.4] Fix garbage left after metrics exporter cleanup (#16427)
  • [forwardport stable/8.4] Allow decision requirements in column family 49 (#16422)
  • [Backport stable/8.4] feat: skip processing for positions listed in zeebe.broker.processing.skipPositions (#16408)
  • [Backport stable/8.4] build: allow automerge of release PRs (#16404)
  • deps(maven): Update dependency org.springframework:spring-framework-bom to v6.1.4 (stable/8.4) (#16390)
  • [Backport stable/8.4] fix(engine): backed-off jobs are not activatable (#16375)
  • [Backport stable/8.4] build: auto retry bot PRs for auto merge (#16371)
  • deps(maven): Update dependency com.github.jnr:jnr-posix to v3.1.19 (stable/8.4) (#16362)
  • Release 8.4.3 (#16355)
  • deps(maven): Update version.identity to v8.4.3 (stable/8.4) (#16354)
  • [Backport stable/8.4] Forms Linked to User Tasks Are Sometimes Wrong (#16349)
  • [Backport stable/8.4] fix(stream-platform): do not exit out of error loop before rollback is completed (#16348)
  • [Backport stable/8.4] fix(engine): throw instead of ignoring events that can't be applied (#16333)
  • [Backport stable/8.4] Unflake TenantAwareTimerStartEventTest.shouldTriggerTimer (#16327)
Commits
  • a03f0d2 [maven-release-plugin] prepare release 8.4.4
  • 6d5e64a build(project): update go embedded version data
  • 5bd992f deps(identity): update identity to 8.4.4
  • e9f404d Merge pull request #16552 from camunda/backport-16520-to-stable/8.4
  • 7c8039b refactor(stream-platform): remove unnecessary single method call
  • 01cef5b fix(stream-platform): reset error state only after processing current command...
  • 293baaf test(qa): add reproducible test to verify multiple rejections are handled
  • 92e34f5 Merge pull request #16551 from camunda/backport-16549-to-stable/8.4
  • 4b31c5c test(dmn): fix flaky EvaluateDecisionTest
  • 244e2a0 Merge pull request #16542 from camunda/renovate/stable/8.4-version.jqwik
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-protocol-jackson from 8.4.3 to 8.4.4

Release notes

Sourced from io.camunda:zeebe-protocol-jackson's releases.

8.4.4

Merged Pull Requests

  • [Backport stable/8.4] Reset error phase only after processing current record is completed (#16552)
  • [Backport stable/8.4] test(dmn): fix flaky EvaluateDecisionTest (#16551)
  • deps(maven): Update version.jqwik to v1.8.3 (stable/8.4) (#16542)
  • deps(maven): Update version.immutables to v2.10.1 (stable/8.4) (#16533)
  • deps(maven): Update version.byte-buddy to v1.14.12 (stable/8.4) (#16532)
  • deps(maven): Update spring boot to v3.2.3 (stable/8.4) (#16531)
  • deps(maven): Update dependency org.testcontainers:testcontainers-bom to v1.19.6 (stable/8.4) (#16530)
  • deps(maven): Update dependency org.scala-lang:scala-library to v2.13.13 (stable/8.4) (#16529)
  • deps(maven): Update dependency org.postgresql:postgresql to v42.7.2 (stable/8.4) (#16506)
  • deps(maven): Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2 (stable/8.4) (#16505)
  • deps(maven): Update dependency com.google.protobuf:protobuf-bom to v3.25.3 (stable/8.4) (#16504)
  • [Backport stable/8.4] deps(maven): Update dependency org.apache.commons:commons-compress to v1.26.0 (main) (#16495)
  • [Backport stable/8.4] Fix Go tool version to 1.22 (#16490)
  • [Backport stable/8.4] ci: test-summary should fail if tests failed (#16489)
  • [Backport stable/8.4] test(qa): retry deadline exceeded (#16479)
  • deps(maven): Update dependency com.github.docker-java:docker-java-api to v3.3.5 (stable/8.4) (#16473)
  • deps(docker): Update ubuntu:jammy Docker digest to f9d633f (stable/8.4) (#16472)
  • deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to 4280c36 (stable/8.4) (#16471)
  • [Backport stable/8.4] fix(stream-processor): throw instead of ignoring unknown records (#16446)
  • [Backport stable/8.4] Fix garbage left after metrics exporter cleanup (#16427)
  • [forwardport stable/8.4] Allow decision requirements in column family 49 (#16422)
  • [Backport stable/8.4] feat: skip processing for positions listed in zeebe.broker.processing.skipPositions (#16408)
  • [Backport stable/8.4] build: allow automerge of release PRs (#16404)
  • deps(maven): Update dependency org.springframework:spring-framework-bom to v6.1.4 (stable/8.4) (#16390)
  • [Backport stable/8.4] fix(engine): backed-off jobs are not activatable (#16375)
  • [Backport stable/8.4] build: auto retry bot PRs for auto merge (#16371)
  • deps(maven): Update dependency com.github.jnr:jnr-posix to v3.1.19 (stable/8.4) (#16362)
  • Release 8.4.3 (#16355)
  • deps(maven): Update version.identity to v8.4.3 (stable/8.4) (#16354)
  • [Backport stable/8.4] Forms Linked to User Tasks Are Sometimes Wrong (#16349)
  • [Backport stable/8.4] fix(stream-platform): do not exit out of error loop before rollback is completed (#16348)
  • [Backport stable/8.4] fix(engine): throw instead of ignoring events that can't be applied (#16333)
  • [Backport stable/8.4] Unflake TenantAwareTimerStartEventTest.shouldTriggerTimer (#16327)
Commits
  • a03f0d2 [maven-release-plugin] prepare release 8.4.4
  • 6d5e64a build(project): update go embedded version data
  • 5bd992f deps(identity): update identity to 8.4.4
  • e9f404d Merge pull request #16552 from camunda/backport-16520-to-stable/8.4
  • 7c8039b refactor(stream-platform): remove unnecessary single method call
  • 01cef5b fix(stream-platform): reset error state only after processing current command...
  • 293baaf test(qa): add reproducible test to verify multiple rejections are handled
  • 92e34f5 Merge pull request #16551 from camunda/backport-16549-to-stable/8.4
  • 4b31c5c test(dmn): fix flaky EvaluateDecisionTest
  • 244e2a0 Merge pull request #16542 from camunda/renovate/stable/8.4-version.jqwik
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-protocol-test-util from 8.4.3 to 8.4.4

Release notes

Sourced from io.camunda:zeebe-protocol-test-util's releases.

8.4.4

Merged Pull Requests

  • [Backport stable/8.4] Reset error phase only after processing current record is completed (#16552)
  • [Backport stable/8.4] test(dmn): fix flaky EvaluateDecisionTest (#16551)
  • deps(maven): Update version.jqwik to v1.8.3 (stable/8.4) (#16542)
  • deps(maven): Update version.immutables to v2.10.1 (stable/8.4) (#16533)
  • deps(maven): Update version.byte-buddy to v1.14.12 (stable/8.4) (#16532)
  • deps(maven): Update spring boot to v3.2.3 (stable/8.4) (#16531)
  • deps(maven): Update dependency org.testcontainers:testcontainers-bom to v1.19.6 (stable/8.4) (#16530)
  • deps(maven): Update dependency org.scala-lang:scala-library to v2.13.13 (stable/8.4) (#16529)
  • deps(maven): Update dependency org.postgresql:postgresql to v42.7.2 (stable/8.4) (#16506)
  • deps(maven): Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2 (stable/8.4) (#16505)
  • deps(maven): Update dependency com.google.protobuf:protobuf-bom to v3.25.3 (stable/8.4) (#16504)
  • [Backport stable/8.4] deps(maven): Update dependency org.apache.commons:commons-compress to v1.26.0 (main) (#16495)
  • [Backport stable/8.4] Fix Go tool version to 1.22 (#16490)
  • [Backport stable/8.4] ci: test-summary should fail if tests failed (#16489)
  • [Backport stable/8.4] test(qa): retry deadline exceeded (#16479)
  • deps(maven): Update dependency com.github.docker-java:docker-java-api to v3.3.5 (stable/8.4) (#16473)
  • deps(docker): Update ubuntu:jammy Docker digest to f9d633f (stable/8.4) (#16472)
  • deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to 4280c36 (stable/8.4) (#16471)
  • [Backport stable/8.4] fix(stream-processor): throw instead of ignoring unknown records (#16446)
  • [Backport stable/8.4] Fix garbage left after metrics exporter cleanup (#16427)
  • [forwardport stable/8.4] Allow decision requirements in column family 49 (#16422)
  • [Backport stable/8.4] feat: skip processing for positions listed in zeebe.broker.processing.skipPositions (#16408)
  • [Backport stable/8.4] build: allow automerge of release PRs (#16404)
  • deps(maven): Update dependency org.springframework:spring-framework-bom to v6.1.4 (stable/8.4) (#16390)
  • [Backport stable/8.4] fix(engine): backed-off jobs are not activatable (#16375)
  • [Backport stable/8.4] build: auto retry bot PRs for auto merge (#16371)
  • deps(maven): Update dependency com.github.jnr:jnr-posix to v3.1.19 (stable/8.4) (#16362)
  • Release 8.4.3 (#16355)
  • deps(maven): Update version.identity to v8.4.3 (stable/8.4) (#16354)
  • [Backport stable/8.4] Forms Linked to User Tasks Are Sometimes Wrong (#16349)
  • [Backport stable/8.4] fix(stream-platform): do not exit out of error loop before rollback is completed (#16348)
  • [Backport stable/8.4] fix(engine): throw instead of ignoring events that can't be applied (#16333)
  • [Backport stable/8.4] Unflake TenantAwareTimerStartEventTest.shouldTriggerTimer (#16327)
Commits
  • a03f0d2 [maven-release-plugin] prepare release 8.4.4
  • 6d5e64a build(project): update go embedded version data
  • 5bd992f deps(identity): update identity to 8.4.4
  • e9f404d Merge pull request #16552 from camunda/backport-16520-to-stable/8.4
  • 7c8039b refactor(stream-platform): remove unnecessary single method call
  • 01cef5b fix(stream-platform): reset error state only after processing current command...
  • 293baaf test(qa): add reproducible test to verify multiple rejections are handled
  • 92e34f5 Merge pull request #16551 from camunda/backport-16549-to-stable/8.4
  • 4b31c5c test(dmn): fix flaky EvaluateDecisionTest
  • 244e2a0 Merge pull request #16542 from camunda/renovate/stable/8.4-version.jqwik
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-exporter-test from 8.4.3 to 8.4.4

Release notes

Sourced from io.camunda:zeebe-exporter-test's releases.

8.4.4

Merged Pull Requests

  • [Backport stable/8.4] Reset error phase only after processing current record is completed (#16552)
  • [Backport stable/8.4] test(dmn): fix flaky EvaluateDecisionTest (#16551)
  • deps(maven): Update version.jqwik to v1.8.3 (stable/8.4) (#16542)
  • deps(maven): Update version.immutables to v2.10.1 (stable/8.4) (#16533)
  • deps(maven): Update version.byte-buddy to v1.14.12 (stable/8.4) (#16532)
  • deps(maven): Update spring boot to v3.2.3 (stable/8.4) (#16531)
  • deps(maven): Update dependency org.testcontainers:testcontainers-bom to v1.19.6 (stable/8.4) (#16530)
  • deps(maven): Update dependency org.scala-lang:scala-library to v2.13.13 (stable/8.4) (#16529)
  • deps(maven): Update dependency org.postgresql:postgresql to v42.7.2 (stable/8.4) (#16506)
  • deps(maven): Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2 (stable/8.4) (#16505)
  • deps(maven): Update dependency com.google.protobuf:protobuf-bom to v3.25.3 (stable/8.4) (#16504)
  • [Backport stable/8.4] deps(maven): Update dependency org.apache.commons:commons-compress to v1.26.0 (main) (#16495)
  • [Backport stable/8.4] Fix Go tool version to 1.22 (#16490)
  • [Backport stable/8.4] ci: test-summary should fail if tests failed (#16489)
  • [Backport stable/8.4] test(qa): retry deadline exceeded (#16479)
  • deps(maven): Update dependency com.github.docker-java:docker-java-api to v3.3.5 (stable/8.4) (#16473)
  • deps(docker): Update ubuntu:jammy Docker digest to f9d633f (stable/8.4) (#16472)
  • deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to 4280c36 (stable/8.4) (#16471)
  • [Backport stable/8.4] fix(stream-processor): throw instead of ignoring unknown records (#16446)
  • [Backport stable/8.4] Fix garbage left after metrics exporter cleanup (#16427)
  • [forwardport stable/8.4] Allow decision requirements in column family 49 (#16422)
  • [Backport stable/8.4] feat: skip processing for positions listed in zeebe.broker.processing.skipPositions (#16408)
  • [Backport stable/8.4] build: allow automerge of release PRs (#16404)
  • deps(maven): Update dependency org.springframework:spring-framework-bom to v6.1.4 (stable/8.4) (#16390)
  • [Backport stable/8.4] fix(engine): backed-off jobs are not activatable (#16375)
  • [Backport stable/8.4] build: auto retry bot PRs for auto merge (#16371)
  • deps(maven): Update dependency com.github.jnr:jnr-posix to v3.1.19 (stable/8.4) (#16362)
  • Release 8.4.3 (#16355)
  • deps(maven): Update version.identity to v8.4.3 (stable/8.4) (#16354)
  • [Backport stable/8.4] Forms Linked to User Tasks Are Sometimes Wrong (#16349)
  • [Backport stable/8.4] fix(stream-platform): do not exit out of error loop before rollback is completed (#16348)
  • [Backport stable/8.4] fix(engine): throw instead of ignoring events that can't be applied (#16333)
  • [Backport stable/8.4] Unflake TenantAwareTimerStartEventTest.shouldTriggerTimer (#16327)
Commits
  • a03f0d2 [maven-release-plugin] prepare release 8.4.4
  • 6d5e64a build(project): update go embedded version data
  • 5bd992f deps(identity): update identity to 8.4.4
  • e9f404d Merge pull request #16552 from camunda/backport-16520-to-stable/8.4
  • 7c8039b refactor(stream-platform): remove unnecessary single method call
  • 01cef5b fix(stream-platform): reset error state only after processing current command...
  • 293baaf test(qa): add reproducible test to verify multiple rejections are handled
  • 92e34f5 Merge pull request #16551 from camunda/backport-16549-to-stable/8.4
  • 4b31c5c test(dmn): fix flaky EvaluateDecisionTest
  • 244e2a0 Merge pull request #16542 from camunda/renovate/stable/8.4-version.jqwik
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-process-test-api from 8.4.3 to 8.4.4

Commits

Updates io.camunda:zeebe-process-test-assertions from 8.4.3 to 8.4.4

Commits

Updates io.camunda:zeebe-process-test-filters from 8.4.3 to 8.4.4

Commits

Updates io.camunda:zeebe-build-tools from 8.4.3 to 8.4.4

Release notes

Sourced from io.camunda:zeebe-build-tools's releases.

8.4.4

Merged Pull Requests

  • [Backport stable/8.4] Reset error phase only after processing current record is completed (#16552)
  • [Backport stable/8.4] test(dmn): fix flaky EvaluateDecisionTest (#16551)
  • deps(maven): Update version.jqwik to v1.8.3 (stable/8.4) (#16542)
  • deps(maven): Update version.immutables to v2.10.1 (stable/8.4) (#16533)
  • deps(maven): Update version.byte-buddy to v1.14.12 (stable/8.4) (#16532)
  • deps(maven): Update spring boot to v3.2.3 (stable/8.4) (#16531)
  • deps(maven): Update dependency org.testcontainers:testcontainers-bom to v1.19.6 (stable/8.4) (#16530)
  • deps(maven): Update dependency org.scala-lang:scala-library to v2.13.13 (stable/8.4) (#16529)
  • deps(maven): Update dependency org.postgresql:postgresql to v42.7.2 (stable/8.4) (#16506)
  • deps(maven): Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2 (stable/8.4) (#16505)
  • deps(maven): Update dependency com.google.protobuf:protobuf-bom to v3.25.3 (stable/8.4) (#16504)
  • [Backport stable/8.4] deps(maven): Update dependency org.apache.commons:commons-compress to v1.26.0 (main) (#16495)
  • [Backport stable/8.4] Fix Go tool version to 1.22 (#16490)
  • [Backport stable/8.4] ci: test-summary should fail if tests failed (#16489)
  • [Backport stable/8.4] test(qa): retry deadline exceeded (#16479)
  • deps(maven): Update dependency com.github.docker-java:docker-java-api to v3.3.5 (stable/8.4) (#16473)
  • deps(docker): Update ubuntu:jammy Docker digest to f9d633f (stable/8.4) (#16472)
  • deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to 4280c36 (stable/8.4) (#16471)
  • [Backport stable/8.4] fix(stream-processor): throw instead of ignoring unknown records (#16446)
  • [Backport stable/8.4] Fix garbage left after metrics exporter cleanup (#16427)
  • [forwardport stable/8.4] Allow decision requirements in column family 49 (#16422)
  • [Backport stable/8.4] feat: skip processing for positions listed in zeebe.broker.processing.skipPositions (#16408)
  • [Backport stable/8.4] build: allow automerge of release PRs (#16404)
  • deps(maven): Update dependency org.springframework:spring-framework-bom to v6.1.4 (stable/8.4) (#16390)
  • [Backport stable/8.4] fix(engine): backed-off jobs are not activatable (#16375)
  • [Backport stable/8.4] build: auto retry bot PRs for auto merge (#16371)
  • deps(maven): Update dependency com.github.jnr:jnr-posix to v3.1.19 (stable/8.4) (#16362)
  • Release 8.4.3 (#16355)
  • deps(maven): Update version.identity to v8.4.3 (stable/8.4) (#16354)
  • [Backport stable/8.4] Forms Linked to User Tasks Are Sometimes Wrong (#16349)
  • [Backport stable/8.4] fix(stream-platform): do not exit out of error loop before rollback is completed (#16348)
  • [Backport stable/8.4] fix(engine): throw instead of ignoring events that can't be applied (#16333)
  • [Backport stable/8.4] Unflake TenantAwareTimerStartEventTest.shouldTriggerTimer (#16327)
Commits
  • a03f0d2 [maven-release-plugin] prepare release 8.4.4
  • 6d5e64a build(project): update go embedded version data
  • 5bd992f deps(identity): update identity to 8.4.4
  • e9f404d Merge pull request #16552 from camunda/backport-16520-to-stable/8.4
  • 7c8039b refactor(stream-platform): remove unnecessary single method call
  • 01cef5b fix(stream-platform): reset error state only after processing current command...
  • 293baaf test(qa): add reproducible test to verify multiple rejections are handled
  • 92e34f5 Merge pull request #16551 from camunda/backport-16549-to-stable/8.4
  • 4b31c5c test(dmn): fix flaky EvaluateDecisionTest
  • 244e2a0 Merge pull request #16542 from camunda/renovate/stable/8.4-version.jqwik
  • Additional commits viewable in compare view

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 `version.zeebe` from 8.4.3 to 8.4.4.

Updates `io.camunda:zeebe-bom` from 8.4.3 to 8.4.4
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.4.3...8.4.4)

Updates `io.camunda:zeebe-protocol-jackson` from 8.4.3 to 8.4.4
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.4.3...8.4.4)

Updates `io.camunda:zeebe-protocol-test-util` from 8.4.3 to 8.4.4
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.4.3...8.4.4)

Updates `io.camunda:zeebe-exporter-test` from 8.4.3 to 8.4.4
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.4.3...8.4.4)

Updates `io.camunda:zeebe-process-test-api` from 8.4.3 to 8.4.4
- [Commits](https://github.com/camunda-community-hub/zeebe-process-test-root/commits)

Updates `io.camunda:zeebe-process-test-assertions` from 8.4.3 to 8.4.4
- [Commits](https://github.com/camunda-community-hub/zeebe-process-test-root/commits)

Updates `io.camunda:zeebe-process-test-filters` from 8.4.3 to 8.4.4
- [Commits](https://github.com/camunda-community-hub/zeebe-process-test-root/commits)

Updates `io.camunda:zeebe-build-tools` from 8.4.3 to 8.4.4
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.4.3...8.4.4)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-protocol-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-protocol-test-util
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-exporter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-process-test-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-process-test-assertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-process-test-filters
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2024
@npepinpe npepinpe enabled auto-merge February 27, 2024 16:18
@npepinpe npepinpe added this pull request to the merge queue Feb 27, 2024
Merged via the queue into main with commit f108854 Feb 27, 2024
11 of 12 checks passed
@npepinpe npepinpe deleted the dependabot/maven/main/version.zeebe-8.4.4 branch February 27, 2024 16:25
github-merge-queue bot referenced this pull request in camunda/camunda Jul 4, 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.zeebe:zeebe-test-container-engine](https://github.com/zeebe-io/zeebe-test-container/zeebe-test-container-engine)
([source](https://github.com/camunda-community-hub/zeebe-test-container))
| `3.6.3` -> `3.6.5` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container-engine/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.zeebe:zeebe-test-container-engine/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.zeebe:zeebe-test-container-engine/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.zeebe:zeebe-test-container-engine/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.zeebe:zeebe-test-container](https://github.com/zeebe-io/zeebe-test-container/zeebe-test-container)
([source](https://github.com/camunda-community-hub/zeebe-test-container))
| `3.6.3` -> `3.6.5` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.zeebe:zeebe-test-container/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.zeebe:zeebe-test-container/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.zeebe:zeebe-test-container/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>camunda-community-hub/zeebe-test-container
(io.zeebe:zeebe-test-container-engine)</summary>

###
[`v3.6.5`](https://github.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.5)

[Compare
Source](https://github.com/camunda-community-hub/zeebe-test-container/compare/3.6.4...3.6.5)

##### What's Changed

- deps: bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to
3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/714](https://github.com/camunda-community-hub/zeebe-test-container/pull/714)
- deps: bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to
3.4.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/713](https://github.com/camunda-community-hub/zeebe-test-container/pull/713)
- deps: bump io.github.openfeign:feign-bom from 13.2.1 to 13.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/715](https://github.com/camunda-community-hub/zeebe-test-container/pull/715)

**Full Changelog**:
camunda-community-hub/zeebe-test-container@v3...3.6.5

###
[`v3.6.4`](https://github.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.4)

[Compare
Source](https://github.com/camunda-community-hub/zeebe-test-container/compare/3.6.3...3.6.4)

#### What's Changed

- fix: automatically cleanup `ZeebeVolume`s by
[@&#8203;lenaschoenburg](https://github.com/lenaschoenburg) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/660](https://github.com/camunda-community-hub/zeebe-test-container/pull/660)
- Fix compatibility with Apache httpcore5 5.2.5 by adding a virtual host
for Testcontainers' proxy by
[@&#8203;npepinpe](https://github.com/npepinpe) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/722](https://github.com/camunda-community-hub/zeebe-test-container/pull/722)
- test: fix flakiness around shared network by
[@&#8203;npepinpe](https://github.com/npepinpe) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/678](https://github.com/camunda-community-hub/zeebe-test-container/pull/678)
- build(deps): bump org.apache.commons:commons-compress from 1.25.0 to
1.26.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/652](https://github.com/camunda-community-hub/zeebe-test-container/pull/652)

##### Dependency updates

- deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to
2.42.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/625](https://github.com/camunda-community-hub/zeebe-test-container/pull/625)
- deps: bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/626](https://github.com/camunda-community-hub/zeebe-test-container/pull/626)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.104.Final to 4.1.105.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/627](https://github.com/camunda-community-hub/zeebe-test-container/pull/627)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.105.Final to 4.1.106.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/629](https://github.com/camunda-community-hub/zeebe-test-container/pull/629)
- deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.42.0 to
2.43.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/630](https://github.com/camunda-community-hub/zeebe-test-container/pull/630)
- deps: bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/632](https://github.com/camunda-community-hub/zeebe-test-container/pull/632)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.4
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/635](https://github.com/camunda-community-hub/zeebe-test-container/pull/635)
- deps: bump io.github.openfeign:feign-bom from 13.1 to 13.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/636](https://github.com/camunda-community-hub/zeebe-test-container/pull/636)
- deps: bump version.zeebe from 8.4.0 to 8.4.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/637](https://github.com/camunda-community-hub/zeebe-test-container/pull/637)
- deps: bump zeebe-io/backport-action from 2.3.0 to 2.4.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/633](https://github.com/camunda-community-hub/zeebe-test-container/pull/633)
- deps: bump version.junit-jupiter from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/639](https://github.com/camunda-community-hub/zeebe-test-container/pull/639)
- deps: bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/640](https://github.com/camunda-community-hub/zeebe-test-container/pull/640)
- deps: bump io.github.openfeign:feign-bom from 13.2 to 13.2.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/641](https://github.com/camunda-community-hub/zeebe-test-container/pull/641)
- deps: bump version.zeebe from 8.4.1 to 8.4.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/642](https://github.com/camunda-community-hub/zeebe-test-container/pull/642)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.4 to 1.19.5
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/643](https://github.com/camunda-community-hub/zeebe-test-container/pull/643)
- deps: bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/644](https://github.com/camunda-community-hub/zeebe-test-container/pull/644)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.106.Final to 4.1.107.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/645](https://github.com/camunda-community-hub/zeebe-test-container/pull/645)
- deps: bump version.zeebe from 8.4.2 to 8.4.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/646](https://github.com/camunda-community-hub/zeebe-test-container/pull/646)
- deps: bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/647](https://github.com/camunda-community-hub/zeebe-test-container/pull/647)
- deps: bump com.google.errorprone:error_prone_annotations from 2.24.1
to 2.25.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/648](https://github.com/camunda-community-hub/zeebe-test-container/pull/648)
- deps: bump com.github.docker-java:docker-java-api from 3.3.4 to 3.3.5
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/650](https://github.com/camunda-community-hub/zeebe-test-container/pull/650)
- deps: bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/651](https://github.com/camunda-community-hub/zeebe-test-container/pull/651)
- deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to
3.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/653](https://github.com/camunda-community-hub/zeebe-test-container/pull/653)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.5 to 1.19.6
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/654](https://github.com/camunda-community-hub/zeebe-test-container/pull/654)
- deps: bump version.zeebe from 8.4.3 to 8.4.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/655](https://github.com/camunda-community-hub/zeebe-test-container/pull/655)
- deps: bump com.github.docker-java:docker-java-api from 3.3.5 to 3.3.6
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/657](https://github.com/camunda-community-hub/zeebe-test-container/pull/657)
- deps: bump version.zeebe from 8.4.4 to 8.4.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/658](https://github.com/camunda-community-hub/zeebe-test-container/pull/658)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.7
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/659](https://github.com/camunda-community-hub/zeebe-test-container/pull/659)
- deps: bump actions/dependency-review-action from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/628](https://github.com/camunda-community-hub/zeebe-test-container/pull/628)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to
3.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/662](https://github.com/camunda-community-hub/zeebe-test-container/pull/662)
- deps: bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.16.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/661](https://github.com/camunda-community-hub/zeebe-test-container/pull/661)
- deps: bump com.google.errorprone:error_prone_annotations from 2.25.0
to 2.26.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/665](https://github.com/camunda-community-hub/zeebe-test-container/pull/665)
- deps: bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/667](https://github.com/camunda-community-hub/zeebe-test-container/pull/667)
- deps: bump zeebe-io/backport-action from 2.4.1 to 2.5.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/676](https://github.com/camunda-community-hub/zeebe-test-container/pull/676)
- deps: bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/672](https://github.com/camunda-community-hub/zeebe-test-container/pull/672)
- deps: bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/674](https://github.com/camunda-community-hub/zeebe-test-container/pull/674)
- deps: bump com.fasterxml.jackson:jackson-bom from 2.16.2 to 2.17.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/664](https://github.com/camunda-community-hub/zeebe-test-container/pull/664)
- deps: bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1
to 3.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/669](https://github.com/camunda-community-hub/zeebe-test-container/pull/669)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to
3.2.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/673](https://github.com/camunda-community-hub/zeebe-test-container/pull/673)
- deps: bump org.agrona:agrona from 1.20.0 to 1.21.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/675](https://github.com/camunda-community-hub/zeebe-test-container/pull/675)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.107.Final to 4.1.108.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/670](https://github.com/camunda-community-hub/zeebe-test-container/pull/670)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to
3.2.3 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/679](https://github.com/camunda-community-hub/zeebe-test-container/pull/679)
- deps: bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to
3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/680](https://github.com/camunda-community-hub/zeebe-test-container/pull/680)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to
3.2.4 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/682](https://github.com/camunda-community-hub/zeebe-test-container/pull/682)
- deps: bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/684](https://github.com/camunda-community-hub/zeebe-test-container/pull/684)
- deps: bump com.google.errorprone:error_prone_annotations from 2.26.1
to 2.27.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/688](https://github.com/camunda-community-hub/zeebe-test-container/pull/688)
- deps: bump com.google.errorprone:error_prone_annotations from 2.27.0
to 2.27.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/689](https://github.com/camunda-community-hub/zeebe-test-container/pull/689)
- deps: bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/690](https://github.com/camunda-community-hub/zeebe-test-container/pull/690)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.108.Final to 4.1.110.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/694](https://github.com/camunda-community-hub/zeebe-test-container/pull/694)
- deps: bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.16 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/695](https://github.com/camunda-community-hub/zeebe-test-container/pull/695)
- deps: bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/696](https://github.com/camunda-community-hub/zeebe-test-container/pull/696)
- deps: bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/698](https://github.com/camunda-community-hub/zeebe-test-container/pull/698)
- deps: bump zeebe-io/backport-action from 2.5.0 to 3.0.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/699](https://github.com/camunda-community-hub/zeebe-test-container/pull/699)
- deps: bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to
3.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/683](https://github.com/camunda-community-hub/zeebe-test-container/pull/683)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/693](https://github.com/camunda-community-hub/zeebe-test-container/pull/693)
- deps: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/686](https://github.com/camunda-community-hub/zeebe-test-container/pull/686)
- deps: bump commons-codec:commons-codec from 1.16.1 to 1.17.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/687](https://github.com/camunda-community-hub/zeebe-test-container/pull/687)
- deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to
3.5.3 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/685](https://github.com/camunda-community-hub/zeebe-test-container/pull/685)
- deps: bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/700](https://github.com/camunda-community-hub/zeebe-test-container/pull/700)
- deps: bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1
to 3.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/701](https://github.com/camunda-community-hub/zeebe-test-container/pull/701)
- deps: bump com.google.errorprone:error_prone_annotations from 2.27.1
to 2.28.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/702](https://github.com/camunda-community-hub/zeebe-test-container/pull/702)
- deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to
3.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/703](https://github.com/camunda-community-hub/zeebe-test-container/pull/703)
- deps: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to
3.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/704](https://github.com/camunda-community-hub/zeebe-test-container/pull/704)
- deps: bump org.agrona:agrona from 1.21.1 to 1.21.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/705](https://github.com/camunda-community-hub/zeebe-test-container/pull/705)
- deps: bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1
to 3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/706](https://github.com/camunda-community-hub/zeebe-test-container/pull/706)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.110.Final to 4.1.111.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/708](https://github.com/camunda-community-hub/zeebe-test-container/pull/708)
- deps: bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1
to 3.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/709](https://github.com/camunda-community-hub/zeebe-test-container/pull/709)
- deps: bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5
to 3.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/711](https://github.com/camunda-community-hub/zeebe-test-container/pull/711)
- deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5
to 3.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/712](https://github.com/camunda-community-hub/zeebe-test-container/pull/712)
- deps: bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0
to 3.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/716](https://github.com/camunda-community-hub/zeebe-test-container/pull/716)
- deps: bump version.junit-jupiter from 5.10.2 to 5.10.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/718](https://github.com/camunda-community-hub/zeebe-test-container/pull/718)

#### New Contributors

- [@&#8203;lenaschoenburg](https://github.com/lenaschoenburg) made
their first contribution in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/660](https://github.com/camunda-community-hub/zeebe-test-container/pull/660)

**Full Changelog**:
camunda-community-hub/zeebe-test-container@3.6.3...3.6.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoic3RhYmxlLzguMyIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot referenced this pull request in camunda/camunda Jul 4, 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.zeebe:zeebe-test-container-engine](https://github.com/zeebe-io/zeebe-test-container/zeebe-test-container-engine)
([source](https://github.com/camunda-community-hub/zeebe-test-container))
| `3.6.3` -> `3.6.5` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container-engine/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.zeebe:zeebe-test-container-engine/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.zeebe:zeebe-test-container-engine/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.zeebe:zeebe-test-container-engine/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.zeebe:zeebe-test-container](https://github.com/zeebe-io/zeebe-test-container/zeebe-test-container)
([source](https://github.com/camunda-community-hub/zeebe-test-container))
| `3.6.3` -> `3.6.5` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.zeebe:zeebe-test-container/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.zeebe:zeebe-test-container/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.zeebe:zeebe-test-container/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>camunda-community-hub/zeebe-test-container
(io.zeebe:zeebe-test-container-engine)</summary>

###
[`v3.6.5`](https://github.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.5)

[Compare
Source](https://github.com/camunda-community-hub/zeebe-test-container/compare/3.6.4...3.6.5)

##### What's Changed

- deps: bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to
3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/714](https://github.com/camunda-community-hub/zeebe-test-container/pull/714)
- deps: bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to
3.4.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/713](https://github.com/camunda-community-hub/zeebe-test-container/pull/713)
- deps: bump io.github.openfeign:feign-bom from 13.2.1 to 13.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/715](https://github.com/camunda-community-hub/zeebe-test-container/pull/715)

**Full Changelog**:
camunda-community-hub/zeebe-test-container@v3...3.6.5

###
[`v3.6.4`](https://github.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.4)

[Compare
Source](https://github.com/camunda-community-hub/zeebe-test-container/compare/3.6.3...3.6.4)

#### What's Changed

- fix: automatically cleanup `ZeebeVolume`s by
[@&#8203;lenaschoenburg](https://github.com/lenaschoenburg) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/660](https://github.com/camunda-community-hub/zeebe-test-container/pull/660)
- Fix compatibility with Apache httpcore5 5.2.5 by adding a virtual host
for Testcontainers' proxy by
[@&#8203;npepinpe](https://github.com/npepinpe) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/722](https://github.com/camunda-community-hub/zeebe-test-container/pull/722)
- test: fix flakiness around shared network by
[@&#8203;npepinpe](https://github.com/npepinpe) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/678](https://github.com/camunda-community-hub/zeebe-test-container/pull/678)
- build(deps): bump org.apache.commons:commons-compress from 1.25.0 to
1.26.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/652](https://github.com/camunda-community-hub/zeebe-test-container/pull/652)

##### Dependency updates

- deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to
2.42.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/625](https://github.com/camunda-community-hub/zeebe-test-container/pull/625)
- deps: bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/626](https://github.com/camunda-community-hub/zeebe-test-container/pull/626)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.104.Final to 4.1.105.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/627](https://github.com/camunda-community-hub/zeebe-test-container/pull/627)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.105.Final to 4.1.106.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/629](https://github.com/camunda-community-hub/zeebe-test-container/pull/629)
- deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.42.0 to
2.43.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/630](https://github.com/camunda-community-hub/zeebe-test-container/pull/630)
- deps: bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/632](https://github.com/camunda-community-hub/zeebe-test-container/pull/632)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.4
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/635](https://github.com/camunda-community-hub/zeebe-test-container/pull/635)
- deps: bump io.github.openfeign:feign-bom from 13.1 to 13.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/636](https://github.com/camunda-community-hub/zeebe-test-container/pull/636)
- deps: bump version.zeebe from 8.4.0 to 8.4.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/637](https://github.com/camunda-community-hub/zeebe-test-container/pull/637)
- deps: bump zeebe-io/backport-action from 2.3.0 to 2.4.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/633](https://github.com/camunda-community-hub/zeebe-test-container/pull/633)
- deps: bump version.junit-jupiter from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/639](https://github.com/camunda-community-hub/zeebe-test-container/pull/639)
- deps: bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/640](https://github.com/camunda-community-hub/zeebe-test-container/pull/640)
- deps: bump io.github.openfeign:feign-bom from 13.2 to 13.2.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/641](https://github.com/camunda-community-hub/zeebe-test-container/pull/641)
- deps: bump version.zeebe from 8.4.1 to 8.4.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/642](https://github.com/camunda-community-hub/zeebe-test-container/pull/642)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.4 to 1.19.5
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/643](https://github.com/camunda-community-hub/zeebe-test-container/pull/643)
- deps: bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/644](https://github.com/camunda-community-hub/zeebe-test-container/pull/644)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.106.Final to 4.1.107.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/645](https://github.com/camunda-community-hub/zeebe-test-container/pull/645)
- deps: bump version.zeebe from 8.4.2 to 8.4.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/646](https://github.com/camunda-community-hub/zeebe-test-container/pull/646)
- deps: bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/647](https://github.com/camunda-community-hub/zeebe-test-container/pull/647)
- deps: bump com.google.errorprone:error_prone_annotations from 2.24.1
to 2.25.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/648](https://github.com/camunda-community-hub/zeebe-test-container/pull/648)
- deps: bump com.github.docker-java:docker-java-api from 3.3.4 to 3.3.5
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/650](https://github.com/camunda-community-hub/zeebe-test-container/pull/650)
- deps: bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/651](https://github.com/camunda-community-hub/zeebe-test-container/pull/651)
- deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to
3.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/653](https://github.com/camunda-community-hub/zeebe-test-container/pull/653)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.5 to 1.19.6
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/654](https://github.com/camunda-community-hub/zeebe-test-container/pull/654)
- deps: bump version.zeebe from 8.4.3 to 8.4.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/655](https://github.com/camunda-community-hub/zeebe-test-container/pull/655)
- deps: bump com.github.docker-java:docker-java-api from 3.3.5 to 3.3.6
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/657](https://github.com/camunda-community-hub/zeebe-test-container/pull/657)
- deps: bump version.zeebe from 8.4.4 to 8.4.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/658](https://github.com/camunda-community-hub/zeebe-test-container/pull/658)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.7
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/659](https://github.com/camunda-community-hub/zeebe-test-container/pull/659)
- deps: bump actions/dependency-review-action from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/628](https://github.com/camunda-community-hub/zeebe-test-container/pull/628)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to
3.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/662](https://github.com/camunda-community-hub/zeebe-test-container/pull/662)
- deps: bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.16.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/661](https://github.com/camunda-community-hub/zeebe-test-container/pull/661)
- deps: bump com.google.errorprone:error_prone_annotations from 2.25.0
to 2.26.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/665](https://github.com/camunda-community-hub/zeebe-test-container/pull/665)
- deps: bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/667](https://github.com/camunda-community-hub/zeebe-test-container/pull/667)
- deps: bump zeebe-io/backport-action from 2.4.1 to 2.5.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/676](https://github.com/camunda-community-hub/zeebe-test-container/pull/676)
- deps: bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/672](https://github.com/camunda-community-hub/zeebe-test-container/pull/672)
- deps: bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/674](https://github.com/camunda-community-hub/zeebe-test-container/pull/674)
- deps: bump com.fasterxml.jackson:jackson-bom from 2.16.2 to 2.17.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/664](https://github.com/camunda-community-hub/zeebe-test-container/pull/664)
- deps: bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1
to 3.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/669](https://github.com/camunda-community-hub/zeebe-test-container/pull/669)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to
3.2.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/673](https://github.com/camunda-community-hub/zeebe-test-container/pull/673)
- deps: bump org.agrona:agrona from 1.20.0 to 1.21.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/675](https://github.com/camunda-community-hub/zeebe-test-container/pull/675)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.107.Final to 4.1.108.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/670](https://github.com/camunda-community-hub/zeebe-test-container/pull/670)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to
3.2.3 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/679](https://github.com/camunda-community-hub/zeebe-test-container/pull/679)
- deps: bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to
3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/680](https://github.com/camunda-community-hub/zeebe-test-container/pull/680)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to
3.2.4 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/682](https://github.com/camunda-community-hub/zeebe-test-container/pull/682)
- deps: bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/684](https://github.com/camunda-community-hub/zeebe-test-container/pull/684)
- deps: bump com.google.errorprone:error_prone_annotations from 2.26.1
to 2.27.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/688](https://github.com/camunda-community-hub/zeebe-test-container/pull/688)
- deps: bump com.google.errorprone:error_prone_annotations from 2.27.0
to 2.27.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/689](https://github.com/camunda-community-hub/zeebe-test-container/pull/689)
- deps: bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/690](https://github.com/camunda-community-hub/zeebe-test-container/pull/690)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.108.Final to 4.1.110.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/694](https://github.com/camunda-community-hub/zeebe-test-container/pull/694)
- deps: bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.16 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/695](https://github.com/camunda-community-hub/zeebe-test-container/pull/695)
- deps: bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/696](https://github.com/camunda-community-hub/zeebe-test-container/pull/696)
- deps: bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/698](https://github.com/camunda-community-hub/zeebe-test-container/pull/698)
- deps: bump zeebe-io/backport-action from 2.5.0 to 3.0.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/699](https://github.com/camunda-community-hub/zeebe-test-container/pull/699)
- deps: bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to
3.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/683](https://github.com/camunda-community-hub/zeebe-test-container/pull/683)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/693](https://github.com/camunda-community-hub/zeebe-test-container/pull/693)
- deps: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/686](https://github.com/camunda-community-hub/zeebe-test-container/pull/686)
- deps: bump commons-codec:commons-codec from 1.16.1 to 1.17.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/687](https://github.com/camunda-community-hub/zeebe-test-container/pull/687)
- deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to
3.5.3 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/685](https://github.com/camunda-community-hub/zeebe-test-container/pull/685)
- deps: bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/700](https://github.com/camunda-community-hub/zeebe-test-container/pull/700)
- deps: bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1
to 3.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/701](https://github.com/camunda-community-hub/zeebe-test-container/pull/701)
- deps: bump com.google.errorprone:error_prone_annotations from 2.27.1
to 2.28.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/702](https://github.com/camunda-community-hub/zeebe-test-container/pull/702)
- deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to
3.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/703](https://github.com/camunda-community-hub/zeebe-test-container/pull/703)
- deps: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to
3.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/704](https://github.com/camunda-community-hub/zeebe-test-container/pull/704)
- deps: bump org.agrona:agrona from 1.21.1 to 1.21.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/705](https://github.com/camunda-community-hub/zeebe-test-container/pull/705)
- deps: bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1
to 3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/706](https://github.com/camunda-community-hub/zeebe-test-container/pull/706)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.110.Final to 4.1.111.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/708](https://github.com/camunda-community-hub/zeebe-test-container/pull/708)
- deps: bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1
to 3.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/709](https://github.com/camunda-community-hub/zeebe-test-container/pull/709)
- deps: bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5
to 3.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/711](https://github.com/camunda-community-hub/zeebe-test-container/pull/711)
- deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5
to 3.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/712](https://github.com/camunda-community-hub/zeebe-test-container/pull/712)
- deps: bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0
to 3.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/716](https://github.com/camunda-community-hub/zeebe-test-container/pull/716)
- deps: bump version.junit-jupiter from 5.10.2 to 5.10.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/718](https://github.com/camunda-community-hub/zeebe-test-container/pull/718)

#### New Contributors

- [@&#8203;lenaschoenburg](https://github.com/lenaschoenburg) made
their first contribution in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/660](https://github.com/camunda-community-hub/zeebe-test-container/pull/660)

**Full Changelog**:
camunda-community-hub/zeebe-test-container@3.6.3...3.6.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoic3RhYmxlLzguMiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot referenced this pull request in camunda/camunda Jul 4, 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.zeebe:zeebe-test-container-engine](https://github.com/zeebe-io/zeebe-test-container/zeebe-test-container-engine)
([source](https://github.com/camunda-community-hub/zeebe-test-container))
| `3.6.3` -> `3.6.5` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container-engine/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.zeebe:zeebe-test-container-engine/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.zeebe:zeebe-test-container-engine/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.zeebe:zeebe-test-container-engine/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.zeebe:zeebe-test-container](https://github.com/zeebe-io/zeebe-test-container/zeebe-test-container)
([source](https://github.com/camunda-community-hub/zeebe-test-container))
| `3.6.3` -> `3.6.5` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.zeebe:zeebe-test-container/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.zeebe:zeebe-test-container/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.zeebe:zeebe-test-container/3.6.3/3.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>camunda-community-hub/zeebe-test-container
(io.zeebe:zeebe-test-container-engine)</summary>

###
[`v3.6.5`](https://github.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.5)

[Compare
Source](https://github.com/camunda-community-hub/zeebe-test-container/compare/3.6.4...3.6.5)

##### What's Changed

- deps: bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to
3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/714](https://github.com/camunda-community-hub/zeebe-test-container/pull/714)
- deps: bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to
3.4.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/713](https://github.com/camunda-community-hub/zeebe-test-container/pull/713)
- deps: bump io.github.openfeign:feign-bom from 13.2.1 to 13.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/715](https://github.com/camunda-community-hub/zeebe-test-container/pull/715)

**Full Changelog**:
camunda-community-hub/zeebe-test-container@v3...3.6.5

###
[`v3.6.4`](https://github.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.4)

[Compare
Source](https://github.com/camunda-community-hub/zeebe-test-container/compare/3.6.3...3.6.4)

#### What's Changed

- fix: automatically cleanup `ZeebeVolume`s by
[@&#8203;lenaschoenburg](https://github.com/lenaschoenburg) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/660](https://github.com/camunda-community-hub/zeebe-test-container/pull/660)
- Fix compatibility with Apache httpcore5 5.2.5 by adding a virtual host
for Testcontainers' proxy by
[@&#8203;npepinpe](https://github.com/npepinpe) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/722](https://github.com/camunda-community-hub/zeebe-test-container/pull/722)
- test: fix flakiness around shared network by
[@&#8203;npepinpe](https://github.com/npepinpe) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/678](https://github.com/camunda-community-hub/zeebe-test-container/pull/678)
- build(deps): bump org.apache.commons:commons-compress from 1.25.0 to
1.26.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/652](https://github.com/camunda-community-hub/zeebe-test-container/pull/652)

##### Dependency updates

- deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to
2.42.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/625](https://github.com/camunda-community-hub/zeebe-test-container/pull/625)
- deps: bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/626](https://github.com/camunda-community-hub/zeebe-test-container/pull/626)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.104.Final to 4.1.105.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/627](https://github.com/camunda-community-hub/zeebe-test-container/pull/627)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.105.Final to 4.1.106.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/629](https://github.com/camunda-community-hub/zeebe-test-container/pull/629)
- deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.42.0 to
2.43.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/630](https://github.com/camunda-community-hub/zeebe-test-container/pull/630)
- deps: bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/632](https://github.com/camunda-community-hub/zeebe-test-container/pull/632)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.4
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/635](https://github.com/camunda-community-hub/zeebe-test-container/pull/635)
- deps: bump io.github.openfeign:feign-bom from 13.1 to 13.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/636](https://github.com/camunda-community-hub/zeebe-test-container/pull/636)
- deps: bump version.zeebe from 8.4.0 to 8.4.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/637](https://github.com/camunda-community-hub/zeebe-test-container/pull/637)
- deps: bump zeebe-io/backport-action from 2.3.0 to 2.4.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/633](https://github.com/camunda-community-hub/zeebe-test-container/pull/633)
- deps: bump version.junit-jupiter from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/639](https://github.com/camunda-community-hub/zeebe-test-container/pull/639)
- deps: bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/640](https://github.com/camunda-community-hub/zeebe-test-container/pull/640)
- deps: bump io.github.openfeign:feign-bom from 13.2 to 13.2.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/641](https://github.com/camunda-community-hub/zeebe-test-container/pull/641)
- deps: bump version.zeebe from 8.4.1 to 8.4.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/642](https://github.com/camunda-community-hub/zeebe-test-container/pull/642)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.4 to 1.19.5
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/643](https://github.com/camunda-community-hub/zeebe-test-container/pull/643)
- deps: bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/644](https://github.com/camunda-community-hub/zeebe-test-container/pull/644)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.106.Final to 4.1.107.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/645](https://github.com/camunda-community-hub/zeebe-test-container/pull/645)
- deps: bump version.zeebe from 8.4.2 to 8.4.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/646](https://github.com/camunda-community-hub/zeebe-test-container/pull/646)
- deps: bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/647](https://github.com/camunda-community-hub/zeebe-test-container/pull/647)
- deps: bump com.google.errorprone:error_prone_annotations from 2.24.1
to 2.25.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/648](https://github.com/camunda-community-hub/zeebe-test-container/pull/648)
- deps: bump com.github.docker-java:docker-java-api from 3.3.4 to 3.3.5
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/650](https://github.com/camunda-community-hub/zeebe-test-container/pull/650)
- deps: bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/651](https://github.com/camunda-community-hub/zeebe-test-container/pull/651)
- deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to
3.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/653](https://github.com/camunda-community-hub/zeebe-test-container/pull/653)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.5 to 1.19.6
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/654](https://github.com/camunda-community-hub/zeebe-test-container/pull/654)
- deps: bump version.zeebe from 8.4.3 to 8.4.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/655](https://github.com/camunda-community-hub/zeebe-test-container/pull/655)
- deps: bump com.github.docker-java:docker-java-api from 3.3.5 to 3.3.6
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/657](https://github.com/camunda-community-hub/zeebe-test-container/pull/657)
- deps: bump version.zeebe from 8.4.4 to 8.4.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/658](https://github.com/camunda-community-hub/zeebe-test-container/pull/658)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.7
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/659](https://github.com/camunda-community-hub/zeebe-test-container/pull/659)
- deps: bump actions/dependency-review-action from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/628](https://github.com/camunda-community-hub/zeebe-test-container/pull/628)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to
3.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/662](https://github.com/camunda-community-hub/zeebe-test-container/pull/662)
- deps: bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.16.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/661](https://github.com/camunda-community-hub/zeebe-test-container/pull/661)
- deps: bump com.google.errorprone:error_prone_annotations from 2.25.0
to 2.26.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/665](https://github.com/camunda-community-hub/zeebe-test-container/pull/665)
- deps: bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/667](https://github.com/camunda-community-hub/zeebe-test-container/pull/667)
- deps: bump zeebe-io/backport-action from 2.4.1 to 2.5.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/676](https://github.com/camunda-community-hub/zeebe-test-container/pull/676)
- deps: bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/672](https://github.com/camunda-community-hub/zeebe-test-container/pull/672)
- deps: bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/674](https://github.com/camunda-community-hub/zeebe-test-container/pull/674)
- deps: bump com.fasterxml.jackson:jackson-bom from 2.16.2 to 2.17.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/664](https://github.com/camunda-community-hub/zeebe-test-container/pull/664)
- deps: bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1
to 3.13.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/669](https://github.com/camunda-community-hub/zeebe-test-container/pull/669)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to
3.2.2 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/673](https://github.com/camunda-community-hub/zeebe-test-container/pull/673)
- deps: bump org.agrona:agrona from 1.20.0 to 1.21.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/675](https://github.com/camunda-community-hub/zeebe-test-container/pull/675)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.107.Final to 4.1.108.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/670](https://github.com/camunda-community-hub/zeebe-test-container/pull/670)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to
3.2.3 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/679](https://github.com/camunda-community-hub/zeebe-test-container/pull/679)
- deps: bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to
3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/680](https://github.com/camunda-community-hub/zeebe-test-container/pull/680)
- deps: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to
3.2.4 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/682](https://github.com/camunda-community-hub/zeebe-test-container/pull/682)
- deps: bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/684](https://github.com/camunda-community-hub/zeebe-test-container/pull/684)
- deps: bump com.google.errorprone:error_prone_annotations from 2.26.1
to 2.27.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/688](https://github.com/camunda-community-hub/zeebe-test-container/pull/688)
- deps: bump com.google.errorprone:error_prone_annotations from 2.27.0
to 2.27.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/689](https://github.com/camunda-community-hub/zeebe-test-container/pull/689)
- deps: bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/690](https://github.com/camunda-community-hub/zeebe-test-container/pull/690)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.108.Final to 4.1.110.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/694](https://github.com/camunda-community-hub/zeebe-test-container/pull/694)
- deps: bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.16 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/695](https://github.com/camunda-community-hub/zeebe-test-container/pull/695)
- deps: bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/696](https://github.com/camunda-community-hub/zeebe-test-container/pull/696)
- deps: bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/698](https://github.com/camunda-community-hub/zeebe-test-container/pull/698)
- deps: bump zeebe-io/backport-action from 2.5.0 to 3.0.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/699](https://github.com/camunda-community-hub/zeebe-test-container/pull/699)
- deps: bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to
3.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/683](https://github.com/camunda-community-hub/zeebe-test-container/pull/683)
- deps: bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8
by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/693](https://github.com/camunda-community-hub/zeebe-test-container/pull/693)
- deps: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/686](https://github.com/camunda-community-hub/zeebe-test-container/pull/686)
- deps: bump commons-codec:commons-codec from 1.16.1 to 1.17.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/687](https://github.com/camunda-community-hub/zeebe-test-container/pull/687)
- deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to
3.5.3 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/685](https://github.com/camunda-community-hub/zeebe-test-container/pull/685)
- deps: bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/700](https://github.com/camunda-community-hub/zeebe-test-container/pull/700)
- deps: bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1
to 3.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/701](https://github.com/camunda-community-hub/zeebe-test-container/pull/701)
- deps: bump com.google.errorprone:error_prone_annotations from 2.27.1
to 2.28.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/702](https://github.com/camunda-community-hub/zeebe-test-container/pull/702)
- deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to
3.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/703](https://github.com/camunda-community-hub/zeebe-test-container/pull/703)
- deps: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to
3.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/704](https://github.com/camunda-community-hub/zeebe-test-container/pull/704)
- deps: bump org.agrona:agrona from 1.21.1 to 1.21.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/705](https://github.com/camunda-community-hub/zeebe-test-container/pull/705)
- deps: bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1
to 3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/706](https://github.com/camunda-community-hub/zeebe-test-container/pull/706)
- deps: bump io.netty:netty-transport-native-unix-common from
4.1.110.Final to 4.1.111.Final by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/708](https://github.com/camunda-community-hub/zeebe-test-container/pull/708)
- deps: bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1
to 3.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/709](https://github.com/camunda-community-hub/zeebe-test-container/pull/709)
- deps: bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5
to 3.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/711](https://github.com/camunda-community-hub/zeebe-test-container/pull/711)
- deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5
to 3.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/712](https://github.com/camunda-community-hub/zeebe-test-container/pull/712)
- deps: bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0
to 3.7.1 by [@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/716](https://github.com/camunda-community-hub/zeebe-test-container/pull/716)
- deps: bump version.junit-jupiter from 5.10.2 to 5.10.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/718](https://github.com/camunda-community-hub/zeebe-test-container/pull/718)

#### New Contributors

- [@&#8203;lenaschoenburg](https://github.com/lenaschoenburg) made
their first contribution in
[https://github.com/camunda-community-hub/zeebe-test-container/pull/660](https://github.com/camunda-community-hub/zeebe-test-container/pull/660)

**Full Changelog**:
camunda-community-hub/zeebe-test-container@3.6.3...3.6.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoic3RhYmxlLzguNCIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant