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.2.13 to 8.3.4 #600

Merged
merged 5 commits into from
Dec 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps version.zeebe from 8.2.13 to 8.3.4.
Updates io.camunda:zeebe-bom from 8.2.13 to 8.3.4

Release notes

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

8.3.4

[!IMPORTANT]
With Zeebe 8.3.4, we fixed a bug that newline characters were not be escaped properly

  • What was the issue? Newline and other special characters were escaped when evaluating an expression, for example, in a connector template \\n
  • What do I need to do now? Nothing except if you expect that newline and other special characters are escaped.
  • What is the new behavior? Newline and other special characters are not escaped anymore. As a result, newlines can be used properly in expressions for connector templates, for example, to send a Slack message with a newline character \n

Enhancements

Misc

  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)

Bug Fixes

Broker

  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • Failed jobs are not reactivate after backoff (#14329)

Merged Pull Requests

  • Do not delete jobs from backoff cf (#15419)
  • fix(raft): update role metrics when closing or transitioning to inactive (#15413)
  • Profile the maven build (#15338)
  • Build quickly with maven (#15336)
  • Fix CVE-2023-34062 (#15308)
  • Disable jwt issuedAt verification (#15278)
  • fix(snapshot): do not include term when comparing snapshotId (#15272)
  • ci: improve cache effectiveness (#15271)
  • docs(broker): make user aware of form exportation default value (#15203)

8.3.3

release/8.3.3

Bug Fixes

Gateway

  • Unexpected value type in command response (#5624)

Misc

  • Form events are not replayed (#15194)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Use consistent naming for command processors (#15077)

Merged Pull Requests

  • Stabilize S3BackupAcceptanceIT#shouldDeleteBackup (#15210)
  • Add log throttling to benchmark apps (#15165)
  • Consistent naming in command processors (#15078)
  • Fix race condition between snapshot listener and updating currentSnapshot by PassiveRole (#15046)
  • fix: Enrich incident messages with evaluation warnings (#15011)
  • Replace incremental requestId in AtomixServerTransport with unique SnowflakeId (#14857)

8.3.2

release/8.3.2

Bug Fixes

Broker

... (truncated)

Commits

Updates io.camunda:zeebe-protocol-jackson from 8.2.13 to 8.3.4

Release notes

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

8.3.4

[!IMPORTANT]
With Zeebe 8.3.4, we fixed a bug that newline characters were not be escaped properly

  • What was the issue? Newline and other special characters were escaped when evaluating an expression, for example, in a connector template \\n
  • What do I need to do now? Nothing except if you expect that newline and other special characters are escaped.
  • What is the new behavior? Newline and other special characters are not escaped anymore. As a result, newlines can be used properly in expressions for connector templates, for example, to send a Slack message with a newline character \n

Enhancements

Misc

  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)

Bug Fixes

Broker

  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • Failed jobs are not reactivate after backoff (#14329)

Merged Pull Requests

  • Do not delete jobs from backoff cf (#15419)
  • fix(raft): update role metrics when closing or transitioning to inactive (#15413)
  • Profile the maven build (#15338)
  • Build quickly with maven (#15336)
  • Fix CVE-2023-34062 (#15308)
  • Disable jwt issuedAt verification (#15278)
  • fix(snapshot): do not include term when comparing snapshotId (#15272)
  • ci: improve cache effectiveness (#15271)
  • docs(broker): make user aware of form exportation default value (#15203)

8.3.3

release/8.3.3

Bug Fixes

Gateway

  • Unexpected value type in command response (#5624)

Misc

  • Form events are not replayed (#15194)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Use consistent naming for command processors (#15077)

Merged Pull Requests

  • Stabilize S3BackupAcceptanceIT#shouldDeleteBackup (#15210)
  • Add log throttling to benchmark apps (#15165)
  • Consistent naming in command processors (#15078)
  • Fix race condition between snapshot listener and updating currentSnapshot by PassiveRole (#15046)
  • fix: Enrich incident messages with evaluation warnings (#15011)
  • Replace incremental requestId in AtomixServerTransport with unique SnowflakeId (#14857)

8.3.2

release/8.3.2

Bug Fixes

Broker

... (truncated)

Commits

Updates io.camunda:zeebe-protocol-test-util from 8.2.13 to 8.3.4

Release notes

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

8.3.4

[!IMPORTANT]
With Zeebe 8.3.4, we fixed a bug that newline characters were not be escaped properly

  • What was the issue? Newline and other special characters were escaped when evaluating an expression, for example, in a connector template \\n
  • What do I need to do now? Nothing except if you expect that newline and other special characters are escaped.
  • What is the new behavior? Newline and other special characters are not escaped anymore. As a result, newlines can be used properly in expressions for connector templates, for example, to send a Slack message with a newline character \n

Enhancements

Misc

  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)

Bug Fixes

Broker

  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • Failed jobs are not reactivate after backoff (#14329)

Merged Pull Requests

  • Do not delete jobs from backoff cf (#15419)
  • fix(raft): update role metrics when closing or transitioning to inactive (#15413)
  • Profile the maven build (#15338)
  • Build quickly with maven (#15336)
  • Fix CVE-2023-34062 (#15308)
  • Disable jwt issuedAt verification (#15278)
  • fix(snapshot): do not include term when comparing snapshotId (#15272)
  • ci: improve cache effectiveness (#15271)
  • docs(broker): make user aware of form exportation default value (#15203)

8.3.3

release/8.3.3

Bug Fixes

Gateway

  • Unexpected value type in command response (#5624)

Misc

  • Form events are not replayed (#15194)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Use consistent naming for command processors (#15077)

Merged Pull Requests

  • Stabilize S3BackupAcceptanceIT#shouldDeleteBackup (#15210)
  • Add log throttling to benchmark apps (#15165)
  • Consistent naming in command processors (#15078)
  • Fix race condition between snapshot listener and updating currentSnapshot by PassiveRole (#15046)
  • fix: Enrich incident messages with evaluation warnings (#15011)
  • Replace incremental requestId in AtomixServerTransport with unique SnowflakeId (#14857)

8.3.2

release/8.3.2

Bug Fixes

Broker

... (truncated)

Commits

Updates io.camunda:zeebe-exporter-test from 8.2.13 to 8.3.4

Release notes

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

8.3.4

[!IMPORTANT]
With Zeebe 8.3.4, we fixed a bug that newline characters were not be escaped properly

  • What was the issue? Newline and other special characters were escaped when evaluating an expression, for example, in a connector template \\n
  • What do I need to do now? Nothing except if you expect that newline and other special characters are escaped.
  • What is the new behavior? Newline and other special characters are not escaped anymore. As a result, newlines can be used properly in expressions for connector templates, for example, to send a Slack message with a newline character \n

Enhancements

Misc

  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)

Bug Fixes

Broker

  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • Failed jobs are not reactivate after backoff (#14329)

Merged Pull Requests

  • Do not delete jobs from backoff cf (#15419)
  • fix(raft): update role metrics when closing or transitioning to inactive (#15413)
  • Profile the maven build (#15338)
  • Build quickly with maven (#15336)
  • Fix CVE-2023-34062 (#15308)
  • Disable jwt issuedAt verification (#15278)
  • fix(snapshot): do not include term when comparing snapshotId (#15272)
  • ci: improve cache effectiveness (#15271)
  • docs(broker): make user aware of form exportation default value (#15203)

8.3.3

release/8.3.3

Bug Fixes

Gateway

  • Unexpected value type in command response (#5624)

Misc

  • Form events are not replayed (#15194)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Use consistent naming for command processors (#15077)

Merged Pull Requests

  • Stabilize S3BackupAcceptanceIT#shouldDeleteBackup (#15210)
  • Add log throttling to benchmark apps (#15165)
  • Consistent naming in command processors (#15078)
  • Fix race condition between snapshot listener and updating currentSnapshot by PassiveRole (#15046)
  • fix: Enrich incident messages with evaluation warnings (#15011)
  • Replace incremental requestId in AtomixServerTransport with unique SnowflakeId (#14857)

8.3.2

release/8.3.2

Bug Fixes

Broker

... (truncated)

Commits

Updates io.camunda:zeebe-process-test-api from 8.2.13 to 8.3.4

Commits

Updates io.camunda:zeebe-process-test-assertions from 8.2.13 to 8.3.4

Commits

Updates io.camunda:zeebe-process-test-filters from 8.2.13 to 8.3.4

Commits

Updates io.camunda:zeebe-build-tools from 8.2.13 to 8.3.4

Release notes

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

8.3.4

[!IMPORTANT]
With Zeebe 8.3.4, we fixed a bug that newline characters were not be escaped properly

  • What was the issue? Newline and other special characters were escaped when evaluating an expression, for example, in a connector template \\n
  • What do I need to do now? Nothing except if you expect that newline and other special characters are escaped.
  • What is the new behavior? Newline and other special characters are not escaped anymore. As a result, newlines can be used properly in expressions for connector templates, for example, to send a Slack message with a newline character \n

Enhancements

Misc

  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)

Bug Fixes

Broker

  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • Failed jobs are not reactivate after backoff (#14329)

Merged Pull Requests

  • Do not delete jobs from backoff cf (#15419)
  • fix(raft): update role metrics when closing or transitioning to inactive (#15413)
  • Profile the maven build (#15338)
  • Build quickly with maven (#15336)
  • Fix CVE-2023-34062 (#15308)
  • Disable jwt issuedAt verification (#15278)
  • fix(snapshot): do not include term when comparing snapshotId (#15272)
  • ci: improve cache effectiveness (#15271)
  • docs(broker): make user aware of form exportation default value (#15203)

8.3.3

release/8.3.3

Bug Fixes

Gateway

  • Unexpected value type in command response (#5624)

Misc

  • Form events are not replayed (#15194)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Use consistent naming for command processors (#15077)

Merged Pull Requests

  • Stabilize S3BackupAcceptanceIT#shouldDeleteBackup (#15210)
  • Add log throttling to benchmark apps (#15165)
  • Consistent naming in command processors (#15078)
  • Fix race condition between snapshot listener and updating currentSnapshot by PassiveRole (#15046)
  • fix: Enrich incident messages with evaluation warnings (#15011)
  • Replace incremental requestId in AtomixServerTransport with unique SnowflakeId (#14857)

8.3.2

release/8.3.2

Bug Fixes

Broker

... (truncated)

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2023
@npepinpe
Copy link
Collaborator

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2023

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions github-actions bot enabled auto-merge December 20, 2023 15:23
@npepinpe npepinpe self-assigned this Dec 20, 2023
dependabot bot and others added 2 commits December 20, 2023 17:24
Bumps `version.zeebe` from 8.2.13 to 8.3.4.

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

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

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@npepinpe npepinpe force-pushed the dependabot/maven/main/version.zeebe-8.3.4 branch from ebcce58 to 26cb62a Compare December 20, 2023 16:29
@github-actions github-actions bot added this pull request to the merge queue Dec 20, 2023
@npepinpe npepinpe removed this pull request from the merge queue due to a manual request Dec 20, 2023
@npepinpe npepinpe added this pull request to the merge queue Dec 20, 2023
Merged via the queue into main with commit 54eb0e9 Dec 20, 2023
12 checks passed
@npepinpe npepinpe deleted the dependabot/maven/main/version.zeebe-8.3.4 branch December 20, 2023 17:28
ghost referenced this pull request in camunda/camunda Dec 21, 2023
15680: deps(maven): Update version.zeebe-test-container to v3.6.1 (main) r=npepinpe a=renovate[bot]

[![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://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container-engine) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container-engine/3.6.1?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.1?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.0/3.6.1?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.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [io.zeebe:zeebe-test-container](https://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container/3.6.1?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.1?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.0/3.6.1?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.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

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

### [`v3.6.1`](https://togithub.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.1)

[Compare Source](https://togithub.com/camunda-community-hub/zeebe-test-container/compare/3.6.0...3.6.1)

##### What's Changed

-   deps: bump version.zeebe from 8.2.7 to 8.2.8 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/511](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/511)
-   deps: bump feign-bom from 12.3 to 12.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/512](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/512)
-   deps: bump agrona from 1.18.2 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/514](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/514)
-   deps: bump docker-java-api from 3.3.1 to 3.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/513](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/513)
-   deps: bump zeebe-io/backport-action from 1.3.1 to 1.4.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/524](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/524)
-   deps: bump version.junit-jupiter from 5.9.3 to 5.10.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/517](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/517)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.20.0 to 2.21.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/522](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/522)
-   deps: bump com.github.docker-java:docker-java-api from 3.3.2 to 3.3.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/527](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/527)
-   deps: bump org.testcontainers:testcontainers-bom from 1.18.3 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/528](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/528)
-   deps: bump org.agrona:agrona from 1.19.0 to 1.19.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/533](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/533)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/531](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/531)
-   deps: bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/536](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/536)
-   build(deps-dev): bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/535](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/535)
-   deps: bump actions/checkout from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/534](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/534)
-   deps: bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/542](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/542)
-   deps: bump io.github.openfeign:feign-bom from 12.4 to 12.5 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/541](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/541)
-   deps: bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/540](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/540)
-   deps: bump io.rest-assured:rest-assured-bom from 5.3.1 to 5.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/539](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/539)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.2 to 1.4.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/538](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/538)
-   deps: bump version.zeebe from 8.2.8 to 8.2.13 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/537](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/537)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.37.0 to 2.39.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/532](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/532)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.94.Final to 4.1.97.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/529](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/529)
-   deps: bump zeebe-io/backport-action from 1.4.0 to 2.0.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/560](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/560)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/552](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/552)
-   deps: bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/546](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/546)
-   chore(deps): update dependency io.netty:netty-transport-native-unix-common to v4.1.101.final by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/573](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/573)
-   chore(deps): update dependency com.github.docker-java:docker-java-api to v3.3.4 by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/572](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/572)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.97.Final to 4.1.101.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/568](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/568)
-   deps: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/565](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/565)
-   deps: bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/562](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/562)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.21.1 to 2.23.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/559](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/559)
-   deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/548](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/548)
-   deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/566](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/566)
-   deps: bump zeebe-io/backport-action from 2.0.0 to 2.1.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/567](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/567)
-   refactor: bump to Java 21 by [`@&#8203;npepinpe](https://togithub.com/npepinpe)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/598](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/598)
-   deps: bump zeebe-io/backport-action from 2.1.1 to 2.3.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/596](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/596)
-   deps: bump actions/upload-artifact from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/595](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/595)
-   deps: bump io.github.openfeign:feign-bom from 12.5 to 13.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/580](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/580)
-   deps: bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.16.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/570](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/570)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.10 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/571](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/571)
-   deps: bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/582](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/582)
-   deps: bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/584](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/584)
-   deps: bump org.agrona:agrona from 1.19.2 to 1.20.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/585](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/585)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.3 to 1.4.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/586](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/586)
-   deps: bump github/codeql-action from 2 to 3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/594](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/594)
-   deps: bump org.testcontainers:testcontainers-bom from 1.19.0 to 1.19.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/597](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/597)
-   deps: bump version.junit-jupiter from 5.10.0 to 5.10.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/599](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/599)
-   deps: bump actions/setup-java from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/592](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/592)
-   deps: bump version.zeebe from 8.2.13 to 8.3.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/600](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/600)

##### New Contributors

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

**Full Changelog**: camunda-community-hub/zeebe-test-container@3.6.0...3.6.1

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

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


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ghost referenced this pull request in camunda/camunda Dec 22, 2023
15702: deps(maven): Update version.zeebe-test-container to v3.6.2 (main) r=github-actions[bot] a=renovate[bot]

[![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://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container-engine) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container-engine/3.6.2?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.2?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.0/3.6.2?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.0/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [io.zeebe:zeebe-test-container](https://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container/3.6.2?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.2?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.0/3.6.2?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.0/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

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

### [`v3.6.2`](https://togithub.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.2)

[Compare Source](https://togithub.com/camunda-community-hub/zeebe-test-container/compare/3.6.1...3.6.2)

##### What's Changed

-   refactor: downgrade exporter to 17 for < 8.4 compat by [`@&#8203;npepinpe](https://togithub.com/npepinpe)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/601](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/601)

**Full Changelog**: camunda-community-hub/zeebe-test-container@3.6.1...3.6.2

### [`v3.6.1`](https://togithub.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.1)

[Compare Source](https://togithub.com/camunda-community-hub/zeebe-test-container/compare/3.6.0...3.6.1)

##### What's Changed

-   deps: bump version.zeebe from 8.2.7 to 8.2.8 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/511](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/511)
-   deps: bump feign-bom from 12.3 to 12.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/512](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/512)
-   deps: bump agrona from 1.18.2 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/514](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/514)
-   deps: bump docker-java-api from 3.3.1 to 3.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/513](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/513)
-   deps: bump zeebe-io/backport-action from 1.3.1 to 1.4.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/524](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/524)
-   deps: bump version.junit-jupiter from 5.9.3 to 5.10.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/517](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/517)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.20.0 to 2.21.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/522](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/522)
-   deps: bump com.github.docker-java:docker-java-api from 3.3.2 to 3.3.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/527](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/527)
-   deps: bump org.testcontainers:testcontainers-bom from 1.18.3 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/528](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/528)
-   deps: bump org.agrona:agrona from 1.19.0 to 1.19.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/533](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/533)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/531](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/531)
-   deps: bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/536](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/536)
-   build(deps-dev): bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/535](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/535)
-   deps: bump actions/checkout from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/534](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/534)
-   deps: bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/542](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/542)
-   deps: bump io.github.openfeign:feign-bom from 12.4 to 12.5 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/541](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/541)
-   deps: bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/540](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/540)
-   deps: bump io.rest-assured:rest-assured-bom from 5.3.1 to 5.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/539](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/539)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.2 to 1.4.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/538](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/538)
-   deps: bump version.zeebe from 8.2.8 to 8.2.13 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/537](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/537)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.37.0 to 2.39.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/532](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/532)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.94.Final to 4.1.97.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/529](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/529)
-   deps: bump zeebe-io/backport-action from 1.4.0 to 2.0.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/560](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/560)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/552](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/552)
-   deps: bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/546](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/546)
-   chore(deps): update dependency io.netty:netty-transport-native-unix-common to v4.1.101.final by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/573](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/573)
-   chore(deps): update dependency com.github.docker-java:docker-java-api to v3.3.4 by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/572](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/572)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.97.Final to 4.1.101.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/568](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/568)
-   deps: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/565](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/565)
-   deps: bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/562](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/562)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.21.1 to 2.23.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/559](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/559)
-   deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/548](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/548)
-   deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/566](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/566)
-   deps: bump zeebe-io/backport-action from 2.0.0 to 2.1.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/567](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/567)
-   refactor: bump to Java 21 by [`@&#8203;npepinpe](https://togithub.com/npepinpe)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/598](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/598)
-   deps: bump zeebe-io/backport-action from 2.1.1 to 2.3.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/596](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/596)
-   deps: bump actions/upload-artifact from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/595](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/595)
-   deps: bump io.github.openfeign:feign-bom from 12.5 to 13.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/580](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/580)
-   deps: bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.16.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/570](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/570)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.10 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/571](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/571)
-   deps: bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/582](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/582)
-   deps: bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/584](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/584)
-   deps: bump org.agrona:agrona from 1.19.2 to 1.20.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/585](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/585)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.3 to 1.4.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/586](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/586)
-   deps: bump github/codeql-action from 2 to 3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/594](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/594)
-   deps: bump org.testcontainers:testcontainers-bom from 1.19.0 to 1.19.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/597](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/597)
-   deps: bump version.junit-jupiter from 5.10.0 to 5.10.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/599](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/599)
-   deps: bump actions/setup-java from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/592](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/592)
-   deps: bump version.zeebe from 8.2.13 to 8.3.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/600](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/600)

##### New Contributors

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

**Full Changelog**: camunda-community-hub/zeebe-test-container@3.6.0...3.6.1

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

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


15703: deps(maven): Update dependency com.google.errorprone:error_prone_annotations to v2.24.0 (main) r=github-actions[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.23.0` -> `2.24.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.errorprone:error_prone_annotations/2.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.errorprone:error_prone_annotations/2.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.errorprone:error_prone_annotations/2.23.0/2.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.errorprone:error_prone_annotations/2.23.0/2.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>google/error-prone (com.google.errorprone:error_prone_annotations)</summary>

### [`v2.24.0`](https://togithub.com/google/error-prone/releases/tag/v2.24.0): Error Prone 2.24.0

New checks:

-   [`MultipleNullnessAnnotations`](https://errorprone.info/bugpattern/MultipleNullnessAnnotations): Discourage multiple nullness annotations
-   [`NullableTypeParameter`](https://errorprone.info/bugpattern/NullableTypeParameter): Discourage nullness annotations on type parameters
-   [`NullableWildcard`](https://errorprone.info/bugpattern/NullableWildcard): Discourage nullness annotations on wildcards
-   [`SuperCallToObjectMethod`](https://errorprone.info/bugpattern/SuperCallToObjectMethod): Generalization of `SuperEqualsIsObjectEquals`, now covers `hashCode`

Full Changelog: google/error-prone@v2.23.0...v2.24.0

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

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


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ghost referenced this pull request in camunda/camunda Dec 22, 2023
15704: deps(maven): Update version.zeebe-test-container to v3.6.2 (stable/8.1) r=github-actions[bot] a=renovate[bot]

[![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://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container-engine) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container-engine/3.6.2?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.2?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.0/3.6.2?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.0/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [io.zeebe:zeebe-test-container](https://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container/3.6.2?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.2?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.0/3.6.2?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.0/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

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

### [`v3.6.2`](https://togithub.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.2)

[Compare Source](https://togithub.com/camunda-community-hub/zeebe-test-container/compare/3.6.1...3.6.2)

##### What's Changed

-   refactor: downgrade exporter to 17 for < 8.4 compat by [`@&#8203;npepinpe](https://togithub.com/npepinpe)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/601](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/601)

**Full Changelog**: camunda-community-hub/zeebe-test-container@3.6.1...3.6.2

### [`v3.6.1`](https://togithub.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.1)

[Compare Source](https://togithub.com/camunda-community-hub/zeebe-test-container/compare/3.6.0...3.6.1)

##### What's Changed

-   deps: bump version.zeebe from 8.2.7 to 8.2.8 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/511](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/511)
-   deps: bump feign-bom from 12.3 to 12.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/512](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/512)
-   deps: bump agrona from 1.18.2 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/514](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/514)
-   deps: bump docker-java-api from 3.3.1 to 3.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/513](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/513)
-   deps: bump zeebe-io/backport-action from 1.3.1 to 1.4.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/524](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/524)
-   deps: bump version.junit-jupiter from 5.9.3 to 5.10.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/517](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/517)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.20.0 to 2.21.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/522](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/522)
-   deps: bump com.github.docker-java:docker-java-api from 3.3.2 to 3.3.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/527](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/527)
-   deps: bump org.testcontainers:testcontainers-bom from 1.18.3 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/528](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/528)
-   deps: bump org.agrona:agrona from 1.19.0 to 1.19.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/533](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/533)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/531](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/531)
-   deps: bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/536](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/536)
-   build(deps-dev): bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/535](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/535)
-   deps: bump actions/checkout from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/534](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/534)
-   deps: bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/542](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/542)
-   deps: bump io.github.openfeign:feign-bom from 12.4 to 12.5 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/541](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/541)
-   deps: bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/540](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/540)
-   deps: bump io.rest-assured:rest-assured-bom from 5.3.1 to 5.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/539](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/539)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.2 to 1.4.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/538](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/538)
-   deps: bump version.zeebe from 8.2.8 to 8.2.13 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/537](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/537)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.37.0 to 2.39.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/532](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/532)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.94.Final to 4.1.97.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/529](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/529)
-   deps: bump zeebe-io/backport-action from 1.4.0 to 2.0.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/560](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/560)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/552](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/552)
-   deps: bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/546](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/546)
-   chore(deps): update dependency io.netty:netty-transport-native-unix-common to v4.1.101.final by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/573](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/573)
-   chore(deps): update dependency com.github.docker-java:docker-java-api to v3.3.4 by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/572](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/572)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.97.Final to 4.1.101.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/568](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/568)
-   deps: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/565](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/565)
-   deps: bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/562](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/562)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.21.1 to 2.23.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/559](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/559)
-   deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/548](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/548)
-   deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/566](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/566)
-   deps: bump zeebe-io/backport-action from 2.0.0 to 2.1.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/567](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/567)
-   refactor: bump to Java 21 by [`@&#8203;npepinpe](https://togithub.com/npepinpe)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/598](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/598)
-   deps: bump zeebe-io/backport-action from 2.1.1 to 2.3.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/596](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/596)
-   deps: bump actions/upload-artifact from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/595](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/595)
-   deps: bump io.github.openfeign:feign-bom from 12.5 to 13.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/580](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/580)
-   deps: bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.16.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/570](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/570)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.10 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/571](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/571)
-   deps: bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/582](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/582)
-   deps: bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/584](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/584)
-   deps: bump org.agrona:agrona from 1.19.2 to 1.20.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/585](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/585)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.3 to 1.4.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/586](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/586)
-   deps: bump github/codeql-action from 2 to 3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/594](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/594)
-   deps: bump org.testcontainers:testcontainers-bom from 1.19.0 to 1.19.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/597](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/597)
-   deps: bump version.junit-jupiter from 5.10.0 to 5.10.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/599](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/599)
-   deps: bump actions/setup-java from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/592](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/592)
-   deps: bump version.zeebe from 8.2.13 to 8.3.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/600](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/600)

##### New Contributors

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

**Full Changelog**: camunda-community-hub/zeebe-test-container@3.6.0...3.6.1

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

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


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ghost referenced this pull request in camunda/camunda Dec 22, 2023
15705: deps(maven): Update version.zeebe-test-container to v3.6.2 (stable/8.2) r=github-actions[bot] a=renovate[bot]

[![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://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container-engine) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container-engine/3.6.2?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.2?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.0/3.6.2?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.0/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [io.zeebe:zeebe-test-container](https://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container/3.6.2?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.2?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.0/3.6.2?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.0/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

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

### [`v3.6.2`](https://togithub.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.2)

[Compare Source](https://togithub.com/camunda-community-hub/zeebe-test-container/compare/3.6.1...3.6.2)

##### What's Changed

-   refactor: downgrade exporter to 17 for < 8.4 compat by [`@&#8203;npepinpe](https://togithub.com/npepinpe)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/601](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/601)

**Full Changelog**: camunda-community-hub/zeebe-test-container@3.6.1...3.6.2

### [`v3.6.1`](https://togithub.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.1)

[Compare Source](https://togithub.com/camunda-community-hub/zeebe-test-container/compare/3.6.0...3.6.1)

##### What's Changed

-   deps: bump version.zeebe from 8.2.7 to 8.2.8 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/511](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/511)
-   deps: bump feign-bom from 12.3 to 12.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/512](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/512)
-   deps: bump agrona from 1.18.2 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/514](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/514)
-   deps: bump docker-java-api from 3.3.1 to 3.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/513](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/513)
-   deps: bump zeebe-io/backport-action from 1.3.1 to 1.4.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/524](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/524)
-   deps: bump version.junit-jupiter from 5.9.3 to 5.10.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/517](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/517)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.20.0 to 2.21.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/522](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/522)
-   deps: bump com.github.docker-java:docker-java-api from 3.3.2 to 3.3.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/527](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/527)
-   deps: bump org.testcontainers:testcontainers-bom from 1.18.3 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/528](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/528)
-   deps: bump org.agrona:agrona from 1.19.0 to 1.19.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/533](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/533)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/531](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/531)
-   deps: bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/536](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/536)
-   build(deps-dev): bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/535](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/535)
-   deps: bump actions/checkout from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/534](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/534)
-   deps: bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/542](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/542)
-   deps: bump io.github.openfeign:feign-bom from 12.4 to 12.5 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/541](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/541)
-   deps: bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/540](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/540)
-   deps: bump io.rest-assured:rest-assured-bom from 5.3.1 to 5.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/539](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/539)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.2 to 1.4.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/538](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/538)
-   deps: bump version.zeebe from 8.2.8 to 8.2.13 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/537](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/537)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.37.0 to 2.39.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/532](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/532)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.94.Final to 4.1.97.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/529](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/529)
-   deps: bump zeebe-io/backport-action from 1.4.0 to 2.0.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/560](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/560)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/552](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/552)
-   deps: bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/546](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/546)
-   chore(deps): update dependency io.netty:netty-transport-native-unix-common to v4.1.101.final by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/573](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/573)
-   chore(deps): update dependency com.github.docker-java:docker-java-api to v3.3.4 by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/572](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/572)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.97.Final to 4.1.101.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/568](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/568)
-   deps: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/565](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/565)
-   deps: bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/562](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/562)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.21.1 to 2.23.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/559](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/559)
-   deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/548](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/548)
-   deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/566](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/566)
-   deps: bump zeebe-io/backport-action from 2.0.0 to 2.1.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/567](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/567)
-   refactor: bump to Java 21 by [`@&#8203;npepinpe](https://togithub.com/npepinpe)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/598](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/598)
-   deps: bump zeebe-io/backport-action from 2.1.1 to 2.3.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/596](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/596)
-   deps: bump actions/upload-artifact from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/595](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/595)
-   deps: bump io.github.openfeign:feign-bom from 12.5 to 13.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/580](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/580)
-   deps: bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.16.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/570](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/570)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.10 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/571](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/571)
-   deps: bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/582](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/582)
-   deps: bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/584](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/584)
-   deps: bump org.agrona:agrona from 1.19.2 to 1.20.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/585](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/585)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.3 to 1.4.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/586](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/586)
-   deps: bump github/codeql-action from 2 to 3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/594](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/594)
-   deps: bump org.testcontainers:testcontainers-bom from 1.19.0 to 1.19.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/597](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/597)
-   deps: bump version.junit-jupiter from 5.10.0 to 5.10.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/599](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/599)
-   deps: bump actions/setup-java from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/592](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/592)
-   deps: bump version.zeebe from 8.2.13 to 8.3.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/600](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/600)

##### New Contributors

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

**Full Changelog**: camunda-community-hub/zeebe-test-container@3.6.0...3.6.1

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

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


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ghost referenced this pull request in camunda/camunda Dec 22, 2023
15707: deps(maven): Update version.zeebe-test-container to v3.6.2 (stable/8.3) r=github-actions[bot] a=renovate[bot]

[![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://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container-engine) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container-engine/3.6.2?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.2?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.0/3.6.2?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.0/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [io.zeebe:zeebe-test-container](https://togithub.com/zeebe-io/zeebe-test-container/zeebe-test-container) ([source](https://togithub.com/camunda-community-hub/zeebe-test-container)) | `3.6.0` -> `3.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zeebe:zeebe-test-container/3.6.2?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.2?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.0/3.6.2?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.0/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

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

### [`v3.6.2`](https://togithub.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.2)

[Compare Source](https://togithub.com/camunda-community-hub/zeebe-test-container/compare/3.6.1...3.6.2)

##### What's Changed

-   refactor: downgrade exporter to 17 for < 8.4 compat by [`@&#8203;npepinpe](https://togithub.com/npepinpe)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/601](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/601)

**Full Changelog**: camunda-community-hub/zeebe-test-container@3.6.1...3.6.2

### [`v3.6.1`](https://togithub.com/camunda-community-hub/zeebe-test-container/releases/tag/3.6.1)

[Compare Source](https://togithub.com/camunda-community-hub/zeebe-test-container/compare/3.6.0...3.6.1)

##### What's Changed

-   deps: bump version.zeebe from 8.2.7 to 8.2.8 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/511](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/511)
-   deps: bump feign-bom from 12.3 to 12.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/512](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/512)
-   deps: bump agrona from 1.18.2 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/514](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/514)
-   deps: bump docker-java-api from 3.3.1 to 3.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/513](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/513)
-   deps: bump zeebe-io/backport-action from 1.3.1 to 1.4.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/524](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/524)
-   deps: bump version.junit-jupiter from 5.9.3 to 5.10.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/517](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/517)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.20.0 to 2.21.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/522](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/522)
-   deps: bump com.github.docker-java:docker-java-api from 3.3.2 to 3.3.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/527](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/527)
-   deps: bump org.testcontainers:testcontainers-bom from 1.18.3 to 1.19.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/528](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/528)
-   deps: bump org.agrona:agrona from 1.19.0 to 1.19.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/533](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/533)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/531](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/531)
-   deps: bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/536](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/536)
-   build(deps-dev): bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/535](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/535)
-   deps: bump actions/checkout from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/534](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/534)
-   deps: bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/542](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/542)
-   deps: bump io.github.openfeign:feign-bom from 12.4 to 12.5 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/541](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/541)
-   deps: bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/540](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/540)
-   deps: bump io.rest-assured:rest-assured-bom from 5.3.1 to 5.3.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/539](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/539)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.2 to 1.4.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/538](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/538)
-   deps: bump version.zeebe from 8.2.8 to 8.2.13 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/537](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/537)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.37.0 to 2.39.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/532](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/532)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.94.Final to 4.1.97.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/529](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/529)
-   deps: bump zeebe-io/backport-action from 1.4.0 to 2.0.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/560](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/560)
-   deps: bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/552](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/552)
-   deps: bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/546](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/546)
-   chore(deps): update dependency io.netty:netty-transport-native-unix-common to v4.1.101.final by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/573](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/573)
-   chore(deps): update dependency com.github.docker-java:docker-java-api to v3.3.4 by [`@&#8203;renovate](https://togithub.com/renovate)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/572](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/572)
-   deps: bump io.netty:netty-transport-native-unix-common from 4.1.97.Final to 4.1.101.Final by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/568](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/568)
-   deps: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/565](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/565)
-   deps: bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/562](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/562)
-   deps: bump com.google.errorprone:error_prone_annotations from 2.21.1 to 2.23.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/559](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/559)
-   deps: bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/548](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/548)
-   deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/566](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/566)
-   deps: bump zeebe-io/backport-action from 2.0.0 to 2.1.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/567](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/567)
-   refactor: bump to Java 21 by [`@&#8203;npepinpe](https://togithub.com/npepinpe)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/598](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/598)
-   deps: bump zeebe-io/backport-action from 2.1.1 to 2.3.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/596](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/596)
-   deps: bump actions/upload-artifact from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/595](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/595)
-   deps: bump io.github.openfeign:feign-bom from 12.5 to 13.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/580](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/580)
-   deps: bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.16.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/570](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/570)
-   deps: bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.10 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/571](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/571)
-   deps: bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/582](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/582)
-   deps: bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/584](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/584)
-   deps: bump org.agrona:agrona from 1.19.2 to 1.20.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/585](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/585)
-   deps: bump org.camunda.community:community-hub-release-parent from 1.4.3 to 1.4.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/586](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/586)
-   deps: bump github/codeql-action from 2 to 3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/594](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/594)
-   deps: bump org.testcontainers:testcontainers-bom from 1.19.0 to 1.19.3 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/597](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/597)
-   deps: bump version.junit-jupiter from 5.10.0 to 5.10.1 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/599](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/599)
-   deps: bump actions/setup-java from 3 to 4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/592](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/592)
-   deps: bump version.zeebe from 8.2.13 to 8.3.4 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/camunda-community-hub/zeebe-test-container/pull/600](https://togithub.com/camunda-community-hub/zeebe-test-container/pull/600)

##### New Contributors

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

**Full Changelog**: camunda-community-hub/zeebe-test-container@3.6.0...3.6.1

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

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


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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