Skip to content

Commit

Permalink
deps: bump zeebe version to 8.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Aug 16, 2023
1 parent 18223ab commit 8847dc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/camunda/camunda-platform-get-started/go

go 1.17

require github.com/camunda/zeebe/clients/go/v8 v8.2.11
require github.com/camunda/zeebe/clients/go/v8 v8.2.12-0.20230816074855-87328facf23b

require (
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,8 @@ github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx2
github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd/go.mod h1:2oa8nejYd4cQ/b0hMIopN0lCRxU0bueqREvZLWFrtK8=
github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b/go.mod h1:obH5gd0BsqsP2LwDJ9aOkm/6J86V6lyAXCoQWGw3K50=
github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0/go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE=
github.com/camunda/zeebe/clients/go/v8 v8.2.11 h1:cGBqFjZR8ZDjKNGAkuP7GjLuCa8p8USfk8k587bKyQM=
github.com/camunda/zeebe/clients/go/v8 v8.2.11/go.mod h1:4mpOks0uLXPbOCW82g/H9ZHDfdr90ikvFBWGwDV+fG8=
github.com/camunda/zeebe/clients/go/v8 v8.2.12-0.20230816074855-87328facf23b h1:9zybTgWQI5QuJMfpk6nydLjMpIaD449hCRiqbm5+Xwc=
github.com/camunda/zeebe/clients/go/v8 v8.2.12-0.20230816074855-87328facf23b/go.mod h1:4mpOks0uLXPbOCW82g/H9ZHDfdr90ikvFBWGwDV+fG8=
github.com/cenkalti/backoff/v4 v4.1.1/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
github.com/cenkalti/backoff/v4 v4.1.2/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
github.com/cenkalti/backoff/v4 v4.1.3/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<zeebe.version>8.2.11</zeebe.version>
<zeebe.version>8.2.12</zeebe.version>
<log4j.version>2.19.0</log4j.version>
<main.class>io.camunda.getstarted.DeployAndStartInstance</main.class>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<java.version>11</java.version>
<spring-zeebe.version>8.1.17</spring-zeebe.version>
<zeebe.version>8.2.11</zeebe.version>
<zeebe.version>8.2.12</zeebe.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 8847dc6

Please sign in to comment.