Skip to content

Commit

Permalink
merge: #627
Browse files Browse the repository at this point in the history
627: Bump zeebe version on stable branch r=Zelldon a=Zelldon

## Description
[bump zeebe version to 8.1.6](da6a88b)
<!-- Please explain the changes you made here. -->

## Related issues

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

closes #

<!-- 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:
* [ ] 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: Christopher Zell <zelldon91@googlemail.com>
  • Loading branch information
zeebe-bors-camunda[bot] and Zelldon authored Jan 4, 2023
2 parents b4511a1 + da6a88b commit 029ea72
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.5</dependency.zeebe.version>
<dependency.zeebe.version>8.1.6</dependency.zeebe.version>

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

Expand Down

0 comments on commit 029ea72

Please sign in to comment.