Skip to content

Commit ed42f3d

Browse files
committed
deps: bump zeebe to 8.5.6
1 parent 4fee5e7 commit ed42f3d

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

go/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
toolchain go1.21.8
66

7-
require github.com/camunda/zeebe/clients/go/v8 v8.5.5
7+
require github.com/camunda/zeebe/clients/go/v8 v8.5.6
88

99
require (
1010
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect

go/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06
22
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg=
33
github.com/camunda/zeebe/clients/go/v8 v8.5.5 h1:oH76KKA5+CZi6S5U9r56piR9SjnMDOfIscx7FbZwe4A=
44
github.com/camunda/zeebe/clients/go/v8 v8.5.5/go.mod h1:RU4M+PQPYDa6KyyjdWBhgBlml2QGc9LIi9N2JBi6jBc=
5+
github.com/camunda/zeebe/clients/go/v8 v8.5.6 h1:A6GiRoCHGAXIXho9X3cXxzKamrU6/oxmu3WNQBuGj/U=
6+
github.com/camunda/zeebe/clients/go/v8 v8.5.6/go.mod h1:uhvn2GApZjPX+H95pNDCKMYvZRJNzWLkKa7GD3urCgM=
57
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
68
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
79
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

java/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ provides a Zeebe client.
1313
<dependency>
1414
<groupId>io.camunda</groupId>
1515
<artifactId>zeebe-client-java</artifactId>
16-
<version>8.5.5</version>
16+
<version>8.5.6</version>
1717
</dependency>
1818
```
1919

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>
1313
<maven.compiler.target>11</maven.compiler.target>
14-
<zeebe.version>8.5.5</zeebe.version>
14+
<zeebe.version>8.5.6</zeebe.version>
1515
<log4j.version>2.19.0</log4j.version>
1616
<main.class>io.camunda.getstarted.DeployAndStartInstance</main.class>
1717
</properties>

spring/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ provides a Zeebe client.
1212
<dependency>
1313
<groupId>io.camunda</groupId>
1414
<artifactId>spring-zeebe-starter</artifactId>
15-
<version>8.5.5</version>
15+
<version>8.5.6</version>
1616
</dependency>
1717
```
1818

spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<java.version>11</java.version>
2121
<spring-zeebe.version>8.1.17</spring-zeebe.version>
22-
<zeebe.version>8.5.5</zeebe.version>
22+
<zeebe.version>8.5.6</zeebe.version>
2323
</properties>
2424

2525
<dependencies>

0 commit comments

Comments
 (0)