Skip to content

Commit

Permalink
build(deps): bump github.com/camunda/zeebe/clients/go/v8 from 8.3.1 t…
Browse files Browse the repository at this point in the history
…o 8.3.2 in /go-chaos (#433)

Bumps
[github.com/camunda/zeebe/clients/go/v8](https://github.com/camunda/zeebe)
from 8.3.1 to 8.3.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/camunda/zeebe/commit/e60a54fd99e3bb3780e8f7b17050d7141e0566de"><code>e60a54f</code></a>
[maven-release-plugin] prepare release 8.3.2</li>
<li><a
href="https://github.com/camunda/zeebe/commit/0912ed858aeae62f8f4c4039177a8ec388acc363"><code>0912ed8</code></a>
build(project): update go embedded version data</li>
<li><a
href="https://github.com/camunda/zeebe/commit/d77867a89972d4cd186db2fffb72307df6c9613e"><code>d77867a</code></a>
merge: <a
href="https://redirect.github.com/camunda/zeebe/issues/15052">#15052</a></li>
<li><a
href="https://github.com/camunda/zeebe/commit/3ea6664d24ca7c194915ce99097a2eb83b32f08d"><code>3ea6664</code></a>
merge: <a
href="https://redirect.github.com/camunda/zeebe/issues/15070">#15070</a></li>
<li><a
href="https://github.com/camunda/zeebe/commit/af763fd1f69687c912dbd4d9d472e2006bfe1993"><code>af763fd</code></a>
deps(deps): update dependency io.camunda:identity-sdk to v8.3.2</li>
<li><a
href="https://github.com/camunda/zeebe/commit/bb340911ebfac852a41959bc91b30d37ae2a75a4"><code>bb34091</code></a>
refactor(atomix): implement AutoCloseable for managed services</li>
<li><a
href="https://github.com/camunda/zeebe/commit/415b2cf857ca2738ed6a32154e25d21169763a83"><code>415b2cf</code></a>
refactor(transport): rewrite for Java &lt; 21</li>
<li><a
href="https://github.com/camunda/zeebe/commit/428cf0ab6837ebd5a7135c021c2201c0cf78e3aa"><code>428cf0a</code></a>
style(transport): fix auto formatting issues</li>
<li><a
href="https://github.com/camunda/zeebe/commit/346af166a6179933747632884ee5a9f421581d8e"><code>346af16</code></a>
fix(transport): handle errors and retry stream restarts</li>
<li><a
href="https://github.com/camunda/zeebe/commit/b3d323696de9899e4c2e1e6290501c113b90322b"><code>b3d3236</code></a>
feat(util): add exponential backoff utility</li>
<li>Additional commits viewable in <a
href="https://github.com/camunda/zeebe/compare/8.3.1...8.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/camunda/zeebe/clients/go/v8&package-manager=go_modules&previous-version=8.3.1&new-version=8.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
ChrisKujawa authored Nov 9, 2023
2 parents 1a710e8 + ad6fa17 commit b7e1c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go-chaos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/zeebe-io/zeebe-chaos/go-chaos
go 1.19

require (
github.com/camunda/zeebe/clients/go/v8 v8.3.1
github.com/camunda/zeebe/clients/go/v8 v8.3.2
github.com/rs/zerolog v1.31.0
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions go-chaos/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ github.com/Microsoft/hcsshim v0.11.1/go.mod h1:nFJmaO4Zr5Y7eADdFOpYswDDlNVbvcIJJ
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06GQ59hwDQAvmK1qxOQGB3WuVTRoY0okPTAv0=
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
github.com/camunda/zeebe/clients/go/v8 v8.3.1 h1:Z3L69WRdR4anZSYWVwfLImV5Tj20yWhMb4PuLTfWwb0=
github.com/camunda/zeebe/clients/go/v8 v8.3.1/go.mod h1:KbIhMSX7PO9hDhqwTwuVONYQDxu81YptJQK3OFi8Ass=
github.com/camunda/zeebe/clients/go/v8 v8.3.2 h1:ywjMXlLIpSVnBBx0ycX+EnhLXCmX6Hpidbf7IblUPMg=
github.com/camunda/zeebe/clients/go/v8 v8.3.2/go.mod h1:IlOdQHcF9MgRWWdiuuZGQ+IB5hw54LAveMJYmrlRKSw=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/checkpoint-restore/go-criu/v5 v5.3.0/go.mod h1:E/eQpaFtUKGOOSEBZgmKAcn+zUUwWxqcaKZlF54wK8E=
Expand Down

0 comments on commit b7e1c88

Please sign in to comment.