Skip to content

Commit

Permalink
deps: bump zeebe to 8.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaycanbc committed Aug 7, 2024
1 parent 4fee5e7 commit ed42f3d
Show file tree
Hide file tree
Showing 6 changed files with 7 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 @@ -4,7 +4,7 @@ go 1.21

toolchain go1.21.8

require github.com/camunda/zeebe/clients/go/v8 v8.5.5
require github.com/camunda/zeebe/clients/go/v8 v8.5.6

require (
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
github.com/camunda/zeebe/clients/go/v8 v8.5.5 h1:oH76KKA5+CZi6S5U9r56piR9SjnMDOfIscx7FbZwe4A=
github.com/camunda/zeebe/clients/go/v8 v8.5.5/go.mod h1:RU4M+PQPYDa6KyyjdWBhgBlml2QGc9LIi9N2JBi6jBc=
github.com/camunda/zeebe/clients/go/v8 v8.5.6 h1:A6GiRoCHGAXIXho9X3cXxzKamrU6/oxmu3WNQBuGj/U=
github.com/camunda/zeebe/clients/go/v8 v8.5.6/go.mod h1:uhvn2GApZjPX+H95pNDCKMYvZRJNzWLkKa7GD3urCgM=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provides a Zeebe client.
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-client-java</artifactId>
<version>8.5.5</version>
<version>8.5.6</version>
</dependency>
```

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.5.5</zeebe.version>
<zeebe.version>8.5.6</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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provides a Zeebe client.
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-zeebe-starter</artifactId>
<version>8.5.5</version>
<version>8.5.6</version>
</dependency>
```

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.5.5</zeebe.version>
<zeebe.version>8.5.6</zeebe.version>
</properties>

<dependencies>
Expand Down

0 comments on commit ed42f3d

Please sign in to comment.