Skip to content

Commit

Permalink
merge: #555
Browse files Browse the repository at this point in the history
555: Zeebe release 8.1.3 r=remcowesterhoud a=korthout

## Description

<!-- Please explain the changes you made here. -->
Updates zeebe dependency to `8.1.3`.

## Related issues

<!-- Which issues are closed by this PR or are related -->

[Task](https://bru-3.tasklist.ultrawombat.com/3953a05c-7c20-41fb-8231-ec283dd2138b/4503599628982460?filter=all-open)

<!-- Cut-off marker
_All lines under and including the cut-off marker will be removed from the merge commit message_

## Definition of Ready

Please check the items that apply, before requesting a review.

You can find more details about these items in our wiki page about [Pull Requests and Code Reviews](https://github.com/camunda-cloud/zeebe/wiki/Pull-Requests-and-Code-Reviews).

* [ ] I've reviewed my own code
* [ ] I've written a clear changelist description
* [ ] I've narrowly scoped my changes
* [ ] I've separated structural from behavioural changes
-->

## Definition of Done

<!-- Please check the items that apply, before merging or (if possible) before requesting a review. -->

_Not all items need to be done depending on the issue and the pull request._

Code changes:
* [x] The changes are backwards compatibility with previous versions
* [ ] If it fixes a bug then PRs are created to backport the fix

Testing:
* [ ] There are unit/integration tests that verify all acceptance criterias of the issue
* [ ] New tests are written to ensure backwards compatibility with further versions
* [ ] The behavior is tested manually

Documentation:
* [ ] Javadoc has been written
* [ ] The documentation is updated


Co-authored-by: Nico Korthout <[email protected]>
  • Loading branch information
zeebe-bors-camunda[bot] and korthout authored Nov 2, 2022
2 parents feab468 + bca3584 commit 861664c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency.snakeyaml.version>1.33</dependency.snakeyaml.version>
<dependency.spring.version>5.3.23</dependency.spring.version>
<dependency.testcontainers.version>1.17.3</dependency.testcontainers.version>
<dependency.zeebe.version>8.1.2</dependency.zeebe.version>
<dependency.zeebe.version>8.1.3</dependency.zeebe.version>

<license.header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</license.header>

Expand Down

0 comments on commit 861664c

Please sign in to comment.